Jake Vickers wrote:

demo wrote:

Hi,
I'm on FC3.
well a ps -ef |grep spamd gives me:
---
root     25361 25352  0 11:13 pts/1    00:00:00 supervise spamd
qmaill 25364 25363 0 11:13 pts/1 00:00:00 /usr/bin/multilog t s1000000 n100 /var/log/qmail/spamd root 25383 25361 0 11:13 pts/1 00:00:01 /usr/bin/perl -T -w /usr/bin/spamd -L -x -u vpopmail -s stderr
vpopmail 25418 25383  0 11:13 pts/1    00:00:00 spamd child
vpopmail 25419 25383  0 11:13 pts/1    00:00:00 spamd child
root     25485 24432  0 11:17 pts/1    00:00:00 grep spamd
---

and the log in /var/qmail/supervise/spamd/log/run:
--------
#!/bin/sh
LOGSIZE=`cat /var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount`
exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE n$LOGCOUNT /var/log/qmail/spamd
------
the logs in dir: /var/qmail/supervise/spamd/log/supervise
are empty, only status has something encrypted
same situation in: /var/qmail/supervise/spamd/supervise

the logs in /var/log/qmail/spamd:
are empty

As the processes show above spamd seems to be started, but no outside mails arrive. Why do "local" mails work? If i send a mail from one local account to enother it works (virtual accounts!).

spamd isn't running correctly. Local emails work, since local emails are not passed through the spam/virus filter. Try uninstalling spamassassin-toaster and simscan-toaster, redownload them, rebuild them, and reinstall them to see if that fixes the problem. Pay attention in case there's broken deps.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Recompiled and installed spamassassin-toaster and simscan-toaster without errors, but when starting qmail I get an error:

qmailctl start
Starting qmail-toaster: svscan.
[EMAIL PROTECTED] TOASTER]# multilog: fatal: unable to lock directory /var/log/qmail/spamd: temporary failure multilog: fatal: unable to lock directory /var/log/qmail/spamd: temporary failure

this did not happen before?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to