--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/commands/listvdomain.pod Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,45 @@
+=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>
+