In the logfile for qmail-smtp I get the following;

@400000003b9e730c28fbff2c tcpserver: ok 4664 0:212.18.24.150:25
pd950e36d.dip.t-dialin.net:217.80.227.109::1161
@400000003b9e73131d904e54 BUG IN DYNAMIC LINKER ld.so: dl-minimal.c: 78:
malloc: Assertion `page != ((void *) -1)' failed!

My qmail is patched with both the smtp_auth and smtp_after_pop patches,
and is running on a freshly suselinux 7.2.

I start smtp using this script 

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 3500000 \
    /usr/local/bin/tcpserver -v -R -l 0 -X -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
/var/qmail/bin/qmail-smtpd \
             /var/qmail/bin/auth_smtp /bin/true /var/qmail/bin/auth_smtp
/bin/true 2>&1

Any ideas?

-- 
- Torgeir

Reply via email to