Re: configuracion de exim4 me genera un ciclo
enediel gonzalez schrieb:
> en /etc/hosts declare al exchange con su ip interna
>
> 127.0.0.1 localhost.localdomain localhost debian
> 192.168.0.115 mail.domainA.com
> # The following lines are desirable for IPv6 capable hosts
> ::1 ip6-localhost ip6-loopback
> fe00::0 ip6-localnet
> ff00::0 ip6-mcastprefix
> ff02::1 ip6-allnodes
> ff02::2 ip6-allrouters
> ff02::3 ip6-allhosts
>
> debian:/etc# vi host.conf
> order hosts,bind
> multi on
>
> /etc/resolv.conf
> search
> nameserver 192.168.0.115
> nameserver 192.168.0.101
>
>
> pretendia con esta configuracion que primero se revisara el fichero
> hosts y luego se consultara a los dns, pero algo no me funciona
Sorry, I don´t actually understand your language, but it looks like you
might need to set up a name server as to have appropriate MX entries.
Having a name server helps a lot, especially when it comes to deliver mail.
I would think that exim should be able to get the address of
mail.domainA.com because you have set it up as smarthost, but I don´t
know how exim does the lookups.
You might also want to check out the discussion on
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=247734 concerning what
to put into /etc/hosts.
GH
Reply to: