Re: Sender access issues

2015-02-26 Thread Alex Regan
Hi, What does the below report (with the exact address from the unmunged log message): $ sender="myuser@lanyonrs.local" $ postmap -q "$sender" hash:/etc/postfix/sender_checks I had "*@lanyonrs.local OK" in sender_checks and it printed nothing. I added the explicit email addr

Re: Sender access issues

2015-02-26 Thread Viktor Dukhovni
On Thu, Feb 26, 2015 at 08:53:43PM -0500, Alex Regan wrote: > >What does the below report (with the exact address from > >the unmunged log message): > > > > $ sender="myuser@lanyonrs.local" > > $ postmap -q "$sender" hash:/etc/postfix/sender_checks > > I had "*@lanyonrs.local OK" in sen

Re: Sender access issues

2015-02-26 Thread Alex Regan
Hi, Feb 24 16:48:55 mail01 postfix/smtpd[1945]: NOQUEUE: reject: RCPT from smtp.lanyonmail.com[50.56.12.142]: 450 4.1.8 : Sender address rejected: Domain not found; from= to= proto=ESMTP helo= That was two days ago, who knows how it relates to your current configuration. Test by sending from

Re: Sender access issues

2015-02-26 Thread Viktor Dukhovni
On Thu, Feb 26, 2015 at 02:58:16PM -0500, Alex Regan wrote: > A few days ago I was having an issue with not being able to use > sender_access to permit mail with non-existent hostnames to be delivered > that would normally be rejected: > > Feb 24 16:48:55 mail01 postfix/smtpd[1945]: NOQUEUE: reje

Re: Sender access issues

2015-02-26 Thread Alex Regan
Hi, A few days ago I was having an issue with not being able to use sender_access to permit mail with non-existent hostnames to be delivered that would normally be rejected: Feb 24 16:48:55 mail01 postfix/smtpd[1945]: NOQUEUE: reject: RCPT from smtp.lanyonmail.com[50.56.12.142]: 450 4.1.8 :

Re: Sender access issues

2015-02-24 Thread Viktor Dukhovni
On Tue, Feb 24, 2015 at 09:02:43PM -0500, Alex Regan wrote: > On 02/24/2015 08:34 PM, Viktor Dukhovni wrote: > >On Tue, Feb 24, 2015 at 08:07:59PM -0500, Alex Regan wrote: > > > smtpd_recipient_restrictions = > > ... > check_sender_access

Re: Sender access issues

2015-02-24 Thread Alex Regan
Hi, On 02/24/2015 08:34 PM, Viktor Dukhovni wrote: On Tue, Feb 24, 2015 at 08:07:59PM -0500, Alex Regan wrote: smtpd_recipient_restrictions = ... check_sender_access hash:/etc/postfix/sender_checks, ---

Re: Sender access issues

2015-02-24 Thread Viktor Dukhovni
On Tue, Feb 24, 2015 at 08:07:59PM -0500, Alex Regan wrote: > >> smtpd_recipient_restrictions = > >> > >> ... > >> check_sender_access hash:/etc/postfix/sender_checks, > >> --- --- > >> reject_unknown_

Re: Sender access issues

2015-02-24 Thread Alex Regan
Hi, smtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_non_fqdn_sender, reject_unlisted_recipient, permit_mynetworks, reject_unauth_destination, check_client_access hash:/etc/postfix/client_checks, c

Re: Sender access issues

2015-02-24 Thread Viktor Dukhovni
On Tue, Feb 24, 2015 at 04:59:50PM -0500, Alex Regan wrote: > Feb 24 16:48:55 mail01 postfix/smtpd[1945]: NOQUEUE: > reject: RCPT from smtp.lanyonmail.com[50.56.12.142]: > 450 4.1.8 : > Sender address rejected: Domain not found; - > from= to= >