Re: [exim] Q: Block Incoming mail to root@xxxx

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: John Burnham
Data:  
Para: exim-users
Asunto: Re: [exim] Q: Block Incoming mail to root@xxxx
> I am getting spam coming to root on my mail server. I can't
> figure out how to configure Exim to block mail coming in from
> the Internet addressed to root, but allow my server to send
> internal messages to root.
>
> Any ideas?
>


deny local_parts = root
     message = We don't accept mail to root@wherever


somewhere early on in your smtp_rcpt acl ?
J