how to config sendmail to authenticate anybody except local users?
I have sendmail using smtp auth to require authentication for email users connecting to port 25. However, internal perl scripts are now broken because they receive the "SMTP Error: 5.7.0 Authentication required".
How do I allow local scripts to send email without authentication while still requiring port 25 users to login?
|