* afshin afzali <[email protected]>: > I'm using mutt to send bulk emails by postfix. > I'll appreciate if know there is any limitation on recipients count.
You could use a script to invoke mutt in batches of 50 recipients and have mutt use the sendmail command. You could also configure mutt to do a regular SMTP session, send up to 1.000 recipients in a row (1.000 recipients is Postfix default limit) and leave it to Postfix to split the message down into batches of 50 recipients. p@rick -- Postfix - Einrichtung, Betrieb und Wartung <http://www.postfix-buch.com> saslfinger (debugging SMTP AUTH): <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>
