equal
deleted
inserted
replaced
13 [B<--directory=STR>] |
13 [B<--directory=STR>] |
14 [B<-e INT>] |
14 [B<-e INT>] |
15 [B<--expiry=INT>] |
15 [B<--expiry=INT>] |
16 [B<-f STR>] |
16 [B<-f STR>] |
17 [B<--forward=STR>] |
17 [B<--forward=STR>] |
|
18 [B<--password=STR>] |
18 [B<-P>] |
19 [B<-P>] |
19 [B<--no-password>] |
20 [B<--no-password>] |
20 [B<-p STR>] |
21 [B<-p STR>] |
21 [B<--personal=STR>] |
22 [B<--personal=STR>] |
22 [B<-Q INT>] |
23 [B<-Q INT>] |
25 [B<--softquota=INT>] |
26 [B<--softquota=INT>] |
26 [B<--quiet>] |
27 [B<--quiet>] |
27 [B<-z INT>] |
28 [B<-z INT>] |
28 [B<--msgsize=INT>] |
29 [B<--msgsize=INT>] |
29 I<USERNAME [ALIAS1 ...]\n" |
30 I<USERNAME [ALIAS1 ...]\n" |
30 "or vaddalias [-f ADDRESS] USERNAME [ALIAS1 ...]> |
31 "or vaddalias USERNAME [ALIAS1 ...]> |
31 |
32 |
32 =head1 DESCRIPTION |
33 =head1 DESCRIPTION |
33 |
34 |
34 This program is used to set up a user within a virtual host. |
35 This program is used to set up a user within a virtual host. |
35 If this program is reading from a tty, |
36 If this program is reading from a tty, |
63 Set the account's expiry time (in seconds). |
64 Set the account's expiry time (in seconds). |
64 |
65 |
65 =item B<-f STR>, B<--forward=STR> |
66 =item B<-f STR>, B<--forward=STR> |
66 |
67 |
67 Add a forwarding address to this user (this may be used multiple times). |
68 Add a forwarding address to this user (this may be used multiple times). |
|
69 |
|
70 =item B<--password=STR> |
|
71 |
|
72 Encrypted password. Defaults to asking for a password. |
68 |
73 |
69 =item B<-P>, B<--no-password> |
74 =item B<-P>, B<--no-password> |
70 |
75 |
71 Do not ask for a password, and instead set the pass phrase field to an unusable value. |
76 Do not ask for a password, and instead set the pass phrase field to an unusable value. |
72 |
77 |