252 [\-] e.g.example.com |
252 [\-] e.g.example.com |
253 [\-] example.name |
253 [\-] example.name |
254 [+] example.net |
254 [+] example.net |
255 [+] example.org |
255 [+] example.org |
256 .fi |
256 .fi |
|
257 .\" ------------------------------------ |
|
258 .SS listaddresses (ll) |
|
259 .B vmm listaddresses |
|
260 .RI [ pattern ] |
|
261 .PP |
|
262 This command lists all defined addresses. Addresses belonging to |
|
263 alias-domains are prefixed with a '-', addresses of regular domains with |
|
264 a '+'. Additionally, the letters 'u', 'a', and 'r' indicate the type of |
|
265 each address: user, alias and relocated respectively. |
|
266 The output can be limited with an optional |
|
267 .IR pattern . |
|
268 .PP |
|
269 To perform a wild card search, the % character can be used at the start |
|
270 and/or the end of the |
|
271 .IR pattern . |
|
272 .PP |
|
273 Example: |
|
274 .PP |
|
275 .nf |
|
276 .B vmm listaddresses example.com |
|
277 .B vmm listaddresses %master@% |
|
278 .\" ------------------------------------ |
|
279 .SS listaliases (la) |
|
280 .B vmm listaliases |
|
281 .RI [ pattern ] |
|
282 .PP |
|
283 This command lists all defined aliases. Aliases belonging to |
|
284 alias-domains are prefixed with a '-', addresses of regular domains with |
|
285 a '+'. |
|
286 The output can be limited with an optional |
|
287 .IR pattern . |
|
288 .PP |
|
289 To perform a wild card search, the % character can be used at the start |
|
290 and/or the end of the |
|
291 .IR pattern . |
|
292 .PP |
|
293 Example: |
|
294 .PP |
|
295 .nf |
|
296 .B vmm listaliases example.com |
|
297 .B vmm listaliases %master@% |
|
298 .\" ------------------------------------ |
|
299 .SS listrelocated (lr) |
|
300 .B vmm listrelocated |
|
301 .RI [ pattern ] |
|
302 .PP |
|
303 This command lists all defined relocated addresses. Relocated entries |
|
304 belonging to alias-domains are prefixed with a '-', addresses of regular |
|
305 domains with |
|
306 a '+'. |
|
307 The output can be limited with an optional |
|
308 .IR pattern . |
|
309 .PP |
|
310 To perform a wild card search, the % character can be used at the start |
|
311 and/or the end of the |
|
312 .IR pattern . |
|
313 .PP |
|
314 Example: |
|
315 .PP |
|
316 .nf |
|
317 .B vmm listrelocated example.com |
|
318 .B vmm listrelocated %master@% |
|
319 .\" ------------------------------------ |
|
320 .SS listusers (lu) |
|
321 .B vmm listusers |
|
322 .RI [ pattern ] |
|
323 .PP |
|
324 This command lists all user accounts. User accounts belonging to |
|
325 alias-domains are prefixed with a '-', addresses of regular |
|
326 domains with |
|
327 a '+'. |
|
328 The output can be limited with an optional |
|
329 .IR pattern . |
|
330 .PP |
|
331 To perform a wild card search, the % character can be used at the start |
|
332 and/or the end of the |
|
333 .IR pattern . |
|
334 .PP |
|
335 Example: |
|
336 .PP |
|
337 .nf |
|
338 .B vmm listusers example.com |
|
339 .B vmm listusers %master@% |
257 .\" ------------------------------------ |
340 .\" ------------------------------------ |
258 .SS listpwschemes (lp) |
341 .SS listpwschemes (lp) |
259 .B vmm listpwschemes |
342 .B vmm listpwschemes |
260 .PP |
343 .PP |
261 This subcommand lists all password schemes which could be used in the |
344 This subcommand lists all password schemes which could be used in the |