Jake Vickers wrote:

[EMAIL PROTECTED] wrote:

I think I have everything installed and running, but the mails do not
arrive to destin.
rpm -qa | grep toaster
spamassassin-toaster-3.1.0-1.2.9

qmailctl stat
imap4: up (pid 3343) 2085 seconds
imap4-ssl: up (pid 3344) 2086 seconds
pop3: up (pid 3341) 2086 seconds
pop3-ssl: up (pid 3346) 2086 seconds
send: up (pid 3350) 2086 seconds
smtp: up (pid 3349) 2086 seconds
imap4/log: up (pid 3342) 2086 seconds
imap4-ssl/log: up (pid 3345) 2086 seconds
pop3/log: up (pid 3347) 2086 seconds
pop3-ssl/log: up (pid 3352) 2086 seconds
send/log: up (pid 3351) 2086 seconds
smtp/log: up (pid 3348) 2086 seconds
You're missing spamd. It's installed, but not running which is where the break is coming in. chkusr is trying to hand the email off to spamd's sockets, but it's missing. Try manually installing spamassassin from the RPM and see if it gives you any errors. Also check /var/log/qmail/spamd/current and see what errors there are. I forget what distro you installed this on, but you may be missing a few of the perl libs that spamassassin needs.
You can try manually starting spamd for qmail by using this:
svc -u /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
and see if there are any errors as well.

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

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!).



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

Reply via email to