tkalfaoglu
Silver Pleskian
A customer complained that some of the mail they send from gmail never reaches their mailbox at our server.
I'm looking at the logs I hope these are all related.. (customer domain replaced with XXX)
What could be causing that No SMTP AUTH... line? I assume it is related to mail from [email protected] to [email protected]..
I'm looking at the logs I hope these are all related.. (customer domain replaced with XXX)
Oct 4 09:36:04 ocean postfix/smtpd[26646]: connect from mail-wr1-f53.google.com[209.85.221.53]
Oct 4 09:36:04 ocean postfix/smtpd[26646]: TLS SNI mail.XXXX.com from mail-wr1-f53.google.com[209.85.221.53] not matched, using default chain
Oct 4 09:36:04 ocean postfix/smtpd[26646]: Anonymous TLS connection established from mail-wr1-f53.google.com[209.85.221.53]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)
Oct 4 09:36:04 ocean postfix/smtpd[26646]: D42DD11E1228: client=mail-wr1-f53.google.com[209.85.221.53]
Oct 4 09:36:04 ocean psa-pc-remote[58664]: D42DD11E1228: from=<[email protected]> to=<[email protected]>
Oct 4 09:36:04 ocean psa-pc-remote[58664]: 7A5ED11E1224: py-limit-out: stderr: INFO:__main__:No SMTP AUTH and not running in sendmail context (incoming or unrestricted outgoing
mail). SKIP message.
Oct 4 09:36:04 ocean psa-pc-remote[58664]: 7A5ED11E1224: py-limit-out: stderr: SKIP
Oct 4 09:36:04 ocean psa-pc-remote[58664]: 7A5ED11E1224: spf: stderr: PASS
Oct 4 09:36:04 ocean psa-pc-remote[58664]: 7A5ED11E1224: check-quota: stderr: SKIP
What could be causing that No SMTP AUTH... line? I assume it is related to mail from [email protected] to [email protected]..