RV Products Forums: Partial Install - RV Products Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Partial Install

#1 User is offline   got-hosting 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 77
  • Joined: 25-February 04

Posted 08 November 2004 - 10:44 PM

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!
0

#2 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 09 November 2004 - 02:38 AM

QUOTE
# Reject spam messages with score over 15.

If you do only this, nothing need to put in the Exim System Filter file.
0

#3 User is offline   got-hosting 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 77
  • Joined: 25-February 04

Posted 09 November 2004 - 09:56 PM

This seems to be working great ATM.
0

#4 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 20 November 2004 - 04:11 PM

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.
0

#5 User is offline   got-hosting 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 77
  • Joined: 25-February 04

Posted 21 November 2004 - 01:42 AM

Thanks for letting us know. smile.gif
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic