Author: MKC
Date: 30-03-03 17:40
I found your tutorial on upgrading sendmail to be quite helpful when I was upgrading a FreeBSD 5 server this week to the most recent Sendmail 8.12.9. After getting sendmail built and installed, and my sendmail.cf set up from the bsd-4.4 default cm file with M4, local delivery wouldn't work, and gave this error:
stat=Deferred: local mailer (/usr/libexec/mail.local) exited with EX_TEMPFAIL
After a bit of hunting around, I fixed the problem with:
chown root /usr/libexec/mail.local
chmod u+s /usr/libexec/mail.local
|
|