It's late 2010, and this solution still works.
It's important to notice what gwa7 suggested, and that is to have the smtp and 587 lines match. For example:
Code:
smtp inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes
587 inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes
Thanks for the quick solution!
Quote:
Originally Posted by gwa7
This is what worked for me. I had to make both lines match:
smtp inet n - n - - smtpd
587 inet n - n - - smtpd
|