Date: Thu, 25 Dec 2014 20:56:09 +0000 From: Steven Hartland <killing@multiplay.co.uk> To: freebsd-stable@freebsd.org Subject: Re: 10.1-RELEASE-p3 possibly broke parts of dns resolution in postfix Message-ID: <549C79E9.6080107@multiplay.co.uk> In-Reply-To: <20141225204804.33b3b1650e6827ff23f4df3a@mimar.rs> References: <20141225204804.33b3b1650e6827ff23f4df3a@mimar.rs>
next in thread | previous in thread | raw e-mail | index | archive | help
-p3 didn't contain any changes to DNS lookups -p2 however did include a fix to unbound. Its still very unlikely that either of these caused a breakage as we would have had a flurry of reports before now if there was an issue. Given this I would recommend you check for an unrelated issue, possibly configuration else where? On 25/12/2014 19:48, Marko Cupać wrote: > Hi, > > it appears that update to 10.1-RELEASE-p3 broke my mysql maps in > postfix, where hosts is specified with FQDN. Changing it to IP address > works around it. > > This worked, but does not work anymore: >> pacija@mail:~ % sudo cat /usr/local/etc/postfix/smtpd_sender_login_maps.cf >> user = someuser >> password = somepass >> hosts = host.example.org >> dbname = somedatabase >> query = SELECT goto FROM alias WHERE address = '%s' AND active = 1 > With conf like this I see the following message in maillog: >> Dec 25 16:47:15 mail postfix/submission/smtpd[1885]: warning: connect to mysql server host.example.org: Unknown MySQL server host 'host.example.org' (0) > This works: >> pacija@mail:~ % sudo cat /usr/local/etc/postfix/smtpd_sender_login_maps.cf >> user = someuser >> password = somepass >> hosts = 192.168.1.10 >> dbname = somedatabase >> query = SELECT goto FROM alias WHERE address = '%s' AND active = 1 > Also, when submitting mail to submission port, it does not resolve > recipient domains, so mail is being rejected when > reject_non_fqdn_recipient and reject_unknown_recipient_domain are on. > > Both forward and reverse drill are resolving fine.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?549C79E9.6080107>