Hi there... this weekend a server working with qmailtoaster, begins to fail. Checking the smtp logs i see this:
@400000004831b06d060d955c connect(): No such file or directory @400000004831b06d061f312c qmail-smtpd: qq soft reject (mail server temporarily rejected message (#4.3.0)): MAILFROM:<[EMAIL PROTECTED]> RCPTTO:sert@ And in the spamd logs (i enable in /var/qmail/supervise/spamd/run debugging mode for spamd): ID,__UNUSABLE_MSGID @400000004831afe7173d3ddc [9652] dbg: config: copying current conf to backup @400000004831afe718d254fc [9652] info: spamd: server started on port 783/tcp (running version 3.1.8) @400000004831afe718d34344 [9652] info: spamd: server pid: 9652 @400000004831afe719180ca4 [9652] info: spamd: server successfully spawned child process, pid 9693 @400000004831afe7192c9a5c [9652] dbg: prefork: child 9693: entering state 0 @400000004831afe719316104 [9652] dbg: prefork: new lowest idle kid: none @400000004831afe719729084 [9693] dbg: prefork: sysread(6) not ready, wait max 300 secs @400000004831afe719cafd3c [9652] info: spamd: server successfully spawned child process, pid 9694 @400000004831afe719d5c30c [9652] dbg: prefork: child 9694: entering state 0 @400000004831afe719df15c4 [9652] dbg: prefork: new lowest idle kid: none @400000004831afe719e497ec [9694] dbg: prefork: sysread(7) not ready, wait max 300 secs @400000004831afe719facf6c [9652] dbg: prefork: child 9693: entering state 1 @400000004831afe719fc001c [9652] dbg: prefork: new lowest idle kid: 9693 @400000004831afe719fd6394 [9652] dbg: prefork: child reports idle @400000004831afe719ff6b1c [9652] dbg: prefork: child 9694: entering state 1 @400000004831afe71a006cec [9652] dbg: prefork: new lowest idle kid: 9693 @400000004831afe71a012484 [9652] dbg: prefork: child reports idle @400000004831afe71a043d7c [9652] info: prefork: child states: II @400000004831b07d1cee70d4 [9694] dbg: prefork: periodic ping from spamd parent @400000004831b07d1cf13bac [9694] dbg: prefork: sysread(7) not ready, wait max 300 secs @400000004831b07d1cf1e3a4 [9693] dbg: prefork: periodic ping from spamd parent @400000004831b07d1cf48384 [9693] dbg: prefork: sysread(6) not ready, wait max 300 secs @400000004831b1151fda78ec [9693] dbg: prefork: periodic ping from spamd parent @400000004831b1151fdd6ebc [9693] dbg: prefork: sysread(6) not ready, wait max 300 secs @400000004831b1151ff21bb4 [9694] dbg: prefork: periodic ping from spamd parent @400000004831b1151ff66d2c [9694] dbg: prefork: sysread(7) not ready, wait max 300 secs I see no connections from simscan to spamd daemon, this are my spamassassin settings: /etc/mail/spamassassin/local.cf ok_locales all skip_rbl_checks 0 rbl_timeout 15 required_score 5 report_safe 0 domainkeys_timeout 3 dkim_timeout 3 score SPF_FAIL 5 use_auto_whitelist 1 auto_whitelist_factory Mail::SpamAssassin::SQLBasedAddrList user_awl_dsn DBI:mysql:spamassassin:localhost user_awl_sql_username spamassassin user_awl_sql_password ------ user_awl_sql_table awl use_bayes 1 use_bayes_rules 1 bayes_auto_learn 1 bayes_auto_learn_threshold_spam 5 bayes_store_module Mail::SpamAssassin::BayesStore::MySQL bayes_sql_dsn DBI:mysql:spamassassin:localhost bayes_sql_username spamassassin bayes_sql_password ----- spamcop_from_address [EMAIL PROTECTED] spamcop_to_address [EMAIL PROTECTED] I check the mysql connection a there is no problems, there is some sort of problem between smtp service and spamd How i can check the source of the problem? thanks for your help German
