Re: Email all local accounts?
Ivo Smits <[email protected]> Fri, 18 Nov 2011 17:06:41 +0100
| Newsgroups | gmane.mail.xmail.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I don't think this is directly supported. You can generate a list of e-mail addresses from the mailusers file, for example using this command on linux: cat mailusers.tab | sed -n 's/^"\([^"]*\)"\t"\([^"]*\)"\t.*$/\2@\1/p' You could write the output to a file and pass it to sendmail using the --rcpt-file option. -- Ivo Op 18-11-2011 16:37, Fred schreef: > > Hey guys, > > Quick question; is there a way to broadcast an email to all XMail > accounts on a single server? > > I need to inform everyone, about 800 accounts, that I will do hardware > maintenance this week-end. > > Thanks > > > > _______________________________________________ > xmail mailing list > [email protected] > http://xmailserver.org/mailman/listinfo/xmail _______________________________________________ xmail mailing list [email protected] http://xmailserver.org/mailman/listinfo/xmail