On Wed, Sep 08, 1999 at 05:33:53PM -0400, Paul Farber wrote:
> I had a qmail-smtp file with the class 
> 
> 209.173.3:allow,RELAYCLIENT=""
> 
> And then made the cdb file.  Still no go.

It should be:

209.173.3.:allow,RELAYCLIENT=""

(Note the trailing ".")

But here's how you're starting tcpserver:

tcpserver -v -H -R -c100 -u81 -g80 0 smtp qmail-smtpd

So you can put anything you like in your rules file, and it won't have any
effect whatsoever. You need to supply the rules file to tcpserver with the -x
option.

Chris

Reply via email to