Re: 2.10 problem

2013-07-18 Thread Grant
>> # main.cf >> smtpd_relay_restrictions = > > > let this be undefined in main.cf > > >> # master.cf >> submission inet n - n - - smtpd >> -o smtpd_sasl_auth_enable=yes > > >> -o >> smtpd_recipient_restrictions=permit_mynetworks,reject_plaintext_session,permit_sasl_aut

Re: 2.10 problem

2013-06-05 Thread Benny Pedersen
Grant skrev den 2013-06-05 05:28: # main.cf smtpd_relay_restrictions = let this be undefined in main.cf # master.cf submission inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes -o smtpd_recipient_restrictions=permit_mynetworks,reject_plaintext_session,permit

Re: 2.10 problem

2013-06-04 Thread Larry Stone
On Jun 4, 2013, at 10:28 PM, Grant wrote: > I tried switching to the following in main.cf: > > smtpd_relay_restrictions = permit_mynetworks,permit_sasl_auth > > but I started getting messages like this in the log: > > warning: unknown smtpd restriction: "permit_sasl_auth" > 451 4.3.5 Server c

Re: 2.10 problem

2013-06-04 Thread Grant
>> am i allowed to ask why disabling smtpd_relay_restrictions only on >> submission? >> & >> is this really the way to use it? ( in master.cf ?) > > This is not good general advice. A properly-configured > smtpd_relay_restrictions should not interfere with submission, and > is not used by pickup

Re: 2.10 problem

2013-06-04 Thread Grant
> Grant: >> I recently upgraded from 2.9.5 to 2.10 and ever since I've been having >> an intermittent problem with email sent from within my web framework >> (Interchange - icdevgroup.org) not reaching its recipient. I usually >> get an error message in Interchange's log when there's a postfix >>

Re: 2.10 problem

2013-06-04 Thread Noel Jones
On 6/4/2013 10:34 AM, Marko Weber | ZBF wrote: > > > Am 2013-06-04 15:00, schrieb Benny Pedersen: >> Grant skrev den 2013-06-04 01:45: >> >>> The big config change I see referenced with regard to 2.10 is >>> smtpd_relay_restrictions but I don't see how that could be related. >>> My smtpd_relay_re

Re: 2.10 problem

2013-06-04 Thread Benny Pedersen
Marko Weber | ZBF skrev den 2013-06-04 17:34: am i allowed to ask why disabling smtpd_relay_restrictions only on submission? submission users is here sasl auth users, if sasl is not enforced then it will be in error to remove relay restrictions, if you ensure smtp auth its perfectly ok i

Re: 2.10 problem

2013-06-04 Thread Marko Weber | ZBF
Am 2013-06-04 15:00, schrieb Benny Pedersen: Grant skrev den 2013-06-04 01:45: The big config change I see referenced with regard to 2.10 is smtpd_relay_restrictions but I don't see how that could be related. My smtpd_relay_restrictions is blank. suggest to make it not in main.cf, but use t

Re: 2.10 problem

2013-06-04 Thread Benny Pedersen
Jerry skrev den 2013-06-04 12:09: Someone has way too much time on their hands! and others still not understanding configure postfix 2.10 yet :) -- senders that put my email into body content will deliver it to my own trashcan, so if you like to get reply, dont do it

Re: 2.10 problem

2013-06-04 Thread Benny Pedersen
Grant skrev den 2013-06-04 01:45: The big config change I see referenced with regard to 2.10 is smtpd_relay_restrictions but I don't see how that could be related. My smtpd_relay_restrictions is blank. suggest to make it not in main.cf, but use this restriction only on master.cf to disable it

Re: 2.10 problem

2013-06-04 Thread Lima Union
not much required, 'man 6 figlet' On Tue, Jun 4, 2013 at 7:09 AM, Jerry wrote: > On Tue, 4 Jun 2013 00:08:17 + > Viktor Dukhovni articulated: > > > On Mon, Jun 03, 2013 at 04:45:41PM -0700, Grant wrote: > > > > > I know this is incredibly vague, but can anyone hazard a guess as to > > > wha

Re: 2.10 problem

2013-06-04 Thread Jerry
On Tue, 4 Jun 2013 00:08:17 + Viktor Dukhovni articulated: > On Mon, Jun 03, 2013 at 04:45:41PM -0700, Grant wrote: > > > I know this is incredibly vague, but can anyone hazard a guess as to > > what the problem might be? > > L O G S > L 0

Re: 2.10 problem

2013-06-03 Thread Viktor Dukhovni
On Mon, Jun 03, 2013 at 04:45:41PM -0700, Grant wrote: > I know this is incredibly vague, but can anyone hazard a guess as to > what the problem might be? L O G S L 0 0 G G S L 0 0 G GG S L

Re: 2.10 problem

2013-06-03 Thread Wietse Venema
Grant: > I recently upgraded from 2.9.5 to 2.10 and ever since I've been having > an intermittent problem with email sent from within my web framework > (Interchange - icdevgroup.org) not reaching its recipient. I usually > get an error message in Interchange's log when there's a postfix > problem

2.10 problem

2013-06-03 Thread Grant
I recently upgraded from 2.9.5 to 2.10 and ever since I've been having an intermittent problem with email sent from within my web framework (Interchange - icdevgroup.org) not reaching its recipient. I usually get an error message in Interchange's log when there's a postfix problem but not with thi