On Wed, Sep 06, 2006 at 04:13:29PM +0200, Georg Lutz wrote: > On 2006-09-06 15:07, Mark Bucciarelli wrote: > > On Wed, Sep 06, 2006 at 10:21:36AM +0200, Georg Lutz wrote: > > > > > So its currently not possible to run a IP,envelope > > > sender/receiver policy like greylisting (on a external gateway) > > > before the actual mail is passed with the DATA command? > > > > It is possible. > > > > <quote ref="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd"> > > > > Yes, but spamd is a smtp proxy. This has nothing to do with courier MTA. >
You were asking for greylisting solutions that work with Courier, and this fits the bill. Yes, it is independent of the MTA, but that's a (rather large) advantage from my perspective. Why do you want your MTA to do something that can be done by a small daemon with a well-defined task combined with a lightning-fast packet filter? Seperating the two gives you some nice options for scalability. Pf is very fast at it's job, so you can handle a ton of incoming SMTP connections without a lot of power. And if you realy need to you can use the round-robin feature of pf's rdr to have multiple MTA's behind the packet filter. If you have a low-volume mailserver just use the Python filter. m ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
