Bug#415670: Postfix package 2.3.8-2 broken (etch)

2007-03-21 Thread Tuomas Toropainen

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 = 5120
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 = 3024

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]



Bug#415670: Postfix package 2.3.8-2 broken (etch)

2007-03-21 Thread Joerg Platte
I have the same problem. strace reports a problem with a library:

[pid 30353] writev(2, [{smtpd, 5}, {: , 2}, {relocation error, 16}, 
{: , 2}, {/usr/lib/libpostfix-tls.so.1, 28}, {: , 2}, {symbol 
SSL_CTX_sess_set_get_cb, ..., 114}, {, 0}, {, 0}, {\n, 1}], 10) = 170

regards,
Jörg



Bug#415670: Postfix package 2.3.8-2 broken (etch)

2007-03-21 Thread Jochen Schulz
Hi,

I can confirm that upgrading OpenSSL to 0.9.8e-4 (unstable) solves the
problem. Postfix doesn't even need to be restarted, library changes are
picked up immediately.

J.
-- 
After the millenium I would tell lies only to those who deserved them.
[Agree]   [Disagree]
 http://www.slowlydownward.com/NODATA/data_enter2.html


signature.asc
Description: Digital signature


Bug#415670: Postfix package 2.3.8-2 broken (etch)

2007-03-21 Thread Steve Langasek
On Wed, Mar 21, 2007 at 12:26:14PM +0100, Jochen Schulz wrote:

 I can confirm that upgrading OpenSSL to 0.9.8e-4 (unstable) solves the
 problem. Postfix doesn't even need to be restarted, library changes are
 picked up immediately.

Note that I wouldn't exactly encourage this on an etch system, openssl
0.9.8e will not be included in the etch release so this configuration won't
have security support.  You're better off either downgrading postfix until
the new build is available, or rebuilding the postfix package by hand.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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