equal
deleted
inserted
replaced
1 .\" $Id$ |
1 .\" $Id$ |
2 .TH "VMM" "1" "23. Aug 2008" "Pascal Volk" |
2 .TH "VMM" "1" "24. Aug 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 ] |
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 [ \fIdetailed\fP ] |
124 \fBdomaininfo\fP (\fBdi\fP) \fIdomain\fP [ \fIaccounts\fP | \fIaliasdomains\fP\ |
125 This subcommand shows some information about the given domain. |
125 | \fIaliases\fP | \fIfull\fP ] |
126 .br |
126 This subcommand shows some information about the given \fIdomain\fP. |
127 If the keyword '\fBdetailed\fP' is specified as optional argument, all |
127 .br |
128 available alias domains, accounts and aliases will be listed. |
128 For a more detailed information about the \fIdomain\fP one of the following |
129 .PP |
129 keywords can be specified: |
|
130 .RS |
|
131 .PD 0 |
|
132 .TP |
|
133 .B accounts |
|
134 in order to list additionally all existing accounts. |
|
135 .TP |
|
136 .B aliasdomains |
|
137 in order to list additionally all assigned alias domains. |
|
138 .TP |
|
139 .B aliases |
|
140 in order to list additionally all available aliases addresses. |
|
141 .TP |
|
142 .B full |
|
143 in order to list additionally all information mentioned above. |
|
144 .PD |
|
145 .RE |
|
146 .LP |
130 .nf |
147 .nf |
131 Example: |
148 Example: |
132 |
149 |
133 \fBvmm domaininfo sales.example.com\fP |
150 \fBvmm domaininfo sales.example.com\fP |
134 Domain information |
151 Domain information |
159 .TP |
176 .TP |
160 \fBdomaindelete\fP (\fBdd\fP) \fIdomain\fP [ \fIdelalias\fP | \fIdeluser\fP | \fIdelall\fP ] |
177 \fBdomaindelete\fP (\fBdd\fP) \fIdomain\fP [ \fIdelalias\fP | \fIdeluser\fP | \fIdelall\fP ] |
161 This subcommand deletes the specified \fIdomain\fP. |
178 This subcommand deletes the specified \fIdomain\fP. |
162 .br |
179 .br |
163 If there are accounts and/or aliases assigned to the given domain, \fBvmm\fP |
180 If there are accounts and/or aliases assigned to the given domain, \fBvmm\fP |
164 will abort the requested operation and show a error message. If you know, what |
181 will abort the requested operation and show an error message. If you know, what |
165 you are doing, you can specify one of the following keywords: '\fBdelalias\fP', '\fBdeluser\fP' or '\fBdelall\fP'. |
182 you are doing, you can specify one of the following keywords: '\fBdelalias\fP', '\fBdeluser\fP' or '\fBdelall\fP'. |
166 .br |
183 .br |
167 |
184 |
168 If you really always know what you are doing, edit your \fBvmm.cfg\fP and set |
185 If you really always know what you are doing, edit your \fBvmm.cfg\fP and set |
169 the option \fIforcedel\fP, in section \fImisc\fP, to true. |
186 the option \fIforcedel\fP, in section \fImisc\fP, to true. |