Sendmail ignoring parameters
Posted
by André
on Server Fault
See other posts from Server Fault
or by André
Published on 2009-12-03T23:02:15Z
Indexed on
2010/04/09
21:03 UTC
Read the original article
Hit count: 315
We're sending ~60k emails to non-local addresses with sendmail and I manually set the -f flag to [email protected].
This all works fine and dandy when I limit my PHP script to 5000 addresses. If I remove the limitation, sendmail ingnores the parameters and sends all emails with a reply-to and return-path of [email protected].
I'm sleeping in between each email for 500ms, that should not be the problem.
© Server Fault or respective owner