View Full Version : SPAM:whitelisting for spamassasing local hosted domains
lyndros
29th June 2007, 08:45
i've notice that spamassasin rules lot's of times detects local hosted domains mails as spam and the customers start to cry...
is it possible to add this new feature? only one line needed in local.cf:
in /home/admispconfig/ispconfig/tools/spamassassin/etc/mail/spamassassin/local.cf
just adding the line:
whitelist_from *@domain1.com *@domain2.net ...
hope that helps
thk u all, keep up the good work guys :)
AlArenal
29th June 2007, 10:51
To SA every mail is just a mail. It does not know about what domain / mailbox is local.
Add the following line to your /etc/postfix/main.cf and restart Postfix.
smtpd_sasl_authenticated_header = yes
After that Postfix will add a header to every mail an authenticated user sent through SMTP. Current versions of SA will automatically check for this header and apply the ALL_TRUSTED rule (adding a negative score to the mail). You may wish to additionally alter the score in your SA's local.cf like
score ALL_TRUSTED -10.0
lyndros
10th September 2007, 21:33
To SA every mail is just a mail. It does not know about what domain / mailbox is local.
Add the following line to your /etc/postfix/main.cf and restart Postfix.
smtpd_sasl_authenticated_header = yes
After that Postfix will add a header to every mail an authenticated user sent through SMTP. Current versions of SA will automatically check for this header and apply the ALL_TRUSTED rule (adding a negative score to the mail). You may wish to additionally alter the score in your SA's local.cf like
score ALL_TRUSTED -10.0
this didnīt work for me local mail still marked as spam... only whitelisting....
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.