Robert Fitzpatrick wrote: > On Fri, 2006-04-07 at 08:31 -0700, Bret Miller wrote: > > Running a single message through SA with the -D option would > > probably show you where the delay is. > > > > Unless you've disabled the URIDNSBL plugin, I'd add RBL_TIMEOUT 5 to > > your config as the RBL timout value is used for other DNS-type > > lookups, not just RBL checks that you're skipping. 5 seconds may or > > may not be to short for your environment-- something you'll have to > > evaluate on your own. > > > > Thanks, I am running Postfix 2.2.8 with amavisd-new 2.3.3. I took a > message in my inbox, viewed source and copied to a file on the server, > but when I run 'spamassassin -D testfile', it just sits there and > hangs. The messages are getting through, it's just there is a 30-60 > minute delay. Why do you think this does not work?
Try adding this to your amavisd.conf: $sa_debug = 1; or $sa_debug = '1,all'; I'm not sure of the difference there, but those should allow amavis to give you some information about how SA is running. -- Bowie