Re: Allow specific IP to send mail without username/password

2010-04-26 Thread Charles Marcus
On 2010-04-26 7:09 AM, Patric Falinder wrote: >> 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 :) Caveat: is this IP one that you control? If not - ie, if it is a s

Re: Allow specific IP to send mail without username/password

2010-04-26 Thread Patric Falinder
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

Re: Allow specific IP to send mail without username/password

2010-04-26 Thread Ansgar Wiechers
On 2010-04-26 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 witho

Re: Allow specific IP to send mail without username/password

2010-04-26 Thread Charles Marcus
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-ma

Allow specific IP to send mail without username/password

2010-04-26 Thread Patric Falinder
Hi, 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. Thanks, Patric