thanks for the reply, please could you be more specific? are not very experienced. thank you
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]
