[Pkg-exim4-users] exiscan virus/mime

J.Paechnatz jpaechnatz at bfe-systemhaus.de
Mon Apr 24 11:40:45 UTC 2006


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.



More information about the Pkg-exim4-users mailing list