Bug #4420
closedwarning: bad command startup -- throttling
0%
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:
- enable pkg by:
pkg
- 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.
Updated by NewTo You almost 10 years ago
Update: My Postfix Forwarder version: 2.11.3_2 pkg v.2.4.1.
Updated by Harry Coin over 9 years ago
This is confirmed. Many people affected. Most had to revert to 2.1.5 Details this thread:
Updated by Robert Balfour over 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.
Updated by Oscar Betancur over 9 years ago
I installed pcre package and the problem was solved! :)
'pkg install pcre'
I hope this helps!
Updated by Criggie . about 9 years ago
This didn't help me - I also had to do a
pkg install Postfix
and everything burst into life.
Updated by Kill Bill about 9 years ago
Please, test with v2.4.5 after undoing whatever manual hacks you did there (like symlinks and/or installing packages via pkg).
Updated by Chris Buechler almost 9 years ago
- Status changed from New to Resolved