Personally, I have found that doing:
find /home_of_this_domain_maildirs/ -type d -name Maildir -exec cp /mail.txt \{\}/new \;
is a really good option. It is almost the fastest possible (best is to use symbolic links), and doesn't load the server. You can even run it on the fileserver without affecting your MTA's.
g.
Matthias Blaser wrote:
On Wednesday 09 June 2004 11.17, Edward PN wrote:
Can anyone help me how to send email to about 3700 users account in a
time ?
We use a (moderated) ezmlm-idx mailing list which stores all subscribers in a mysql database and a small script wich fetches all ldap-accounts and write them to the db.
Regards,
Matthias
