From: Chris Johnson <[EMAIL PROTECTED]>
>That should be RELAYCLIENT="", not RELAYCLIENT=" " (you shouldn't have a
space
>between the quotation marks). Also, as someone else pointed out, the IP
address
>should be a pattern, not a netmask (i.e. 192.168.1. instead of
192.168.1.0).
I think that the
On Tue, Dec 26, 2000 at 10:10:31PM -0500, Aaron Carr wrote:
> This file contains 192.168.1.0:allow,RELAYCLIENT=" "
That should be RELAYCLIENT="", not RELAYCLIENT=" " (you shouldn't have a space
between the quotation marks). Also, as someone else pointed out, the IP address
should be a pattern, no
From: Aaron Carr <[EMAIL PROTECTED]>
>This file contains 192.168.1.0:allow,RELAYCLIENT=" "
The IP part isn't a netmask, it's a pattern. Try replacing the line above
with
192.168.1.:allow,RELAYCLIENT=""
Armando