Re: No/Invalid host lookup in smtpd_sasl_path parameter

2017-12-27 Thread Lorenzo Bernardi
ockopt(19, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0 Dec 27 17:05:14 85b8d58a343c root: connect(19, {sa_family=AF_INET, sin_port=htons(12345), sin_addr=inet_addr("172.20.0.5")}, 16) = -1 EINPROGRESS (Operation now in progress) Dec 27 17:05:14 85b8d58a343c root: poll([{fd=19, events=POLLOUT}]

Re: No/Invalid host lookup in smtpd_sasl_path parameter

2017-12-27 Thread Lorenzo Bernardi
doesn't resolve the hostname: smtpd_sasl_path = inet:[dovecot]:12345 (I tried both with and without []) But when I directly put the IP address: smtpd_sasl_path = inet:[172.20.0.5]:12345 or add an hosts entry in /var/spool/postfix/etc/hosts: 172.20.0.5 dovecot Everything works as expe

No/Invalid host lookup in smtpd_sasl_path parameter

2017-12-26 Thread Lorenzo Bernardi
lookup was handled differently for the other parameters, and if it was possible to either fix that behavior or add an option to do a proper dns lookup and thus correctly resolve the hostname in the "smtpd_sasl_path" parameter. Below the relevant part of my postfix main.cf file.

keeping local copy of mail

2012-02-07 Thread Lorenzo Bernardi
Dear list, sorry if this is a newbie question but I didn't find the answer by myself and googling a lot. the background: I'm migrating from an old postfix server (2.3.8-2+etch1) to a zimbra server. I have configured zimbra to be the mail server of the SAME domain of the postfix server but