Re: [Exim] local_domains doesn't always work

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Tabor J. Wells
Data:  
Para: Jeff Lasman
CC: exim-users
Asunto: Re: [Exim] local_domains doesn't always work
Jeff Lasman wrote:

>I've now got RBLs working without the one hosts line, and it's working
>well, blocking thousands of emails daily.
>
>What I'd like to be able to do now is somehow check and approve Pop
>before SMTP users and/or authenticated users first, and skip these if
>possible, so I can use the sorbs dul list to block others who might be
>in the dul block.
>
>

All you need to do is put

accept authenticated = *

in your ACL before the DNSBL checks.

Tabor