postfix-users November 2011 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: Re: spf configuration woes

Re: spf configuration woes

From: Kris Deugau <kdeugau_at_nospam>
Date: Fri Nov 04 2011 - 16:24:40 GMT
To: Postfix users Mailing List <postfix-users@postfix.org>

David Southwell wrote:
> But still got the following errors when the lines in main.cf were unchecked:

[snip]
> Nov 4 07:37:50 dns1 postfix/smtpd[26676]: warning: connect to
> private/policyd-spf: Connection refused

You need to find out why your policy server isn't responding to Postfix.

Since it's set up for a Unix socket, you likely either have a
permissions issue (eg, running as the wrong user) or the policy server
isn't running.

-kgd