=head1 NAME
listvdomain - Lists the members of a virtual domain
=head1 SYNOPSIS
B<listvdomain>
[B<-a>]
[B<--aliases>]
[B<--quiet>]
[B<-u>]
[B<--users>]
I<[user [user ...]]>
=head1 DESCRIPTION
This program lists all the users in a domain.
The listing consists of one user per line,
and each line has three columns:
the virtual user name, the mailbox directory (or C<-> if none is set),
and an optional list of forwarding addresses, all seperated by a space.
=head1 OPTIONS
=over 8
=item B<-a>, B<--aliases>
Show only accounts without a mailbox.
=item B<--quiet>
Suppress all status messages.
=item B<-u>, B<--users>
Show only accounts with a mailbox.
=back
=head1 AUTHORS
Bruce Guenter <bruceg@em.ca>