Partial Install |
![]() ![]() |
Partial Install |
Nov 8 2004, 10:44 PM
Post
#1
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 77 Joined: 25-February 04 Member No.: 138 |
This is a really nice setup, and after reviewing it, I htink I want to implement it, but I think I only want to do part of it.
I am thinking about having exim reject all messages with a 15 or higher score and that is it. I will add the dcc and vipuls, but let the normal SA handle anything below a fifteen score. Is that possible? I was thinking I would do step 1 to get the extra spam software installed and then skip down to step 4 and only put this in: ## # Reject spam messages with score over 15. # Keep in mind that $spam_score_int is the messages score multiplied by ten. ## deny message = Spam score too high ($spam_score) spam = mailnull:true condition = ${if >{$spam_score_int}{150}{1}{0}} But I am curious as to what I need to put into the antivirusandspam.exim file. Would this be sufficient: if $h_X-Exiscan-SA-Spam: contains "Yes" Then seen logfile /var/log/exim_mainlog logwrite "$tod_log $message_id ** F=${lc:$sender_address} [$sender_host_address] discarded: Spam score too high ($1)" finish endif Thanks for any help you might be able to give! |
|
|
|
Nov 9 2004, 02:38 AM
Post
#2
|
|
|
Administrator ![]() ![]() ![]() Group: Admin Posts: 4,252 Joined: 13-June 03 Member No.: 1 |
QUOTE # Reject spam messages with score over 15. If you do only this, nothing need to put in the Exim System Filter file. |
|
|
|
Nov 9 2004, 09:56 PM
Post
#3
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 77 Joined: 25-February 04 Member No.: 138 |
This seems to be working great ATM.
|
|
|
|
Nov 20 2004, 04:11 PM
Post
#4
|
|
|
Administrator ![]() ![]() ![]() Group: Admin Posts: 4,252 Joined: 13-June 03 Member No.: 1 |
There are few update in the document. Mainly add /defer_ok to protect exim stop relaying email if spamd die. And limit the file size to scan by spamd.
|
|
|
|
Nov 21 2004, 01:42 AM
Post
#5
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 77 Joined: 25-February 04 Member No.: 138 |
Thanks for letting us know.
|
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 2nd September 2010 - 10:37 PM |