View Single Post

  #2 (permalink)  
Old 09-07-2003
Erland Nylend
 
Posts: n/a
Default Re: postfix probleme

* souris <souris@mouh.org>
> Hi !
>
> got a probleme with postfix. I use postfix with amavis.
>
> If a spam is detected I get a Mail Delivery System with error :
> host localhost[127.0.0.1] said: 550 5.7.1 Message content rejected, UBE,
> id=04529-04 (in reply to end of DATA command)
>
> thats seems normal.
> But, if I don't want this message ?


Then edit the settings in /etc/amavisd.conf .. Specifically, edit the
$final_spam_destiny to whatever you like.

From the config file:

# D_DISCARD mail will not be delivered to its recipients, sender will NOT be
# notified. Effectively we lose mail (but will be quarantined
# unless disabled). Not a decent thing to do for a mailer.

ergo;

$final_spam_destiny = D_DISCARD


--
Erland Nylend
Reply With Quote