At 08:10 PM 12/10/2010, you wrote: >mx1# pkg_info | egrep -i "(postfix|db4)" > >db41-4.1.25_4 The Berkeley DB package, revision 4.1 > >postfix-current-2.8.20101108,4 A secure alternative to widely-used Sendmail > >... both installed with make and make install > >postconf -m >btree >cidr >environ >hash >internal >mysql >pcre >proxy >regexp >static >tcp >texthash >unix > >master has "smtpd -vv" and "qmgr -vv" > >starting postfix stops with > >Dec 10 20:04:38 mx1.xxx.net/mx1.hctc.net postfix/qmgr[10866]: Compiled against >Berkeley DB: 4.1.25? > >Dec 10 20:07:48 mx1.xxx.net/mx1.hctc.net postfix/master[10860]: warning: >process /usr/local/libexec/postfix/smtpd pid 10906 exit status 1 > >Dec 10 20:07:48 mx1.xxx.net/mx1.hctc.net postfix/master[10860]: warning: >/usr/local/libexec/postfix/smtpd: bad command startup -- throttling > >I've removed and installed both programs several times.
========== Once again, make rmconfig and start over, with no optio of db41 looking more closely at maillog, after startup, the first error is: Dec 10 20:26:05 postfix/qmgr[19606]: dict_open: hash:/usr/local/etc/postfix/transport.map Dec 10 20:26:05 postfix/qmgr[19606]: dict_register: hash:/usr/local/etc/postfix/transport.map(0,lock|fold_fix) 1 Dec 10 20:26:05 postfix/qmgr[19606]: Compiled against Berkeley DB version 1 Dec 10 20:26:06 postfix/master[19604]: warning: process /usr/local/libexec/postfix/qmgr pid 19606 exit status 1 Dec 10 20:26:06 postfix/master[19604]: warning: /usr/local/libexec/postfix/qmgr: bad command startup -- throttling Dec 10 20:26:07 postfix/master[19604]: warning: process /usr/local/libexec/postfix/smtpd pid 19607 exit status 1 Dec 10 20:26:07 postfix/master[19604]: warning: /usr/local/libexec/postfix/smtpd: bad command startup -- throttling even with make rmconfig and make without bdb: postconf -m btree cidr environ hash internal mysql pcre proxy regexp static tcp texthash unix Len