Greylisting with MailScanner, Sendmail, Spamassassin

Kevin Spicer kevins at BMRB.CO.UK
Tue Nov 15 06:55:21 GMT 2005


On Tue, 2005-11-15 at 17:10 +1100, Michael Mansour wrote:
> But MailScanner is the one that listens on port 25, I
> believe it then forwards the message to the virus
> scanner first? then SA? which uses DCC, razor and
> pyzor to determine whether the message is spam?

No.  sendmail listens on port 25, queues the message, MailScanner scans
all messages in the incoming queue before moving them to the outgoing
queue to be sent onwards by a second sendmail instance. You are also
confusing the DCC stuff.  DCC as used by SpamAssassin is the
'Distributed Checksum Clearinghouse' spam content filter - which
basically works by comparing checksums of mail against checksums of
known spam.  [All these explanations are very much over simplified]  DCC
does have the ability to use greylisting, however as you are not calling
DCC from sendmail this is not relevant to the use of DCC within
SpamAssasin.  
To implement greylisting in sendmail I would suggest you use Anthony
Howe's milter-gris http://www.snertsoft.com/sendmail/milter-gris/ 


=================================================================

BMRB 
http://www.bmrb.co.uk
_________________________________________________________________
This message (and any attachment) is intended only for the 
recipient and may contain confidential and/or privileged 
material.  If you have received this in error, please contact the 
sender and delete this message immediately.  Disclosure, copying 
or other action taken in respect of this email or in 
reliance on it is prohibited.  BMRB Limited accepts no liability 
in relation to any personal emails, or content of any email which 
does not directly relate to our business.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the Wiki (http://wiki.mailscanner.info/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!



More information about the MailScanner mailing list