Re: [Exim] relaying for specific hosts

Etusivu
Poista viesti
Vastaa
Lähettäjä: Peter Bowyer
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [Exim] relaying for specific hosts
Barry H <met_boy04@???> wrote:
> Hi,
>
> Freebsd 4.9-RELEASE-p5
> Exim: exim-4.22-1
>
> Trying to allow relaying from a few specific hosts.
> The relevant configs look like:
>>>>>>>>>>>>>>>
> hostlist relay_from_hosts = 10.1.1.1/32 10.2.2.2/32
> begin acl
>
> acl_check_rcpt:
> accept hosts = +relay_from_hosts
>>>>>>>>>>>>>>> Doesn't work. Get rejects saying relaying denied.
>
> Everything I've seen online makes me think this config
> should work.
>
> Any thoughts?


Try some debugging with exim -bh - this will tell you what comparisons are
going on with the hostlist and why they're failing.

Peter