Hey Kyle.

I seem to remember people having to bump up memory with 64-bit machines.
The error you're getting is from the submission (587) process, but you're showing us your smtp (25) run file. I see you've bumped up the memory there. Have you bumped up the memory in your submission run file as well?

Kyle Quillen wrote:

hello all,

I am getting ready to run a new server up at 11 pm and am having a bit of an issue with port 587. It just keeps disconnecting the submission error log shows

@4000000048f156521f6cb35c /var/qmail/bin/qmail-smtpd: error while loading shared libraries: libkrb5.so.3: failed to map segment from shared object: Cannot allocate memory
@4000000048f156521f6e16d4 tcpserver: end 3470 status 32512
@4000000048f156521f6e1abc tcpserver: status: 0/200


I am made changes to the smtpd run file to and it reads as follows. I also have the krb5-libs installed as you can see below. Does anyone have any ideas? This is a 64bit centos 5 with all current packages and 2 gigs of ram.

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SPAMDYKE="/usr/local/bin/spamdyke"
SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf"
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 105000000 \
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
     $SPAMDYKE --config-file $SPAMDYKE_CONF \
     $SMTPD $VCHKPW /bin/true 2>&1





[EMAIL PROTECTED] qmail]# rpm -qa | grep krb | sort
krb5-auth-dialog-0.7-1
krb5-devel-1.6.1-25.el5_2.1
krb5-devel-1.6.1-25.el5_2.1
krb5-libs-1.6.1-25.el5_2.1
krb5-libs-1.6.1-25.el5_2.1
krb5-workstation-1.6.1-25.el5_2.1
pam_krb5-2.2.14-1.el5_2.1
pam_krb5-2.2.14-1.el5_2.1





--
-Eric 'shubes'


---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to