On Tue, Aug 26, 2014 at 7:21 PM, Wietse Venema <wie...@porcupine.org> wrote:
> Ian Evans: > > Our mail server is still getting a nice steady supply of email, so I > didn't > > realize anything was wrong. The a freind said that emails from her office > > address were getting rejected. I checked the logs and noticed that she > > wasn't the only one getting the message. > > > > Before the line below, my friend's emails pass spf successfully. This is > > what's showing up in the logs: > > > > > > Aug 25 05:24:27 carson postfix/smtpd[27028]: NOQUEUE: reject: RCPT from > > mail-ig0-f175.google.com[209.85.213.175]: 451 4.3.5 Server configuration > > problem; from=<myfri...@example.com> to=<m...@example.com> proto=ESMTP > > helo=<mail-ig0-f175.google.com> > Have very tired eyes today (up all night doing Emmy coverage) but there seems to be some issue with: Aug 26 08:34:05 carson postfix/smtpd[16374]: warning: problem talking to server private/policy-spf: Connection timed out Checking further I'm seeing: Aug 26 08:34:58 carson policyd-spf[16383]: Traceback (most recent call last): Aug 26 08:34:58 carson policyd-spf[16383]: File "/usr/bin/policyd-spf", line 690, in <module> Aug 26 08:34:58 carson policyd-spf[16383]: sys.stdout.flush() Aug 26 08:34:58 carson policyd-spf[16383]: BrokenPipeError: [Errno 32] Broken pipe Aug 26 08:34:58 carson postfix/spawn[16382]: warning: command /usr/bin/policyd-spf exit status 1 So if emails get checked for spf, why would the vast majority get through and others cause this? Thanks.