119 |
119 |
120 \fBvmm domainadd support.example.com smtp:mx1.example.com |
120 \fBvmm domainadd support.example.com smtp:mx1.example.com |
121 vmm domainadd sales.example.com\fP |
121 vmm domainadd sales.example.com\fP |
122 .fi |
122 .fi |
123 .TP |
123 .TP |
124 \fBdomaininfo\fP (\fBdi\fP) \fIdomain\fP [ \fIaccounts\fP | \fIaliasdomains\fP\ |
124 \fBdomaininfo\fP (\fBdi\fP) \fIdomain\fP [ \fIdetails\fP ] |
125 | \fIaliases\fP | \fIfull\fP ] |
|
126 This subcommand shows some information about the given \fIdomain\fP. |
125 This subcommand shows some information about the given \fIdomain\fP. |
127 .br |
126 .br |
128 For a more detailed information about the \fIdomain\fP one of the following |
127 For a more detailed information about the \fIdomain\fP the optional argument |
129 keywords can be specified: |
128 \fIdetails\fP can be specified. A possible \fIdetails\fP value may be one of |
|
129 the following four keywords: |
130 .RS |
130 .RS |
131 .PD 0 |
131 .PD 0 |
132 .TP |
132 .TP |
133 .B accounts |
133 .B accounts |
134 in order to list additionally all existing accounts. |
134 to list all existing accounts |
135 .TP |
135 .TP |
136 .B aliasdomains |
136 .B aliasdomains |
137 in order to list additionally all assigned alias domains. |
137 to list all assigned alias domains |
138 .TP |
138 .TP |
139 .B aliases |
139 .B aliases |
140 in order to list additionally all available aliases addresses. |
140 to list all available aliases addresses |
141 .TP |
141 .TP |
142 .B full |
142 .B full |
143 in order to list additionally all information mentioned above. |
143 to list all information mentioned above |
144 .PD |
144 .PD |
145 .RE |
145 .RE |
146 .LP |
146 .LP |
147 .nf |
147 .nf |
148 Example: |
148 Example: |
271 Example: |
271 Example: |
272 |
272 |
273 \fBvmm ut d.user@example.com smtp:pc105.it.example.com\fP |
273 \fBvmm ut d.user@example.com smtp:pc105.it.example.com\fP |
274 .fi |
274 .fi |
275 .TP |
275 .TP |
276 \fBuserdisable\fP (\fBu0\fP) \fIaddress\fP [ \fIsmtp\fP | \fIpop3\fP | \fIimap\fP | \fImanagesieve\fP | \fIall\fP ] |
276 \fBuserdisable\fP (\fBu0\fP) \fIaddress\fP [ \fIservice\fP ] |
277 If a user shouldn't have access to one or all services you can restrict the |
277 If a user shouldn't have access to one or all services you can restrict the |
278 access with this subcommand. |
278 access with this subcommand. |
279 .br |
279 .br |
280 If neither a service nor the keyword '\fIall\fP' is given all services ('smtp', 'pop3', 'imap', and 'managesieve') will be disabled for the account with the specified |
280 If neither a \fIservice\fP nor the keyword '\fIall\fP' is given all services |
281 \fIaddress\fP. Otherwise only the specified service will be restricted. |
281 (\fIsmtp\fP, \fIpop3\fP, \fIimap\fP, and \fImanagesieve\fP) will be disabled |
|
282 for the account with the specified \fIaddress\fP. Otherwise only the specified |
|
283 \fIservice\fP will be restricted. |
282 .PP |
284 .PP |
283 .nf |
285 .nf |
284 Examples: |
286 Examples: |
285 |
287 |
286 \fBvmm u0 b.user@example.com imap\fP |
288 \fBvmm u0 b.user@example.com imap\fP |
287 \fBvmm userdisable c.user@example.com\fP |
289 \fBvmm userdisable c.user@example.com\fP |
288 .fi |
290 .fi |
289 .TP |
291 .TP |
290 \fBuserenable\fP (\fBu1\fP) \fIaddress\fP [ \fIsmtp\fP | \fIpop3\fP | \fIimap\fP | \fImanagesieve\fP | \fIall\fP ] |
292 \fBuserenable\fP (\fBu1\fP) \fIaddress\fP [ \fIservicel\fP ] |
291 To allow access to one or all restricted services use this subcommand. |
293 To allow access to one or all restricted services use this subcommand. |
292 .br |
294 .br |
293 If neither a service nor the keyword '\fIall\fP' is given all services ('smtp', 'pop3', 'imap', and 'managesieve') will be enabled for the account with the specified |
295 If neither a \fIservice\fP nor the keyword '\fIall\fP' is given all services |
294 \fIaddress\fP. Otherwise only the specified service will be enabled. |
296 (\fIsmtp\fP, \fIpop3\fP, \fIimap\fP, and \fImanagesieve\fP) will be enabled for |
|
297 the account with the specified \fIaddress\fP. Otherwise only the specified |
|
298 \fIservice\fP will be enabled. |
295 .TP |
299 .TP |
296 \fBuserdelete\fP (\fBud\fP) \fIaddress\fP |
300 \fBuserdelete\fP (\fBud\fP) \fIaddress\fP |
297 Use this subcommand to delete the account with the given \fIaddress\fP. |
301 Use this subcommand to delete the account with the given \fIaddress\fP. |
298 .\" |
302 .\" |
299 .SS ALIAS SUBCOMMANDS |
303 .SS ALIAS SUBCOMMANDS |