Ralf Hildebrandt wrote:
* Jesse Kretschmer <je...@psyop.tv>:
Oops. I've never actually touched the master.cf file, so when I read the
line, I just assumed main.cf.
Thanks for bearing with me. Without further ado:
# sed -e '/^#/d' -e '/^\s*$/d' /usr/local/etc/postfix/master.cf
smtp inet n - n - - smtpd
smtps inet n - n - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
THIS could be the problem.
This would cause the reject as you see it in the log :)
Jesse,
You may find it helpful to add
-o syslog_name=postfix-smtps
to the above options to differentiate logging from the smtps
service.
-- Noel Jones