124 \fBdomaininfo\fP (\fBdi\fP) \fIdomain\fP [ \fIdetails\fP ] |
124 \fBdomaininfo\fP (\fBdi\fP) \fIdomain\fP [ \fIdetails\fP ] |
125 This subcommand shows some information about the given \fIdomain\fP. |
125 This subcommand shows some information about the given \fIdomain\fP. |
126 .br |
126 .br |
127 For a more detailed information about the \fIdomain\fP the optional argument |
127 For a more detailed information about the \fIdomain\fP the optional argument |
128 \fIdetails\fP can be specified. A possible \fIdetails\fP value may be one of |
128 \fIdetails\fP can be specified. A possible \fIdetails\fP value may be one of |
129 the following four keywords: |
129 the following five keywords: |
130 .RS |
130 .RS |
131 .PD 0 |
131 .PD 0 |
132 .TP |
132 .TP |
133 .B accounts |
133 .B accounts |
134 to list all existing accounts |
134 to list all existing accounts |
348 If the optional destination address \fItarget\fP is given, only this |
352 If the optional destination address \fItarget\fP is given, only this |
349 destination will be removed from the \fIalias\fP. |
353 destination will be removed from the \fIalias\fP. |
350 .PP |
354 .PP |
351 .nf |
355 .nf |
352 Example: |
356 Example: |
|
357 |
353 \fBvmm ad support@example.com d.user@example.com\fP |
358 \fBvmm ad support@example.com d.user@example.com\fP |
354 .fi |
359 .fi |
|
360 .\" |
|
361 .SS RELOCATED SUBCOMMANDS |
|
362 .TP |
|
363 \fBrelocatedadd\fP (\fBra\fP) \fIold_address\fP \fInew_address\fP |
|
364 A new relocated user can be created with this subcommand. |
|
365 .br |
|
366 \fIold_address\fP is the users ex-email address, for example b.user@example.com, |
|
367 and \fInew_address\fP points to the new email address where the user can be |
|
368 reached. |
|
369 .PP |
|
370 .nf |
|
371 Example: |
|
372 |
|
373 \fBvmm relocatedadd b.user@example.com b-user@company.tld\fP |
|
374 .fi |
|
375 .TP |
|
376 \fBrelocatedinfo\fP (\fBri\fP) \fIold_address\fP |
|
377 This subcommand shows the new address of the relocated user with the |
|
378 \fIold_address\fP. |
|
379 .PP |
|
380 .nf |
|
381 Example: |
|
382 |
|
383 \fBvmm relocatedinfo b.user@example.com\fP |
|
384 Relocated information |
|
385 --------------------- |
|
386 User »b.user@example.com« has moved to »b-user@company.tld« |
|
387 .fi |
|
388 .TP |
|
389 \fBrelocateddelete\fP (\fBrd\fP) \fIold_address\fP |
|
390 Use this subcommand in order to delete the relocated user with the |
|
391 \fIold_address\fP. |
|
392 .PP |
|
393 .nf |
|
394 Example: |
|
395 |
|
396 \fBvmm relocateddelete b.user@example.com\fP |
|
397 .fi |
|
398 .\" |
355 .SH FILES |
399 .SH FILES |
356 /usr/local/etc/vmm.cfg |
400 /usr/local/etc/vmm.cfg |
357 .SH SEE ALSO |
401 .SH SEE ALSO |
358 vmm.cfg(5), configuration file for vmm |
402 vmm.cfg(5), configuration file for vmm |
359 .SH AUTHOR |
403 .SH AUTHOR |