On 03/26/2015 02:36 PM, Giuseppe Perna wrote:
thanks for the reply,

please could you be more specific? are not very experienced.
thank you
You could do this:
create a text file (users.txt) with the information as follows:
[email protected] password
[email protected] password2
[email protected] password3
.....

Then

cat users.txt | '{print "vadduser " $0 }' | sh

PLEASE TRY THIS WITH A SINGLE USER FIRST. I don't have a QMT box any more, so I can't try it myself.

Bharath

2015-03-26 13:21 GMT+01:00 Johannes Weberhofer <[email protected]>:
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]



--

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Reply via email to