[Cialug] Sendmail spam rejection

Nathan C. Smith smith at ipmvs.com
Wed Oct 25 08:37:59 CDT 2006


It appears it can be set to cache lookups/responses:

cache-accept-ttl=604800 
The cache time-to-live in seconds for positive responses. The cache
remembers the results of a previous call-ahead. 

cache-type=/var/db/milter-limit.db 
The file path used for BDB or flatfile cache types. 

cache-gc-frequency=250 
This option specifies the cache garbage collection frequency, which is based
on the number of SMTP connections (not messages) handled by the milter.
Every N connections, the cache is traversed to remove expired entries. 

cache-reject-ttl=604800 
The cache time-to-live in seconds for negative responses. The cache
remembers the results of a previous call-ahead. 
cache-type=bdb 

The cache type can be one of: bdb, flatfile, hash. 



> -----Original Message-----
> From: Daniel A. Ramaley [mailto:daniel.ramaley at DRAKE.EDU] 
> Sent: Wednesday, October 25, 2006 8:33 AM
> To: Central Iowa Linux Users Group
> Subject: Re: [Cialug] Sendmail spam rejection
> 
> 
> On Tuesday 24 October 2006 19:00, Aaron Porter wrote:
> >Hmmm... a little googling later: might milter-ahead work for you?
> >
> >http://www.snertsoft.com/sendmail/milter-ahead/
> 
> I saw milter-ahead. It won't work because it still bothers 
> the secondary 
> mail server for each connection. The ultimate goal is to reduce the 
> number of connections and load on the secondary mail server.
> 
> --------------------------------------------------------------
> ----------
> Dan Ramaley                            Dial Center 118, Drake 
> University
> Network Programmer/Analyst             2407 Carpenter Ave
> +1 515 271-4540                        Des Moines IA 50311 USA
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug
> 


More information about the Cialug mailing list