Also sprach Gadoury <[EMAIL PROTECTED]> on 14.09.2000:
>tcpserver: pid 32442 from 64.83.0.22
this one is *not* allowed by your /etc/tcp.smtp, so you deny (:deny)
>tcpserver: deny 32442 www.graycastle.com:210.228.3.165:25
>mail02.cavtel.net:64.83.0.22::2377
>tcpserver: end 32442 status 25600
>
>tcpserver: pid 32444 from 64.83.19.66
this one is allowed by your /etc/tcp.smtp plus you relay for it
>tcpserver: ok 32444 www.graycastle.com:210.228.3.165:25
>64.83.19.66.dsl66-static-ric.cavtel.net:64.83.19.66::49533
>
>this is my /etc/tcp.smtp file:
>
>:deny
>127.:allow,RELAYCLIENT=""
>192.168.1.2:allow,RELAYCLIENT=""
>166.38.41.:allow,RELAYCLIENT=""
>64.83.19.:allow,RELAYCLIENT=""
>
in my view,
you need
:allow
:allow means you allow any IP to send mail for your rcpthosts to you
1.2.3.4:allow,RELAYCLIENT="" means the same plus you relay mail from
1.2.3.4 that is directed to other domains too.
wolfgang