Hi all,
I'm trying for two days now to make qmail work, but so far only errors.
1.
If I start qmail from inetd like this:
smtp stream tcp nowait qmaild /usr/sbin/tcpd /var/qmail/bin/tcp-env
/var/qmail/bin/qmail-smtpd
then netscape tells me that error (null) occurs with smtp server and
doesn't deliver.
this is my hosts.allow:
tcp-env: 127.0.0.1, 192.168.0.4, 192.168.0.2: setenv = RELAYCLIENT
maillog doesn't record anything when this error occurs ?!?
/bin/mail works this way ...
2.
If I start like this:
tcpserver -x /etc/tcp.smtp.cdb -c 150 -u 504 -g 503 0 smtp
/var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger qmail-smtpd &
504 & 503 are ok...
/etc/tcp.smtp:
192.168.:allow,RELAYCLIENT=""
127.:allow,RELAYCLIENT=""
netscape seems to deliver (there are no errors) but message vanishes and
appears in the ppp queue only if I restart qmail (several times).
there isno log activity this way. Only program running is qmail-smtpd.
This should be wrong ...
so, I've applied both possibilities from FAQ [5.4] but none worked. What
else could I do?
Thanks,
Peter