Reece Markowsky <[EMAIL PROTECTED]> wrote:

>For example, from my host 192.152.1.21  I try to telnet to the SMTP host
>and send a
>message to a host that is NOT defined in the rcpthosts file.
>My understanding is that because my host (192.152.1.*) is allowed to
>relay,
>RELAYCLIENT will be set and rcpthosts will by bypassed.
>It doesn't seem to work however.  Here is some output:
>
>telnet mysmtphost.mydomain.com 25
>Trying XXX.XX.XX.XX...
>Connected to mysmtphost.mydomain.com.
>Escape character is '^]'.
>220 localhost.localdomain ESMTP
>mail from:<[EMAIL PROTECTED]>
>250 ok
>rcpt to:<[EMAIL PROTECTED]>
>553 sorry, that domain isn't in my list of allowed rcpthosts
>(#5.7.1)
>
>Note, somewhereelse.com is not listed in my rcpthosts.  Ok, but this is
>a telnet session
>is from a machine who enables RELAYCLIENT in the tcp.smtp.cdb
>database.   Here
>is my configuration (ip info has been changed for security reasons)
>tcp.smtp (I remembered to reload this):
>
>192.152.1.:allow,RELAYCLIENT=""
>:allow
>
>You can see that I am running tcpserver correctly too:
> /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -u 137 -g 223 0
>smtp
>/var/qmail/bin/qmail-smtpd
>
>
>Any ideas??

Yeah, you've got somemisconfiguration in the somefile config file in
somedir on mysmtphost.

Hope this helps.

-Dave

Reply via email to