by robreuland » 3:15am, Sun 10 Jun, 2007
Not for nothing but this forum is a pain in the arse to post in--my posts keep getting blocked because I'm a newbie here and and "posting URLs" in my posts. Which I'm not.
But anyway, I fixed this problem (on a Mac Xserve, which I administer), by opening php.ini (created from the etc/php.ini. default) and uncommenting the sendmail_path line and changing it to read:
sendmail_path = /usr/sbin/sendmail -t -i -fnoreply-at-domain.name
Nb. that there is no space between the -f and the email address.
Restart apache by issuing sudo apachectl graceful and the new php.ini should load.
Thereafter mail sent from phplist shows the same address for return-path and errors to, and bounces get dropped into "noreply."
Haven't tried to process them yet, but fingers crossed!