GrayHat wrote:

> sounds like a plan :) ... also ensure that the delaying is enabled
> and that the recipient validation is correctly configured (either
> using LDAP or VRFY) those will help rejecting a whole lot of
> junk coming from spambots w/o affecting regular servers
> 

If i need to enable the VRFY option, all is needed is to add the list of 
  accounts ([email protected]) in the (LocalAddresses_Flat) right ?

> since you're on linux, you may run a "tail -f" agains the maillog
> file so that you'll see messages in "real time" that could give
> you an idea about the "heartbeat" or your ASSP 

I still see Limiting connection entries in logs.

Apr-21-09 09:49:26 Limiting total connections
Apr-21-09 09:49:27 Limiting total connections
Apr-21-09 09:50:03 Limiting total connections
Apr-21-09 09:50:03 Limiting total connections


> I'm using 35 seconds, 25 seems somewhat a too short interval
> and may cause disconnection issues; I'd suggest you to try the
> following
> 
> * SMTP Session Limits
> 
> MaxErrors    3
> maxSMTPSessions 64
> maxSMTPipSessions 5
> smtpIdleTimeout 35
> CheckEalryTalker activated
> smtpNOOPIdleTimeout 10
> smtpNOOPIdleTimeoutCount 3
> 
> * Validate HELO
> 
> DoValidFormatHELORe   score
> DoInvalidFormatHELORe  block
> 
> * IP Blocking
> 
> DoDropList        add to denyAlways
> DoDenySMTP  block
> DoDenySMTPstrict block
> 
> * Delaying/GreyListing
> 
> EnableDelaying    activated
> 

All above settings applied.
Regarding the EnableDelaying, if i may ask please.
Now at the first SMTP-IN attempt ASSP will send a temp error to the 
sending SMTP server and delay for 5 minutes.

I assume the ASSP server checks the message against spam at the second 
attempt right ?
Where does ASSP keeps track of all the delayed messages since I see lots 
of delayed messages in the logs but not sure where it stores the triplets.?

Thanks




------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to