Hallo,

Bei mir läuft Postfix in Kombination mit Amavis. Letzterer scheint Spam
zwar zu erkennen, fügt aber keine Header in die EMail ein, egal wie ich
ihn konfiguriere. Dass er Spam erkennt, schliesse ich aus den Einträgen
in /var/log/mail.log, welche beim GTUBE Test

  amavis[14297]: (14297-04) Passed SPAM

und bei normaler Mail

  amavis[14296]: (14296-05) Passed CLEAN

lauten. Was mache ich falsch?

Hier mein Setup:

Debian Squeeze mit postfix 2.7.1-1 und amavisd-new 2.6.4-3

root@mailserver:~# ls /etc/amavis/conf.d/
  01-debian     05-node_id      15-content_filter_mode
  25-amavis_helpers         50-user
  05-domain_id  15-av_scanners  20-debian_defaults
  30-template_localization

root@mailserver:~# cat /etc/amavis/conf.d/50-user
use strict;

#
# Place your configuration directives here.  They will override those in
# earlier files.
#
# See /usr/share/doc/amavisd-new/ for documentation and examples of
# the directives you can use in this file
#

$sa_spam_subject_tag = '***SPAM*** ';
$sa_tag_level_deflt  = 0;  # add spam info headers if at, or above that
level
$sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that level
$sa_kill_level_deflt = 6.31; # triggers spam evasive actions
$sa_dsn_cutoff_level = 10;   # spam level beyond which a DSN is not sent

#$final_virus_destiny      = D_DISCARD;  # (data not lost, see virus
quarantine)
#$final_banned_destiny     = D_BOUNCE;   # D_REJECT when front-end MTA
$final_spam_destiny       = D_PASS;

#------------ Do not modify anything below this line -------------
1;  # ensure a defined return


Gruss,
Reto
_______________________________________________
postfix-users mailing list
[email protected]
http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

Antwort per Email an