ukhas / habcloud-salt-states

HabCloud Salt States
0 stars 2 forks source link

exim4 relay config broken #9

Closed danielrichman closed 9 years ago

danielrichman commented 9 years ago

2015-01-21 13:39:52 [19298] 1YDvVg-00051E-OL == daniel@scratch.vm.habhub.org R=default T=smtp defer (-32): failed to lookup IP address for support.private

daniel@scratch:/var/log$ host support.private
support.private.vm.habhub.org has address 10.0.1.116
danielrichman commented 9 years ago

http://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_smtp_transport.html

gethostbyname Use: smtp Type: boolean Default: false If this option is true when the hosts and/or fallback_hosts options are being used, names are looked up using gethostbyname() (or getipnodebyname() when available) instead of using the DNS. Of course, that function may in fact use the DNS, but it may also consult other sources of information such as /etc/hosts.

Seems to do its own DNS. Unclear whether it respects dns-search or not. Assume not?