Got exim4/exiscan properly working, which was quite easy...
Could I use the whitelists also for whitlisting certain attachment
types? Could I include this:
!senders = ${if exists{CONFDIR/local_sender_whitelist}\
{CONFDIR/local_sender_whitelist}\
{}}
into:
deny message = This domain has a policy of ...
demime = vbs:bat:pif:scr:exe:mp3:wma:wmv:mpg:pps:ppt:com:dxf:bmp
like:
deny message = This domain has a policy of ...
!senders = ${if exists{CONFDIR/local_sender_whitelist}\
{CONFDIR/local_sender_whitelist}\
{}}
demime = vbs:bat:pif:scr:exe:mp3:wma:wmv:mpg:pps:ppt:com:dxf:bmp
Does this work?
cu joh.
On 2006-04-24 "J.Paechnatz" <jpaechnatz@bfe-systemhaus.de> wrote:> Got exim4/exiscan properly working, which was quite easy...> Could I use the whitelists also for whitlisting certain attachment > types? Could I include this:> !senders = ${if exists{CONFDIR/local_sender_whitelist}\ > {CONFDIR/local_sender_whitelist}\ > {}} > into: > deny message = This domain has a policy of ... > demime = vbs:bat:pif:scr:exe:mp3:wma:wmv:mpg:pps:ppt:com:dxf:bmp> like:> deny message = This domain has a policy of ... > !senders = ${if exists{CONFDIR/local_sender_whitelist}\ > {CONFDIR/local_sender_whitelist}\ > {}} > demime = vbs:bat:pif:scr:exe:mp3:wma:wmv:mpg:pps:ppt:com:dxf:bmp> Does this work?Yes, I think so. cu andreas -- The ''Galactic Cleaning'' policy undertaken by Emperor Zhark is a personal vision of the emperor''s, and its inclusion in this work does not constitute tacit approval by the author or the publisher for any such projects, howsoever undertaken. (c) Jasper Ffforde
On Mon, 2006-04-24 at 13:40 +0200, J.Paechnatz wrote:> Got exim4/exiscan properly working, which was quite easy... > > Could I use the whitelists also for whitlisting certain attachment > types? Could I include this: > > > !senders = ${if exists{CONFDIR/local_sender_whitelist}\ > {CONFDIR/local_sender_whitelist}\ > {}} > into: > deny message = This domain has a policy of ... > demime = vbs:bat:pif:scr:exe:mp3:wma:wmv:mpg:pps:ppt:com:dxf:bmp > > like: > > deny message = This domain has a policy of ... > !senders = ${if exists{CONFDIR/local_sender_whitelist}\ > {CONFDIR/local_sender_whitelist}\ > {}} > demime = vbs:bat:pif:scr:exe:mp3:wma:wmv:mpg:pps:ppt:com:dxf:bmp > > Does this work?It should work, I have something very similar. Except I have attachment demime/attachment whitelists and Sender whitelists. If it gets through the sender whitelist, but fails the attachment whitelist, it still gets bounced. With a proper deny message telling them how to get in contact with the required administratives. -- greg, greg@gregfolkert.net The technology that is Stronger, Better, Faster: Linux Use Debian GNU/Linux, its a bazaar thing NOTICE: Due to Presidential Executive Orders, the National Security Agency may have read this email without warning, warrant, or notice, and certainly without probable cause. They may do this without any judicial or legislative oversight. You have no recourse nor protection. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.alioth.debian.org/pipermail/pkg-exim4-users/attachments/20060424/126c9ad6/attachment.pgp
Greg Folkert schrieb:
>> like:
>>
>> deny message = This domain has a policy of ...
>> !senders = ${if exists{CONFDIR/local_sender_whitelist}\
>> {CONFDIR/local_sender_whitelist}\
>> {}}
>> demime = vbs:bat:pif:scr:exe:mp3:wma:wmv:mpg:pps:ppt:com:dxf:bmp
>>
>> Does this work?
>
>
>
> It should work, I have something very similar.
>
> Except I have attachment demime/attachment whitelists and Sender
> whitelists.
>
> If it gets through the sender whitelist, but fails the attachment
> whitelist, it still gets bounced. With a proper deny message telling
> them how to get in contact with the required administratives.
Could you post your setup concerning this?
I want to allow some senders all kind of attachments. In the moment it
still does not accept some attachment, even when the person is whitelisted.
thanks!
cu joh.