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
mynetworks = 127.0.0.1

and everywhere that you have "permit_sasl_authenticated", make sure it now says "permit_mynetworks, permit_sasl_authenticated".


  -- Noel Jones

Reply via email to