| Main Archive Page > Month Archives > postfix-users archives |
On Sun, 2012-03-11 at 03:50 -0700, Ronald F. Guilmette wrote:
>
> I've just updated from 2.8.5 to 2.9.1 and now, when I start postfix,
> I am getting the following set of messages (that I've never seen before):
>
> /usr/local/sbin/postconf: warning: /usr/local/etc/postfix/main.cf: unused parameter: policy_time_limit=600
>
>
> What gives? I haven't changed anything. The relevant line in my main.cf
> file is unremarkable:
>
> policy_time_limit = 600
>
> Why should this cause the generation of 17 exceptionally redundant warning
> messages? Why should it give rise to any warning messages at all?
Because there is no matching entry in master.cf
I was bitten as well (like a few it seems), mine was with spf (guess I
used a bad spf howto when I moved to postfix a few years back)
I had spfpolicy in master.cf - but in main.cf I had
policy_time_limit and NOT spfpolicy_time_limit , like I needed, only a
5 second fix :)