Package: postfix
Version: 2.3.8-2
Severity: grave

After upgrading postfix from 2.3.7-3 to 2.3.8-2 it stopped working. Every delivery attempt resulted in log errors like this:

---8<---
Mar 21 08:35:17 server postfix/master[20081]: warning: process /usr/lib/postfix/smtpd pid 20090 exit status 127

Mar 21 08:35:17 server postfix/master[20081]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
---8<---

I find this bug rather serious, because it prevents the mail server from delivering mail. After downgrading everything seems to work fine again.

The system is debian etch 4.0 with latest updates installed.

Here is /etc/postfix/main.cf

---8<---
queue_directory = /some/directory

smtpd_banner = FOO ESMTP
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# TLS parameters
smtpd_tls_cert_file=/path/to/cert
smtpd_tls_key_file=/path/to/key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache

myhostname = mail.server.name
mydomain = ourdomain.tld
myorigin = $mydomain
alias_maps = hash:/etc/aliases, hash:/etc/aliases.local
alias_database = hash:/etc/aliases, hash:/etc/aliases.local
mydestination = $myhostname, $mydomain, server.domain.tld
relayhost =
mynetworks = 127.0.0.0/8
#mailbox_command =
mailbox_size_limit = 51200000
recipient_delimiter = +
inet_interfaces = localhost, $myhostname
inet_protocols = all

smtp_bind_address = ip.address

mailbox_transport = lmtp:unix:extern/cyrus/lmtp

local_recipient_maps = $alias_maps

message_size_limit = 30240000

lmtp_destination_recipient_limit = 300
local_destination_recipient_limit = 300
local_destination_concurrency_limit = 5
lmtp_destination_concurrency_limit = 5
---8<---


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to