Hello, Recently I changed my static ip and it took
few days to reflect. SMTP was all good expect I cannot
able to receive mails from one domain - gmail.com, I 
can receive mails from other and can send properly too

I have done this,
# smtpd -dv -Tlookup 2> log.txt

```
20d731 smtp connected address=209.85.128.42 host=mail-wm1-f42.google.com
lookup: match "mail-wm1-f42.google.com" as REGEX in table
static:<dynamic:0> -> false
debug: dispatcher: rsae_priv_enc
c978d7c20e20d731 smtp tls ciphers=TLSv1.3:TLS_AES_256_GCM_SHA384:256
c978d7c20e20d731 smtp disconnected reason=disconnect
```

for the other mail servers after smtp tls

```
debug: smtp: SIZE in MAIL FROM command
lookup: match "185.70.43.19" as NETADDR in table static:<anyhost> ->
true
```

then gets connected and mda comes in to deliver the mail.


Now how to figure the issue for "disconnect" by google mail picture.

Reply via email to