Actions
Bug #4420
closedwarning: bad command startup -- throttling
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:
- 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.
Actions