132 \fBvmm domaintransport support.example.com dovecot:\fP |
132 \fBvmm domaintransport support.example.com dovecot:\fP |
133 .fi |
133 .fi |
134 .TP |
134 .TP |
135 \fBdomaindelete\fP (\fBdd\fP) \fIdomain\fP [ \fIdelalias\fP | \fIdeluser\fP |\ |
135 \fBdomaindelete\fP (\fBdd\fP) \fIdomain\fP [ \fIdelalias\fP | \fIdeluser\fP |\ |
136 \fIdelall\fP ] |
136 \fIdelall\fP ] |
137 This subcommand deletes the specified domain. |
137 This subcommand deletes the specified \fIdomain\fP. |
138 .br |
138 .br |
139 If there are accounts and/or aliases assigned to the given domain, \fBvmm\fP |
139 If there are accounts and/or aliases assigned to the given domain, \fBvmm\fP |
140 will abort the requested operation and show a error message. If you know, what |
140 will abort the requested operation and show a error message. If you know, what |
141 you are doing, you can specify one of this arguments: \fIdelalias\fP, |
141 you are doing, you can specify one of the following keywords: '\fPdelalias\fP', '\fBdeluser\fP' or '\fBdelall\fP'. |
142 \fIdeluser\fP or \fIdelall\fP. |
142 .br |
143 .br |
143 |
144 If you really always know what you are doing, edit your \fBvmm.cfg\fP and set |
144 If you really always know what you are doing, edit your \fBvmm.cfg\fP and set |
145 the option \fIforcedel\fP, in section \fImisc\fP, to true. |
145 the option \fIforcedel\fP, in section \fImisc\fP, to true. |
146 .\" |
146 .\" |
147 .SS ACCOUNT SUBCOMMANDS |
147 .SS ACCOUNT SUBCOMMANDS |
148 .TP |
148 .TP |
149 \fBuseradd\fP (\fBua\fP) \fIaddress\fP [ \fIpassword\fP ] |
149 \fBuseradd\fP (\fBua\fP) \fIaddress\fP [ \fIpassword\fP ] |
|
150 Use this subcommand to create a new email account for the given \fIaddress\fP. |
|
151 .br |
|
152 If the \fIpassword\fP is not provided, \fBvmm\fP will prompt for it |
|
153 interactively. |
|
154 .PP |
|
155 .nf |
|
156 Examples: |
|
157 |
|
158 \fBvmm ua d.user@example.com 'A 5ecR3t P4s5\\/\\/0rd'\fP |
|
159 \fBvmm ua e.user@example.com\fP |
|
160 Enter new password: |
|
161 Retype new password: |
|
162 .fi |
150 .TP |
163 .TP |
151 \fBuserinfo\fP (\fBui\fP) \fIaddress\fP [ \fIdu\fP ] |
164 \fBuserinfo\fP (\fBui\fP) \fIaddress\fP [ \fIdu\fP ] |
152 .TP |
165 This subcommand displays some information about the account specified by |
153 \fBusername\fP (\fBun\fP) \fIaddress\fP [ \fI'Users Name'\fP ] |
166 \fIaddress\fP. |
|
167 .br |
|
168 If the optional argument \fIdu\fP is given, the disk usage of users maildir will |
|
169 be summarized and displayed too. |
|
170 .TP |
|
171 \fBusername\fP (\fBun\fP) \fIaddress\fP \fI'Users Name'\fP |
|
172 The users real name can be set/updated with this subcommand. |
|
173 .PP |
|
174 .nf |
|
175 Example: |
|
176 |
|
177 \fBvmm un d.user@example.com 'John Doe'\fP |
|
178 .fi |
154 .TP |
179 .TP |
155 \fBuserpassword\fP (\fBup\fP) \fIaddress\fP [ \fIpassword\fP ] |
180 \fBuserpassword\fP (\fBup\fP) \fIaddress\fP [ \fIpassword\fP ] |
156 .TP |
181 The \fIpassword\fP from an account can be updated with this subcommand. |
157 \fBusertransport\fP (\fBut\fP) \fIaddress\fP [ \fItransport\fP ] |
182 .br |
|
183 If the \fIpassword\fP is not provided, \fBvmm\fP will prompt for it |
|
184 interactively. |
|
185 .PP |
|
186 .nf |
|
187 Example: |
|
188 |
|
189 \fBvmm up d.user@example.com 'A |\\/|0r3 5ecur3 P4s5\\/\\/0rd?'\fP |
|
190 .fi |
|
191 .TP |
|
192 \fBusertransport\fP (\fBut\fP) \fIaddress\fP \fItransport\fP |
|
193 A different transport for an account can be specified with this subcommand. |
|
194 .PP |
|
195 .nf |
|
196 Example: |
|
197 |
|
198 \fBvmm ut d.user@example.com smtp:pc105.it.example.com\fP |
|
199 .fi |
158 .TP |
200 .TP |
159 \fBuserdisable\fP (\fBu0\fP) \fIaddress\fP [ \fIsmtp\fP | \fIpop3\fP |\ |
201 \fBuserdisable\fP (\fBu0\fP) \fIaddress\fP [ \fIsmtp\fP | \fIpop3\fP |\ |
160 \fIimap\fP | \fImanagesieve\fP | \fIall\fP ] |
202 \fIimap\fP | \fImanagesieve\fP | \fIall\fP ] |
|
203 If a user shouldn't have access to one or all services you can restrict the |
|
204 access with this subcommand. |
|
205 .br |
|
206 If no service or the keyword '\fIall\fP' is given all services ('smtp', 'pop3', 'imap', and 'managesieve') will be disabled for the account with the specified |
|
207 \fIaddress\fP. Otherwise only the specified service will be restricted. |
|
208 .PP |
|
209 .nf |
|
210 Examples: |
|
211 |
|
212 \fBvmm u0 b.user@example.com imap\fP |
|
213 \fBvmm userdisable c.user@example.com\fP |
|
214 .fi |
161 .TP |
215 .TP |
162 \fBuserenable\fP (\fBu1\fP) \fIaddress\fP [ \fIsmtp\fP | \fIpop3\fP |\ |
216 \fBuserenable\fP (\fBu1\fP) \fIaddress\fP [ \fIsmtp\fP | \fIpop3\fP |\ |
163 \fIimap\fP | \fImanagesieve\fP | \fIall\fP ] |
217 \fIimap\fP | \fImanagesieve\fP | \fIall\fP ] |
|
218 To allow access to one or all restricted services use this subcommand. |
|
219 .br |
|
220 If no service or the keyword '\fIall\fP' is given all services ('smtp', 'pop3', 'imap', and 'managesieve') will be enabled for the account with the specified |
|
221 \fIaddress\fP. Otherwise only the specified service will be enabled. |
164 .TP |
222 .TP |
165 \fBuserdelete\fP (\fBud\fP) \fIaddress\fP |
223 \fBuserdelete\fP (\fBud\fP) \fIaddress\fP |
|
224 Use this subcommand to delete the account with the given \fIaddress\fP. |
166 .\" |
225 .\" |
167 .SS ALIAS SUBCOMMANDS |
226 .SS ALIAS SUBCOMMANDS |
168 .TP |
227 .TP |
169 \fBaliasadd\fP (\fBaa\fP) \fIalias\fP \fItarget\fP |
228 \fBaliasadd\fP (\fBaa\fP) \fIalias\fP \fItarget\fP |
|
229 This subcommand is used to create a new alias. |
|
230 .PP |
|
231 .nf |
|
232 Examples: |
|
233 |
|
234 \fBvmm aliasadd john.doe@example.com d.user@example.com\fP |
|
235 \fBvmm aa support@example.com d.user@example.com\fP |
|
236 \fBvmm aa support@example.com e.user@example.com\fP |
|
237 .fi |
170 .TP |
238 .TP |
171 \fBaliasinfo\fP (\fBai\fP) \fIalias\fP |
239 \fBaliasinfo\fP (\fBai\fP) \fIalias\fP |
|
240 Information about an alias can be displayed with this subcommand. |
|
241 .PP |
|
242 .nf |
|
243 Example: |
|
244 |
|
245 \fBvmm aliasinfo support@example.com\fP |
|
246 Alias information |
|
247 ----------------- |
|
248 Mail for support@example.com goes to: |
|
249 -> d.user@example.com |
|
250 -> e.user@example.com |
|
251 .fi |
172 .TP |
252 .TP |
173 \fBaliasdelete\fP (\fBad\fP) \fIalias\fP [ \fItarget\fP ] |
253 \fBaliasdelete\fP (\fBad\fP) \fIalias\fP [ \fItarget\fP ] |
174 |
254 Use this subcommand to delete the \fIalias\fP. |
|
255 .br |
|
256 If the optional destination address \fItarget\fP is given, only this |
|
257 destination will be removed from the \fIalias\fP. |
|
258 .PP |
|
259 .nf |
|
260 Example: |
|
261 \fBvmm ad support@example.com d.user@example.com\fP |
|
262 .fi |
175 .SH FILES |
263 .SH FILES |
176 /usr/local/etc/vmm.cfg |
264 /usr/local/etc/vmm.cfg |
177 .SH SEE ALSO |
265 .SH SEE ALSO |
178 vmm.cgf(5), vmm configuration parameters |
266 vmm.cgf(5), vmm configuration parameters |
179 .SH AUTHOR |
267 .SH AUTHOR |