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,
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 specified in $mynetworks to relay through your server without authentication. -- Sahil Tandon <sa...@tandon.net>