Re: So--how do I set up localhost to not require authentication

2009-10-06 Thread Noel Jones
On 10/6/2009 8:06 PM, Patrick Horgan wrote: Sahil Tandon wrote: Is the order significant, i.e. is permit_mynetworks, The order of restrictions is generally significant. permit_sasl_authenticated the same as permit_sasl_authenticated,permit_mynetworks? No. The first example does not al

Re: So--how do I set up localhost to not require authentication

2009-10-06 Thread Patrick Horgan
Sahil Tandon wrote: Is the order significant, i.e. is permit_mynetworks, The order of restrictions is generally significant. permit_sasl_authenticated the same as permit_sasl_authenticated,permit_mynetworks? No. The first example does not allow networks

Re: So--how do I set up localhost to not require authentication

2009-10-06 Thread Sahil Tandon
On Tue, 06 Oct 2009, Patrick Horgan wrote: > Noel Jones wrote: > ># main.cf > >mynetworks = 127.0.0.1 > > > >and everywhere that you have "permit_sasl_authenticated", make > >sure it now says "permit_mynetworks, permit_sasl_authenticated". > Is the order significant, i.e. is permit_mynetworks, Th

Re: So--how do I set up localhost to not require authentication

2009-10-06 Thread Patrick Horgan
Noel Jones wrote: # main.cf mynetworks = 127.0.0.1 and everywhere that you have "permit_sasl_authenticated", make sure it now says "permit_mynetworks, permit_sasl_authenticated". Is the order significant, i.e. is permit_mynetworks, permit_sasl_authenticated the same as permit_sasl_authenticat

Re: So--how do I set up localhost to not require authentication

2009-10-06 Thread Noel Jones
On 10/6/2009 7:16 PM, Patrick Horgan wrote: I'd like email from localhost to not require certificates or authentication--especially since we assume that people on the machine, or tunneling to the machine have already passed some level of authentication. How do I do it? Patrick # main.cf mynet