Hi list, I've setup qmail1.03 with QMAILQUEUE patch. And scan4virus0.53. Everything works perfect with mail to local users (with QMAILQUEUE set in /etc/profile) If I send mail from an extern host, tcpserver gives the following message: --- Aug 18 16:19:40 checkers tcpserver: 966608380.887058 tcpserver: status: 0/20 Aug 18 16:32:20 checkers tcpserver: 966609140.394051 tcpserver: status: 1/20 Aug 18 16:32:20 checkers tcpserver: 966609140.395238 tcpserver: pid 2680 from 131.111.112.3 Aug 18 16:32:20 checkers tcpserver: 966609140.608752 tcpserver: ok 2680 checkers.altus.de:131.111.112.4:25 :131.111.112.3::53305 Aug 18 16:32:20 checkers tcpserver: 966609140.620980 Can't do setuid Aug 18 16:32:20 checkers tcpserver: 966609140.658435 tcpserver: end 2680 status 0 Aug 18 16:32:20 checkers tcpserver: 966609140.659017 tcpserver: status: 0/20 --- that's how i'm calling tcpserver: (ulimit -d 5120 -m 2048 && /usr/local/bin/tcpserver -l`hostname -f`\ -c20 -b30 -P -h -R -t10 -O -Q -v -x /etc/tcp.smtp.cdb -u 503 -g 101 0 25 /var/qmail/bin/qmail-smtpd 2>&1) | /var/qmail/bin/splogger tcpserver & the file /etc/tcp.smtp.cdb exists with the following (test)content: 1.2.3.4:allow,RELAYCLIENT="" 127.:allow,RELAYCLIENT="" :allow I made the cdb file as follows: cat /etc/tcp.smtp | tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp the tcp.smtp.cdb file belongs to root:root Any help would be appreciated ;) thanks... jan.meyer
