On Mon, Sep 27, 1999 at 06:48:52PM +0800, Edward Castillo-Jakosalem wrote:
  
> Hi to all!
> I recently configured our smtp to point to another machine running
> qmail-1.03. No problem with that. Now, what I see in our log file is
> that it says 'deny' to all the hosts except the 2 ip blocks I configured
> to be relayclients. I just need some help if what I did in my tcp.smtp
> file is correct.
> 
>     xxx.xxx.xxx.:allow,RELAYCLIENT=""

This means allow connections from xxx.xxx.xxx AND let them relay to any
destination.

>     yyy.yyy.yyy.:allow,RELAYCLIENT=""

Same as above for yyy.yyy.yyy

>     :deny

This means don't let ANY OTHER host connect. What you want as your last
rule is ":allow". That will allow connections from all other hosts, but
will not let them relay.

-- 
See complete headers for more info

Reply via email to