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