On Thursday, March 05, 2015 04:57:14 PM @lbutlr wrote: > Mar 5 14:03:26 mail postfix/spawn[57894]: warning: > /usr/local/bin/policyd-spf: process id 58877: command time limit exceeded > Mar 5 14:32:21 mail postfix/spawn[57894]: warning: > /usr/local/bin/policyd-spf: process id 60423: command time limit exceeded > Mar 5 15:13:00 mail postfix/spawn[62387]: warning: > /usr/local/bin/policyd-spf: process id 62501: command time limit exceeded > Mar 5 15:30:07 mail postfix/spawn[62387]: warning: > /usr/local/bin/policyd-spf: process id 63269: command time limit exceeded > > I have a very light load, and I don’t see any reason I would be getting > these. > > I have the following packages installed: > > ===>>> py27-spf-2.0.11 > ===>>> py27-postfix-policyd-spf-python-1.2 > > And the following processes: > > postfix 66415 0.0 0.3 18644 5464 ?? I 4:26PM 0:00.01 spawn > -z -n policyd-spf -t unix user=nobody argv=/usr/local/bin/policyd-spf > nobody 67441 0.0 0.5 21700 9456 ?? Is 4:55PM 0:00.32 > /usr/local/bin/python2.7 /usr/local/bin/policyd-spf
If you check the documentation that came with the policy server, you'll see it recommends extending the time limit. Assuming you set the service name to policyd-spf (which is what the example in the man page uses) it would be: policyd-spf_time_limit = 3600 Scott K