Am 26.03.2015 um 12:25 schrieb Giuseppe Perna:
Hello everyone,
I have this configuration qmailtoaser.
I have to create 30 of mailboxes in the same domain.
there is a procedure for the automatic creation of a single command or scripted?
Thank You
The simples would be a bash script:
for MB in box1 box2 ; do echo vadduser [email protected] ; done
You can also set parameters for password generation and things like that.
Best regards
--
Johannes Weberhofer
Weberhofer GmbH, Austria, Vienna
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]