solution proposed by mouss: remove: this line: xfilter "/usr/bin/spamc" from maildroprc I am noticing the following in the mail logs:
Jul 17 06:18:42 mail spamc[32239]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#1 of 3): Connection refusedJul 17 06:18:43 mail spamc[32239]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#2 of 3): Connection refused Jul 17 06:18:44 mail spamc[32239]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#3 of 3): Connection refusedJul 17 06:18:45 mail spamc[32239]: connection attempt to spamd aborted after 3 retries I believe spamc is being invoked by maildrop, possibly from a prior installation that used spamc/spamd but since I am now using amavisd-new I don't think spamc should be invoked at all, but I may be wrong here. Do I need to change anything in my maildroprc? here is my maildroprc $ cat /etc/courier/maildroprclogfile "/var/log/maildrop"VERBOSE="5" log "========"xfilter "/usr/bin/spamc"if ( /^X-Spam-Flag: YES/){ #Create SPAM IMAP folder if they don't have one `test -d $DEFAULT/.Junkmail` if( $RETURNCODE == 1 ) { `/usr/bin/maildirmake -f Junkmail $DEFAULT` `echo INBOX.Junkmail >> $DEFAULT/courierimapsubscribed` } exception { to "Maildir/.Junkmail" }} thanks! _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/