Raven, > On Wed, 21 Oct 2009 13:35:32 +0200, Daniel Luttermann wrote: >> Raven, >> >>> Hi all. >>> I'm trying to set up spam email quarantine but it doesn't seem to be >>> working. >>> This is the relevant conf section: >> >>> $QUARANTINEDIR = '/var/virusmails'; >>> $virus_quarantine_method = 'local:spam-%b-%i-%n'; >>> $spam_quarantine_method = 'spam-quarantine'; >>> $spam_admin = 'spam-...@$mydomain'; >>> $final_spam_destiny = D_DISCARD; >> >>> "spam-qt" has been accordingly set as a system alias, but amavis still >>> fails: >> >>> Oct 15 08:31:36 dsrv amavis[15228]: (15228-01) (!!)TROUBLE in >>> check_mail: >>> quar+notif FAILED: Explicit forwarding, but not all recips done at >>> /usr/sbin/amavisd-new line 4161. >>> Oct 15 08:31:36 dsrv amavis[15228]: (15228-01) (!)PRESERVING EVIDENCE in >>> /var/lib/amavis/tmp/amavis-20091015T083133-15228 >>> Oct 15 08:31:36 dsrv postfix/smtp[15222]: 545A31F0D9F: to=<x...@xxx.com>, >>> relay=127.0.0.1[127.0.0.1]:10024, delay=11, delays=0.29/0.03/6.8/3.6, >>> dsn=4.5.0, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 >>> Error in processing, id=15228-01, quar+notif FAILED: Explicit >>> forwarding, >>> but not all recips done at /usr/sbin/amavisd-new line 4161. (in reply to >>> end of DATA command)) >> >> have you tried to set >> >> $spam_admin = "spam-...@$mydomain"; >> >> instead of >> >> $spam_admin = 'spam-...@$mydomain'; >> >> >> Daniel >> >>
> Thanks Dan. > Unfortunately I'm afraid it's still not working. I tried wrapping all in > double quotes but the error returned is the same. I am quite clueless.. hmm,maybe the setting $spam_quarantine_method causes this error... Can you set this for example (default settings): $spam_quarantine_method = 'local:spam-%m.gz'; $virus_quarantine_method = 'local:virus-%m'; and test again if it works? Daniel ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ 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/