I have always a problem to get rblsmtpd works: My initial installation of qmail was based on RPMs (It work fine under ined or tcpserver). I installed rblsmtpd in /usr/lacal/ but all tests fail to stop spam (response of nelson-rbl-test is somthing like "Your RBL does not working", then a detailled message tell me that even he continue to send message they continue to reach my machine) . Now I trying to menage my installation as in Still's Live with Qmail (creating all directories, using qmail script, using tcpserver , etc.) on the old installation (RPMs). My Qmail continue to work as before in spite of some errors mentionned bellow (the anti-spam rblsmtpd does not works even with these changements, ). The following may help you to understand my problem: Result of /etc/rc.d/init.d/qmail stop is: Stopping qmail: svscankill: (1857) - No such pid qmailsvc: warning: unable to control /var/qmail/supervise/qmail-send: file does not exist svc: warning: unable to control /var/qmail/supervise/qmail-smtpd: file does not exist loggingsvc: warning: unable to control /var/qmail/supervise/qmail-send/log: file does not exist svc: warning: unable to control /var/qmail/supervise/qmail-smtpd/log: file does not exist --------------- Result of /etc/rc.d/init.d/qmail start is : Starting qmail: svscan. env: svscan: No such file or directory -------------------------- Result of ps -ef | grep qmail is: root 589 1 0 21:46 ? 00:00:00 supervise /var/lock/qmail qmail- qmaill 590 1 0 21:46 ? 00:00:00 cyclog -s 1000000 /var/log/qmail qmails 591 589 0 21:46 ? 00:00:04 qmail-send root 605 1 0 21:46 ? 00:00:00 supervise /var/lock/qmail-smtpd qmaill 606 1 0 21:46 ? 00:00:00 accustamp qmaill 607 1 0 21:46 ? 00:00:00 cyclog -s 1000000 /var/log/qmail qmaild 608 605 0 21:46 ? 00:00:00 tcpserver -v -c40 -x /etc/tcprul root 622 1 0 21:46 ? 00:00:00 supervise /var/lock/qmail-pop3d qmaill 623 1 0 21:46 ? 00:00:00 accustamp qmaill 624 1 0 21:46 ? 00:00:00 cyclog -s 1000000 /var/log/qmail qmaill 652 591 0 21:46 ? 00:00:00 accustamp qmail root 653 591 0 21:46 ? 00:00:00 qmail-lspawn # Using qmail-local qmailr 654 591 0 21:46 ? 00:00:00 qmail-rspawn qmailq 655 591 0 21:46 ? 00:00:00 qmail-clean ------------------------- Result of ls -lR /var/qmail/supervise command is: /var/qmail/supervise: total 8 drwxrwxr-t 3 root root 4096 nov 23 19:16 qmail-send drwxrwxr-t 3 root root 4096 nov 23 20:45 qmail-smtpd /var/qmail/supervise/qmail-send: total 8 drwxrwxr-x 2 root root 4096 nov 23 21:14 log -rwxr-xr-x 1 root root 30 nov 23 19:16 run /var/qmail/supervise/qmail-send/log: total 4 -rwxr-xr-x 1 root root 89 nov 23 19:37 run /var/qmail/supervise/qmail-smtpd: total 8 drwxrwxr-x 2 root root 4096 nov 23 19:36 log -rwxr-xr-x 1 root root 337 nov 23 20:45 run /var/qmail/supervise/qmail-smtpd/log: total 4 -rwxr-xr-x 1 root root 95 nov 23 19:36 run
