Re: [exim] Block outgoing to specific domain

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jeremy Harris
Data:  
Para: exim-users
Asunto: Re: [exim] Block outgoing to specific domain
On 08/18/2009 07:03 PM, Chump Chumpster wrote:
> I was wondering if there's a simple way to block outgoing mail to a specific
> domain such as aol.com hotmail.com etc. I'd like to do this for all users,
> in the case that there's a complaint that we need to investigate and hold
> all email to that domain for the interim.


deny    domains = aol.com : hotmail.com
        message = This destination is on hold.


(probably somewhere in your rcpt-to ACL)

- Jeremy