RE: [SAtalk] amavisd-new/postfix bouncing SPAM

2003-08-14 Thread Covington, Chris
To answer my own question, it looks like I have to use $final_spam_destiny = D_DISCARD with Postfix in order to not bounce spams. I have them quarantined. Chris -Original Message- >>The Postfix program >> ><[EMAIL PROTECTED]>: host localhost[127.0.0.1] said: 550

[SAtalk] amavisd-new/postfix bouncing SPAM

2003-08-14 Thread Covington, Chris
Does anyone know how to prevent amavisd-new w/postfix from bouncing SPAM? I have the following defaults set in amavisd.conf: >$final_virus_destiny = D_BOUNCE; # (defaults to D_BOUNCE) >$final_banned_destiny = D_BOUNCE; # (defaults to D_BOUNCE) >$final_spam_destiny = D_REJECT;