On Thu, Nov 12, 2015 at 08:41:43PM -0600, Chris Boylan wrote:

> In the process of converting from courier to postfix.  Test configuration
> receives email fine except from google (gmail) which drops us without really
> complaining:
> 
> Nov 12 20:00:41 mail0 postfix/smtpd[24249]: initializing the server-side TLS
> engine
> Nov 12 20:00:41 mail0 postfix/smtpd[24249]: connect from 
> mail-yk0-f172.google.com[209.85.160.172]
> Nov 12 20:00:41 mail0 postfix/smtpd[24249]: smtp_stream_setup: maxtime=300 
> enable_deadline=0

No hand-off from postscreen(8), this smtpd(8) is a direct "inet" listener.

> Nov 12 20:00:41 mail0 postfix/smtpd[24249]: auto_clnt_open: connected to 
> private/anvil
> Nov 12 20:00:41 mail0 postfix/smtpd[24249]: event_enable_read: fd 18
> Nov 12 20:00:41 mail0 postfix/smtpd[24249]: send attr request = connect
> Nov 12 20:00:41 mail0 postfix/smtpd[24249]: send attr ident = 
> submission:209.85.160.172

This is the submission service on port 587.  Not the inbound SMTP
service on port 25.  No idea why google is connecting to port 587
on your machine, perhaps you have some sort of private arrangement
with Gmail to route mail for some domains via your own SMTP server.

On port 587, they probably want a trusted certificate.

-- 
        Viktor.

Reply via email to