Re: Limited SMTP Relay

2000-12-27 Thread asantos
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

Re: Limited SMTP Relay

2000-12-27 Thread Chris Johnson
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

Re: Limited SMTP Relay

2000-12-26 Thread asantos
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