Re: [exim] exim4 and amavisd-new on seperate servers

Etusivu
Poista viesti
Vastaa
Lähettäjä: Peter Bowyer
Päiväys:  
Vastaanottaja: Exim Users
Aihe: Re: [exim] exim4 and amavisd-new on seperate servers
On Mon, 27 Sep 2004 10:13:30 +0100, rich <rich@???> wrote:
> Hello Peter,
>
> When I saw this I did think It could be causing the problem!
>
> When i change the setting, do I need to change it to say:
>
> route_list = "* 192.168.1.13 byname"
>
> or simply:
>
> route_list = "192.168.1.13"?


route_list = * 192.168.1.13

should do it. No need to tell Exim how to look up the name because
you're giving it an IP address directly.

http://www.exim.org/exim-html-4.40/doc/html/spec_20.html#SECT20.2

Peter