Project

General

Profile

Actions

Bug #4420

closed

warning: bad command startup -- throttling

Added by NewTo You about 9 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Postfix
Target version:
-
Start date:
02/13/2015
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
2.2
Affected Plus Version:
Affected Architecture:
amd64

Description

I get this error in maillog:

Feb 12 14:48:51 hostname postfix/master[26572]: warning: process /usr/local/libexec/postfix/postscreen pid 60794 exit status 1
Feb 12 14:48:51 hostname postfix/master[26572]: warning: /usr/local/libexec/postfix/postscreen: bad command startup -- throttling
Feb 12 14:49:35 hostname postfix/master[26572]: warning: process /usr/local/libexec/postfix/pickup pid 61415 exit status 1
Feb 12 14:49:35 hostname postfix/master[26572]: warning: /usr/local/libexec/postfix/pickup: bad command startup -- throttling
Feb 12 14:49:35 hostname postfix/master[26572]: warning: process /usr/local/libexec/postfix/qmgr pid 61658 exit status 1
Feb 12 14:49:35 hostname postfix/master[26572]: warning: /usr/local/libexec/postfix/qmgr: bad command startup -- throttling

I was unable to locate the problem. I tried to re-install postfix or other attempts unless I call postqueue:

postqueue -p

postqueue will output errors about missing shared libraries: libsasl2.so.2, libspf2.so.2.

I fixed it as following via shell:
  1. enable pkg by:
    pkg
    
  2. install missing libs:
    pkg install cyrus-sasl
    pkg install libspf2
    

Just want to report here because it may helpful to others and hope it will be fixed for next releases.

Thanks.

Actions #1

Updated by NewTo You about 9 years ago

Update: My Postfix Forwarder version: 2.11.3_2 pkg v.2.4.1.

Actions #2

Updated by Harry Coin about 9 years ago

This is confirmed. Many people affected. Most had to revert to 2.1.5 Details this thread:

https://forum.pfsense.org/index.php?topic=40622.540

Actions #3

Updated by Robert Balfour about 9 years ago

This should be updated to Version 2.2.x
and the package should either be removed from the packages list are marked as broken

As there are no package maintainer for POSTFIX.
Don't expect any fix soon.

Actions #4

Updated by Oscar Betancur almost 9 years ago

I installed pcre package and the problem was solved! :)

'pkg install pcre'

I hope this helps!

Actions #5

Updated by Criggie . over 8 years ago

This didn't help me - I also had to do a

pkg install Postfix

and everything burst into life.

Actions #6

Updated by Kill Bill over 8 years ago

Please, test with v2.4.5 after undoing whatever manual hacks you did there (like symlinks and/or installing packages via pkg).

Actions #7

Updated by Chris Buechler about 8 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF