I have QMail 1.03 in my FreeBSD machine and it was good until I was reported that some
of my clients couldn't receive mails from a few other mail servers.
I can't determine where the problem is but I've had another issue that the server
didn't log the smtp activities. Here's my startup script:
exec env - PATH="/var/qmail/bin:$PATH" qmail-start ./Maildir/ splogger qmail &
tcpserver -HR -x /etc/tcpcontrol/smtp.cdb -v -u 82 -g 81 0 smtp \
/var/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd 3 &
tcpserver -x /etc/tcpcontrol/qmtp.cdb -u 82 -g 81 0 qmtp \
/var/qmail/bin/qmail-qmt
tcpserver -x /etc/tcpcontrol/pop-3.cdb 0 pop3 /var/qmail/bin/qmail-popup goodtime
I repeated installation and removal several times in vain. I still can't get the smtp
logs in "maillog" and some remote-to-local messages are rejected after some delay.
Today I encountered another problem. /var/log/maillog has gone while I was doing some
CGI jobs...
Where do my time and effort gone....? Thanks in advance.