Re: [Exim] local_domains doesn't always work

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tabor J. Wells
Fecha:  
A: 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