[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: broken upgrade of postfix_2.3.7-3 -> 2.3.8-2 (etch)



Michael Shuler wrote:
Mihira Fernando wrote:
Michael Shuler wrote:
Mar 20 19:03:20 aesop postfix/master[2010]: warning: process
/usr/lib/postfix/smtpd pid 3983 exit status 127
Mar 20 19:03:20 aesop postfix/master[2010]: warning:
/usr/lib/postfix/smtpd: bad command startup -- throttling

I have also not been able to find any reference in the postfix source
for exit code 127.

Can you post the result of postconf -n ? that shows the actual working
parameters used by postfix.
From the logs I guess (uneducated guess) that the problem is not in the
postfix core but in one or more of the child processes (spam/virus
checker or greylistng).

I am not using virus checking and only using an rbl check and postgrey.
 Thanks for looking.

Kind Regards,
Michael

$ postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = all
mailbox_command =
mailbox_size_limit = 0
mydestination = $myhostname, /etc/postfix/virtual/domains
myhostname = aesop.pbandjelly.org
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
btree ?
smtpd_banner = $myhostname ESMTP
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks, reject_unauth_destination, reject_rbl_client
sbl-xbl.spamhaus.org, check_policy_service inet:127.0.0.1:60000,
Is postfix-policyd ?
reject_unauth_pipelining
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = reject_non_fqdn_sender,
reject_unknown_sender_domain
smtpd_tls_cert_file = /etc/ssl/certs/mail.pbandjelly.org.cert
smtpd_tls_key_file = /etc/ssl/private/mail.pbandjelly.org.key
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
again the btree
smtpd_use_tls = yes
strict_rfc821_envelopes = yes



Do you have btree support installed for postfix ? As I recall, the smtp(d)_session_cache_database parameters are in the default main.cf file but btree support is _not_ installed by default. If you're not using these 2 parameters I suggest you comment them out and reload postfix. Also I assume you got postfix-policyd on 127.0.0.1:60000 ? it is fully operational right ?


--
Random Quotes From Megas XLR
Coop: You see? The mysteries of the Universe are revealed when you break stuff.
Jamie: When in doubt, blow up a planet.
Kiva: It's an 80 foot robot, if we can't see it, absolutely it's not here.
Glorft Technician: Unnecessary use of force in capturing the Earthers has been approved.



Reply to: