Guilherme wrote:

> Hi !

> I have amavisd running with postfix and ClamAV and it seems that this
> anti-virus crashes with some contents.

> I received one of these emails :-) and it can't relay it because is
> always crashing.

> The email is clean. Is there some shell command to force this email to
> be relayed without the check of clamav ?

> Thanks in advance !

The mail hopefully has been preserved as email.txt in one of the
amavisd temp directories. If so, you could use mini_sendmail to
deliver it to port 10025:

http://www.acme.com/software/mini_sendmail/

cat email.txt | mini_sendmail -p10025 [EMAIL PROTECTED]

Or in amavisd.conf you could temporarily bypass virus checks for
that recipient just long enough to get this problem solved:

@bypass_virus_checks_acl = qw( [EMAIL PROTECTED] );

Gary V



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to