--- Mikel Lindsaar [Mon, Mar 23, 2009 at 06:59:03PM +1100]: --- > Hi all, > > New user to spamd, love it. > > In getting our low traffic email server running, the first thing I > noticed while following the logs that sites like gmail et al will > retry a message from a different host. Sometimes gmail will send > once, try again very soon again from the same host and then queue it, > but the queued email might be sent by a different server.
check greylisting.org. there's a list of ``misbehaving mailers'' you can consider starting with. you'll need to create whitelists for these addresses to shunt them around spamd. note that this list calls it's contents ``misbehaving mailers''. some of these addresses may be just that, while others may be ranges that use pools of ip addresses for sending mail. there was once a script that was posted here that basically takes the output of a site's SPF records and creates pf tables to be used as a whitelist: dig TXT _spf.google.com. +short for example. now anytime i see a domain i know i've heard from before, i suspect a round-robining smtp send pool and just query that SPF record to create a whitelist entry for it.