On Fri, Jul 14, 2000 at 08:58:50AM +0930, Andrew Hill wrote:
> I have now:
>
> # export TCPREMOTEIP=203.34.190.170
> # echo $TCPREMOTEIP
> 203.34.190.170
> # export TCPREMOTEHOST=fornax.net
> # echo $TCPREMOTEHOST
> fornax.net
> # export TCPREMOTEINFO=list
> # echo $TCPREMOTEINFO
> list
> # /usr/local/bin/tcprulescheck /etc/tcp.smtp.cdb
> default:
> allow connection
>
> Did I get that right? I'm hope that's what $TCPREMOTEHOST and
> $TCPREMOTEINFO should be.
You appear to be running things correctly, but I can't say if that's
the right result. Does /etc/tcp.smtp say that 203.34.190.170 should
be allowed to connect? Does /etc/tcp.smtp contain any rules at all?
Have you recreated /etc/tcp.smtp.cdb since you added rules to
/etc/tcp.smtp? If the answers are all yes, you should be in good
shape.
Brian