5 ---------------------------------------------------------- |
5 ---------------------------------------------------------- |
6 command line tool to manage email domains/accounts/aliases |
6 command line tool to manage email domains/accounts/aliases |
7 ---------------------------------------------------------- |
7 ---------------------------------------------------------- |
8 |
8 |
9 :Author: Pascal Volk <neverseen@users.sourceforge.net> |
9 :Author: Pascal Volk <neverseen@users.sourceforge.net> |
10 :Date: 2010-01-30 |
10 :Date: 2010-08-01 |
11 :Version: vmm-0.6.0 |
11 :Version: vmm-0.6.0 |
12 :Manual group: vmm Manual |
12 :Manual group: vmm Manual |
13 :Manual section: 1 |
13 :Manual section: 1 |
14 |
14 |
15 .. contents:: |
15 .. contents:: |
306 |
306 |
307 vmm ut d.user@example.com smtp:pc105.it.example.com |
307 vmm ut d.user@example.com smtp:pc105.it.example.com |
308 |
308 |
309 .. _userdisable: |
309 .. _userdisable: |
310 |
310 |
311 ``userdisable (u0) address [ service ]`` |
311 ``userdisable (u0) address [ service ... ]`` |
312 If a user shouldn't have access to one or all services you can restrict |
312 If a user shouldn't have access to one or more services you can restrict |
313 the access with this subcommand. |
313 the access with this subcommand. |
314 |
314 |
315 If neither a *service* nor the keyword **all** is given all services |
315 If no *service* was given all services (**smtp**, **pop3**, **imap**, and |
316 (**smtp**, **pop3**, **imap**, and **sieve**) will be disabled for the |
316 **sieve**) will be disabled for the account with the specified *address*. |
317 account with the specified *address*. Otherwise only the specified |
317 Otherwise only the specified *service*/s will be restricted. |
318 *service* will be restricted. |
|
319 |
318 |
320 Examples:: |
319 Examples:: |
321 |
320 |
322 vmm u0 b.user@example.com imap |
321 vmm u0 b.user@example.com imap pop3 |
323 vmm userdisable c.user@example.com |
322 vmm userdisable c.user@example.com |
324 |
323 |
325 .. _userenable: |
324 .. _userenable: |
326 |
325 |
327 ``userenable (u1) address [ service ]`` |
326 ``userenable (u1) address [ service ... ]`` |
328 To allow access to one or all restricted services use this subcommand. |
327 To allow access to one or more restricted services use this subcommand. |
329 |
328 |
330 If neither a *service* nor the keyword **all** is given all services |
329 If no *service* was given all services (**smtp**, **pop3**, **imap**, and |
331 (**smtp**, **pop3**, **imap**, and **sieve**) will be enabled for the |
330 **sieve**) will be enabled for the account with the specified *address*. |
332 account with the specified *address*. Otherwise only the specified |
331 Otherwise only the specified *service*/s will be enabled. |
333 *service* will be enabled. |
|
334 |
332 |
335 .. _userdelete: |
333 .. _userdelete: |
336 |
334 |
337 ``userdelete (ud) address [ force ]`` |
335 ``userdelete (ud) address [ force ]`` |
338 Use this subcommand to delete the account with the given *address*. |
336 Use this subcommand to delete the account with the given *address*. |