I'm getting the following in my logs: " warning: connect to pgsql server foo.example.com: could not translate host name "foo.example.com" to address: Temporary failure in name resolution?"
But I cannot understand why. Running, e.g. "dig foo.example.com" returns instantly with the IP address, no problems with resolution ? My postgres postfix config looks like this: hosts=foo.example.comuser=myuser password=mypass dbname=mydb query=select foo from bar('%s') And it is called from main.cf: relay_recipient_maps = pgsql:${config_directory}/pgsql_relay_recipient_maps.conf _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org