Ich habe Spamassassin 3.0.2 über Amavis mittels Postfix am laufen, bin aber nicht so recht glücklich über die Lösung, da Amavis die komplette SA-Konfiguration beinhaltet (ist doch korrekt?). Mein System ist übrigens Debian Sarge:
Auszug aus meiner main.cf:
Code: Select all
content_filter = smtp-amavis:[127.0.0.1]:10024Code: Select all
smtp inet n - n - - smtpd
127.0.0.1:10025 inet n - n - - smtpd -o content_filter=
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - - 300 1 qmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp
smtp-amavis unix - - n - 2 smtp
-o smtp_data_done_timeout=1800
-o disable_dns_lookups=yes
relay unix - - - - - smtp
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvilKann mir jemand auf die Sprünge helfen, wie man Spamassassin 3.0.2 sinnvoll installiert (ev. auch ohne Amavis) und dabei auch nicht auf Virenscanner wie z.b. ClamAV verzichten muss.
Für Alternativen bin ich natürlich jederzeit offen, aber so wie es derzeit läuft bin ich beim besten Willen nicht glücklich...