Charles Marcus skrev 2010-04-26 12:07: > On 2010-04-26 5:59 AM, Patric Falinder wrote: >> Maybe I'm to lazy or I'm just blind, but is it possible in an easy way >> to allow a specific IP to send mail etc without username and password? I >> use sasl authentication on my postfix machine and I want a outside >> IP-address to be able to send e-mails without logging in. > > Add the IP to $mynetworks > > http://www.postfix.org/postconf.5.html#mynetworks > > and put $mynetworks before permit_sasl_authenticated in > smtpd_recipient_restrictions > > http://www.postfix.org/postconf.5.html#smtpd_recipient_restrictions > > E.g.: > > smtpd_recipient_restrictions = permit_mynetworks, > permit_sasl_authenticated, reject_unauth_destination > ah I don't know why I didn't think of that! But thanks it worked great :)
Thanks, Patric