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

Also available in: Atom PDF