How to allow .gif image

bmahesh

Verified User
Joined
Nov 10, 2006
Messages
20
Hello,
We have clamav antivirus and exim . we are getting below bounce back
> This message has been rejected because it has
> a potentially executable attachment
> Blank Bkgrd.gif
> This form of attachment has been used by
> recent viruses or other malware.
> If you meant to send this file then please
> package it up as a zip file and resend it.

We want to allow the gif attachment.How we can do it.

Thanks,
Mahesh
:)
 
It is probably being blocked in the exim filter list.

Check /etc/system_filter.exim

Remove all instances of |gif|

When you are done editing type:

/sbin/service exim restart

But I have honestly never heard of .gif being blocked like this.

Also look in /etc/exim.conf for it.
 
allow gif image per domain

how to allow .gif attachment per domain.



Thanks,
Mahesh
 
Back
Top