I have the following setup for submission:

submission inet  n       -       n       -       -       smtpd
    -o smtpd_tls_security_level=encrypt
    -o smtpd_sasl_auth_enable=yes
    -o smtpd_sasl_type=dovecot
    -o smtpd_sasl_security_options=noanonymous
    -o smtpd_sasl_path=private/auth
    -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    -o smtpd_data_restrictions=
    -o 
smtpd_relay_restrictions=permit_sasl_authenticated,reject_unauth_destination,reject
    -o smtpd_helo_restrictions=
    -o 
smtpd_recipient_restrictions=permit_sasl_authenticated,reject_unauth_destination,reject
    -o syslog_name=submit-tls

I am getting the following error:

Jul  5 13:09:06 mail postfix/smtpd[91399]: Anonymous TLS connection established 
from ***-static.hfc.comcastbusiness.net[1.2.3.444]: TLSv1 with cipher 
ECDHE-RSA-AES256-SHA (256/256 bits)
Jul  5 13:09:06 mail postfix/smtpd[91399]: NOQUEUE: reject: RCPT from 
***-static.hfc.comcastbusiness.net[1.2.3.444]: 554 5.7.1 <au...@gmail.com>: 
Relay access denied; from=<kr...@kreme.com> to=<au...@gmail.com> proto=ESMTP 
helo=<[10.0.0.177]>

Is there anyway to verify in the logs that the connecting device is using the 
submission port and not something stupid like port 25? 

-- 
I would rather be a mute poet, a blind artist or a deaf musician than a
heartless man. -Graffiti, bathroom wall @ The Napoleon House New Orleans
1967 (via @johnlarroquette)

Reply via email to