Hi.
I�ve just installed qmail:
(the daemons and ucspi are already installed)
1. qmail-1.03
2. qmail-ldap-1.03-20020501a.patch
3. smtp-auth-20020501a.patch
4. configured tcp.smtp to block relayclient from outside my net
5. my /service/qmail-smtpd/run is:
************************************************
...
exec env LOGLEVEL=128 \
/usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c 100 \
-u 500 -g 500 0 smtp \
/var/qmail/bin/qmail-smtpd /var/qmail/bin/auth_smtp /bin/true 2>&1
************************************************
When I try to connect from some net that RELAYCLIENT if not defined by
tcp.smtp, the msg "sorry, that domain isn�t in my list of allowed rcpthosts"
appears and nothing is logged in my LDAP log.
Somebody can help me ?
Espatas