Re: [exim] exim restricted outgoing email

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marc Sherman
Fecha:  
A: exim-users
Cc: Silvano Malaguti
Asunto: Re: [exim] exim restricted outgoing email
Tony Finch wrote:
>
> Are you testing with email sent via SMTP or email sent from the local
> machine? In the latter case the ACLs are not checked so your
> restrictions will not be enforced.


There is the acl_not_smtp ACL if you want to protect local submission,
as well. You can either duplicate the relevent tests, or move them to a
separate ACL and reference them in both places using an acl condition.

- Marc