Re: [exim] Attachment blocking for some domains

Pàgina inicial
Delete this message
Reply to this message
Autor: Marc Silver
Data:  
A: Sachin Sharma
CC: exim-users
Assumpte: Re: [exim] Attachment blocking for some domains
Hi there,

I'm a bit of a newbie on this list, but I believe you need to do this in
the acl_check_data section. Something like:

 deny    message = No attachments allowed to this domain.
         demime  = *
         senders = yoursender@???


etc etc.

Cheers,
Marc

On Fri, Jul 27, 2007 at 06:23:41PM +0530, Sachin Sharma wrote:
> We want to block attachment for specific user,network or host for only
> external Domain. I tested acl into acl_check_mime, but always mail get
> deffered. Please help me if some one has any idea abt such acl ?