Hello,
I need to add many users to the mailing list in my toaster installation.
>From googling I found this script:
1. Make a text file containing:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
2. Make the mailing list using qmailadmin
3. Then inject the user from email.txt:
for i in `cat email.txt`
do /usr/bin/ezmlm-sub /home/vpopmail/domains/yourdomain.com/yourmaillist $i
done
Will that work? Especially I'm not sure whether it will be stored in mysql
database or not.
Thank you very much.
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]