Hi Gary, Gary V <[EMAIL PROTECTED]> ha escrito:
>> $spam_quarantine_to = "[EMAIL PROTECTED]"; > > Try the explicit method: > $spam_quarantine_to = '[EMAIL PROTECTED]'; > (with single quotes when being literal) Same problem. > > What happens if you simply send an email to [EMAIL PROTECTED] I can send email to [EMAIL PROTECTED] without problems. AFAIK, the mailbox is working. >> I've disabled spam/virus/etc check for the [EMAIL PROTECTED] account: >> >> @bypass_spam_checks_maps = ( [ "[EMAIL PROTECTED]" ] ); >> ... > > Should not need to do this. Mail destined for quarantine should not be > scanned again (at least not when using Postifx). Perhaps I need to re-check my postfix config again :-/ >> Is this the correct way to do what I want (basically all spam, viruses >> to [EMAIL PROTECTED])? > > If you want viruses to go there too, you would have to set: > $virus_quarantine_to = '[EMAIL PROTECTED]'; I have: $spam_quarantine_to = $virus_quarantine_to = $banned_quarantine_to = $bad_header_quarantine_to = '[EMAIL PROTECTED]'; >> BTW, this is amavisd-new-2.5.3-r2 running on a Gentoo box. >> > > AFAIK 2.5.3 has not been released Heh, I'm sorry. It was late... The installed version is 2.5.2. There was an 2.3.3-r2 available on Gentoo repositories. > Gary V Many thanks Gary. I'll recheck everything again. Oh BTW; Is there a way to see what options are passed to amavis? Something like postfix's "postconf"? Regards, Norberto ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
