On Wed, Sep 05, 2001 at 12:24:07PM -0400, [EMAIL PROTECTED] wrote:
> Sorry to keep bothering everyone about this, but
> I'm horribly stumped.
> I tried telnetting to the qmail machine (QM01)from another machine (BG05) using port
>25.
> my rcpthosts file is...
> qm01.burgiss.com
> burgiss.com
> my tcp.smtp file is... (.1.49 is BG05)
> 127.:allow,RELAYCLIENT""
> 192.168.1.49:allow,RELAYCLIENT""
> xxx.xxx.xxx.xxx:allow,RELAYCLIENT""
> :allow
This isn't right.
> I then built the cdb using the command
> tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp
> < /etc/tcp.smtp
[vince@amsix vince]$ cat > tcp
127.:allow,RELAYCLIENT""
^D
[vince@amsix vince]$ tcprules tcp.cdb tcp.tmp < tcp
tcprules: fatal: unable to parse this line: 127.:allow,RELAYCLIENT""
> And I'm still getting the "connection to host
> lost" error.
Most likely, /etc/tcp.smtp.cdb was never created.
Vince.