On Thursday 09 December 2004 02:52, Michael wrote: > Hello Bob > > BH> if you have any 'fancy features', like spam, rbl, mfcheck etc switch > them off, I have not any 'fancy features' > BH> check /var/qmail/bin/qmail-showctl > > BH> check your permissions, ownership, sticky bits etc > it's OK. mail delivered after boot/reboot about 5-6 hours. > > BH> use telnet to see what is going on with your mail reception, although > the BH> below suggests that it is remote delivery that is not working > somtetime telnet 127.0.0.1 return 220 - mail.tarsu.kz OK, sometime no.
telnet 127.0.0.1 25 should return immediately I just tried [EMAIL PROTECTED]/# telnet mail.tarsu.kz 25 Trying 213.211.121.20... Connected to mail.tarsu.kz. Escape character is '^]'. 220 mail.tarsu.kz ESMTP HELO 250 mail.tarsu.kz quit 221 mail.tarsu.kz Connection closed by foreign host. Looks OK to me Read the files TEST.deliver and TEST.receive in your qmail source look at the logs immediately after a test and look carefully at the output /var/log/qmail/current /var/log/qmail/smtpd/current /var/log/qmail/pop3d/current ps axwwwf the above command will give you the full command line of your daemontools services the line readproctitle service errors: should only have dots after it, anything else on that line indicates an error > > BH> use recordio in your smtp 'run' file, then you can see it all. > what is "recordio"? part of ucspi-tcp-0.88 should be in /usr/local/bin/recordio example: RECORDIO="/usr/local/bin/recordio" RBL="" #RECORDIO="" #RBL="/usr/local/bin/rblsmtpd -t 10 -r bl.spamcop.net" QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then echo QMAILDUID, NOFILESGID, or MAXSMTPD is unset in echo /var/qmail/supervise/qmail-smtpd/run exit 1 fi exec /usr/local/bin/softlimit -m 2000000 \ /usr/local/bin/tcpserver -v -R -l 0 \ -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 25 \ $RECORDIO \ $RBL \ /var/qmail/bin/qmail-smtpd 2>&1 HTH -- ----------------- Bob Hutchinson Midwales dot com -----------------