On 05 Jun 2002 22:52:03 +0100 Rui Lapa <[EMAIL PROTECTED]> wrote: > Hello, > > I don't think tcpserver supports "-" in > 207.111.64-94.:allow,RELAYCLIENT="" > > http://cr.yp.to/ucspi-tcp/tcprules.html > > Good luck... > > On Wed, 2002-06-05 at 21:08, Espatas Wosk wrote: > > Can someone identify where did I mistake using the qmail+ldap+smtp > > auth > > pls ? > > > > 1. installed qmail-1.03 > > > > 2. /etc/tcp.smtp : > > 127.0.0.1:allow,RELAYCLIENT="" > > 207.111.64-94.:allow,RELAYCLIENT="" > > : allow > > > > 3. qmailctl cdb > > > > 4. /service/qmail-smtpd/run: > > ... > > /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c > > "$MAXSMTPD" \ > > -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp > > /var/qmail/bin/qmail-smtpd \/var/qmail/bin/auth_smtp /bin/true > > 2>&1 > > ... > > > > 5. installed qmail-ldap-1.03-20020501a.patch > > > > 6. installed smtp-auth-20020501a.patch > > > > 7. qmailctl restart > > > > When I try to connect from an address 207.111.95.118 (out of > > permitted > > nets), the following msg. appears in my outlook and eudora (both > > configured to allow smtp auth): > > "553 sorry, that domain isn't in my list of allowed rcpthosts > > (#5.7.1)" > > > > I really don�t know what can I try anymore. > > > > Thankx. > > > > Espatas Wosk > > > >
tcpserver does allow a "-" in it's definitions (see the same link mentioned above). Now your problem is: 207.111.95.118 is not in the range 207.111.64-94, so RELAYCLIENT is not set, so only mail for domains mentioned in the rcpthosts file will be accepted. Or does smtp-auth automatically set the RELAYCLIENT flag? Franky
