> On Sep 29, 2016, at 1:07 PM, geekster <chana.a...@gmail.com> wrote: > > connect from mail-oi0-f41.google.com[209.85.218.41] > setting up TLS connection from mail-oi0-f41.google.com[209.85.218.41] > mail-oi0-f41.google.com[209.85.218.41]: TLS cipher list > "ALL:!EXPORT:+RC4:@STRENGTH" > SSL_accept:before/accept initialization > read from 7F8487183D00 [7F848719D3A0] (11 bytes => -1 (0xFFFFFFFFFFFFFFFF)) > warning: network_biopair_interop: error reading 11 bytes from the network: > Connection reset by peer > SSL_accept error from mail-oi0-f41.google.com[209.85.218.41]: -1 > lost connection after STARTTLS from mail-oi0-f41.google.com[209.85.218.41] > disconnect from mail-oi0-f41.google.com[209.85.218.41]
Do not set smtpd_tls_loglevel > 1. The Google SMTP client has disconnected from your server after sending STARTTLS, but before sending a TLS client HELLO message. Likely due to a timeout, unless you've elided not only the log timestamps (which would have been quite useful here, *do not* summarize log entries, post the complete log lines) but also intervening log entries for the same connection. Perhaps your network is dropping packets, or your server is overloaded, it is hard to say... Since apparently no client HELLO was read, the issue is likely not TLS related. Do post log entries that have not had their heads chopped off... -- Viktor.