Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 23:43:40 +0100
From:      Marko =?UTF-8?B?Q3VwYcSH?= <marko.cupac@mimar.rs>
To:        freebsd-ports@FreeBSD.org
Cc:        freebsd-stable@FreeBSD.org
Subject:   mail/postfix does not resolve in mysql maps
Message-ID:  <20141225234340.c0a9d63354a2b9e5b230eb4e@mimar.rs>

next in thread | raw e-mail | index | archive | help
Hi,

I'm running 10.1-RELEASE-p3 and postfix-2.11.3_3,1 built in poudriere
on jail 10.1-RELEASE-p1, It seems that after upgrade to 10.1-RELEASE-p3
postfix stopped resolving FQDNs in my mysql maps files.

This does not work:
> pacija@mail:~ % sudo cat /usr/local/etc/postfix/smtpd_sender_login_maps.cf 
> user = someuser
> password = somepass
> #hosts = mysql1.mimar.rs
> hosts = 193.53.106.138
> dbname = somedb
> query = SELECT goto FROM alias WHERE address = '%s' AND active = 1

Gives the following message in maillog:
> Dec 25 14:12:56 mail postfix/submission/smtpd[1277]: warning: connect to mysql server mysql1.mimar.rs: Unknown MySQL server host 'mysql1.mimar.rs' (0)

Drill resolves fine both forward and reverse:
> pacija@mail:~ % drill mysql1.mimar.rs
> mysql1.mimar.rs.	3600	IN	A	193.53.106.138

> pacija@mail:~ % drill -x 193.53.106.138
> 138.106.53.193.in-addr.arpa.	3600	IN	PTR	mysql1.mimar.rs.

I have updated jail and am rebuilding postfix.
-- 
Marko Cupać
https://www.mimar.rs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141225234340.c0a9d63354a2b9e5b230eb4e>