rickygm, > > $spam_quarantine_to = 's...@domain.org.ni'; > > $spam_quarantine_method = 'smtp:localhost:25';
> ok works me, but the problem is that I receive it to the spam account > 22 copies of that mail with spam , and the percentage of my processor > ascends to 29% > > why sends so many copies? Perhaps you are making a mail loop. Make sure the mail sent to s...@domain.org.ni does not pass through amavisd again. One way to do it is to set up a dedicated Postfix smtpd service (with filtering disabled) on an additional port accessible only from 127.0.0.1, then configure $spam_quarantine_method to send to that port. Mark ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ 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/