On Thu, 2008-03-13 at 14:32 -0700, kashani wrote: > Michael Sullivan wrote: > >>> Do I need to add 192.168.1.100 to the hostlist in exim.conf and > >>> restart exim? > >> Yes - this is easy solution for your problem ;) > >> > >> > >> -- > >> Sergey > >> > > > > It didn't work: > > > > Mar 13 15:13:31 baby exim[26470]: 2008-03-13 15:13:31 unqualified > > recipient rejected: <amy> H=([192.168.0.2]) [192.168.1.100] (failed to > > find host name from IP address) > > baby bind # grep 192.168.1.100 /etc/exim/exim.conf > > hostlist relay_from_hosts = 127.0.0.1 : 192.168.1.2 : 192.168.1.3 : > > 192.168.1.4 : 192.168.0.2 192.168.1.100 > > > > Is there any other option? > > > > Add 192.168.0.2 and .100 to your /etc/hosts file. You've got Exim set to > deny IP addresses that do not resolve. > > kashani
192.168.0.2 was already in there, but I've added 192.168.1.100 to both /etc/hosts and the DNS server files. Now, in addition to the previous error, I get this: Mar 13 21:14:15 baby exim[30880]: 2008-03-13 21:14:15 unqualified recipient rejected: <amy> H=([192.168.0.2]) [192.168.1.100] (192.168.1.100 does not match any IP address for subrouter.espersunited.com.1.168.192.in-addr.arpa) baby named # grep subrouter * db.1.168.192:100 IN PTR subrouter.espersunited.com db.espersunited.com:subrouter.espersunited.com IN A 192.168.1.100 -- gentoo-user@lists.gentoo.org mailing list