equal
deleted
inserted
replaced
1 .\" $Id$ |
1 .\" $Id$ |
2 .TH "VMM" "1" "25. Aug 2008" "Pascal Volk" |
2 .TH "VMM" "1" "09. Sep 2008" "Pascal Volk" |
3 .SH NAME |
3 .SH NAME |
4 vmm \- command line tool to manage email domains/accounts/aliases |
4 vmm \- command line tool to manage email domains/accounts/aliases |
5 .SH SYNOPSIS |
5 .SH SYNOPSIS |
6 .B vmm |
6 .B vmm |
7 \fIsubcommand\fP \fIobject\fP [ \fIargs\fP ] |
7 \fIsubcommand\fP \fIobject\fP [ \fIargs\fP ] |
91 \fBvmm listdomains %example%\fP |
91 \fBvmm listdomains %example%\fP |
92 Matching domains |
92 Matching domains |
93 ---------------- |
93 ---------------- |
94 [+] example.com |
94 [+] example.com |
95 [-] e.g.example.com |
95 [-] e.g.example.com |
96 [-] exempli-gratia.example.com |
96 [-] example.name |
97 [+] example.net |
97 [+] example.net |
98 [+] example.org |
98 [+] example.org |
99 .fi |
99 .fi |
100 .\" |
100 .\" |
101 .TP |
101 .TP |
192 should be aliased. |
192 should be aliased. |
193 .PP |
193 .PP |
194 .nf |
194 .nf |
195 Example: |
195 Example: |
196 |
196 |
197 \fBvmm aliasdomainadd exempli-gratia.example.com example.com\fP |
197 \fBvmm aliasdomainadd example.name example.com\fP |
198 .fi |
198 .fi |
199 .TP |
199 .TP |
200 \fBaliasdomaininfo (\fBadi\fP) \fIaliasdomain\fP |
200 \fBaliasdomaininfo (\fBadi\fP) \fIaliasdomain\fP |
201 This subcommand shows to which domain the \fIaliasdomain\fP is assigned to. |
201 This subcommand shows to which domain the \fIaliasdomain\fP is assigned to. |
202 .PP |
202 .PP |
203 .nf |
203 .nf |
204 Example: |
204 Example: |
205 |
205 |
206 \fBvmm aliasdomaininfo exempli-gratia.example.com\fP |
206 \fBvmm aliasdomaininfo example.name\fP |
207 Alias domain information |
207 Alias domain information |
208 ------------------------ |
208 ------------------------ |
209 The alias domain exempli-gratia.example.com belongs to: |
209 The alias domain example.name belongs to: |
210 * example.com |
210 * example.com |
|
211 .fi |
|
212 .TP |
|
213 \fBaliasdomainswitch\fP (\fBads\fP) \fIaliasdomain\fP \fItargetdomain\fP |
|
214 If the target of the existing \fIaliasdomain\fP should be switched to another |
|
215 \fItargetdomain\fP use this subcommand. |
|
216 .PP |
|
217 .nf |
|
218 Example: |
|
219 |
|
220 \fBvmm aliasdomainswitch example.name example.org\fP |
211 .fi |
221 .fi |
212 .TP |
222 .TP |
213 \fBaliasdomaindelete\fP (\fBadd\fP) \fIaliasdomain\fP |
223 \fBaliasdomaindelete\fP (\fBadd\fP) \fIaliasdomain\fP |
214 Use this subcommand if the alias domain \fIaliasdomain\fP should be removed. |
224 Use this subcommand if the alias domain \fIaliasdomain\fP should be removed. |
215 .PP |
225 .PP |