Gerben Wierda:
> Jan 05 16:16:59 snape postfix/lmtp[126]: C71B3D1262: to=<[email protected]>,
> relay=snape.rna.nl[private/lmtp], delay=300, delays=0.02/0/300/0, dsn=4.4.2,
> status=deferred (conversation with snape.rna.nl[private/lmtp] timed out while
> receiving the initial server greeting)
Postfix creates the private/lmtp socket to transmit mail delivery
requests from the Postfix queue manager to the Postfix LMTP client,
using a Postfix-internal protocol.
Apparently, you configured the Postfix LMTP client to use that same
private/lmtp socket to deliver mail using the LMTP protocol.
You can't use that same socket for Postfix-internal and LMTP.
Wietse