Lähettäjä: Renaud Allard Päiväys: Vastaanottaja: Bleurgh Kopio: exim-users Aihe: Re: [exim] Drop all traffic unless authenticated users OR specific
IP ?
Bleurgh wrote: >
>
> Renaud Allard wrote:
>> The problem now seems that you don't know where to place them in your
>> config
>> file. Do you have acl_smtp_rcpt defined somewhere in you config file? If
>> yes,
>> you should follow it's value and copy/paste what Peter gave you the line
>> after
>> the value in the config file.
>>
>
> acl_smtp_rcpt = check_recipient
>
> I can paste something in under "check_recipient:" no problem.
>
Indeed, you should place what Peter gave you just under "check_recipient:".
And of course replace "myip1 : myip2 : myip3" by real IPs which should be
relayed without authentication. (Although it should work even if you don't as
long as you define (or not) myip1, etc in your hosts file).