commands/listvdomain.pod
author "Tomas Zeman <tzeman@volny.cz>"
Wed, 16 Jan 2008 22:39:43 +0100
changeset 0 6f7a81934006
child 2 b3afb9f1e801
permissions -rw-r--r--
Imported vmailmgr-0.96.9

=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>