Hmmm. Strange.  softlimit raised from 4000000 to 8000000 seems to fix it.

However I'm running softlimit at 4000000 on a Fedora box without issue.
I support RH EL4 has "bigger" libraries or more of them?

Sorry to trouble the list.

Dave Richardson wrote:
I'm installing a new system, my first auth test against pop3 says this:

Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK
pass Pa$$w0rd
/home/vpopmail/bin/vchkpw: error while loading shared libraries: libcrypto.so.4: failed to map segment from shared object: Cannot allocate memory
-ERR authorization failed
Connection closed by foreign host.

Distro is RH EL4. No compile errors that I noted during build from source for netqmail, vpopmail, courier-imap, courier-authlib.
Am using MySQL backend.

my vpopmail config was:

./configure \
  --enable-roaming-users \
  --enable-logging=p \
  --disable-passwd \
  --enable-clear-passwd \
  --disable-domain-quotas \
  --enable-auth-module=mysql \
  --enable-auth-logging \
  --enable-sql-logging \
  --enable-valias \
  --disable-mysql-limits \
  --enable-tcprules-prog=/usr/local/bin/tcprules \
  --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp \
  --enable-relay-clear-minutes=180

courier-authlib 0.58 config was:
./configure \
  --prefix=/usr/local/courier-authlib \
  --without-authpam \
  --without-authldap \
  --without-authpwd \
  --without-authmysql \
  --without-authpgsql \
  --without-authshadow \
  --without-authuserdb \
  --without-authcustom \
  --without-authcram \
  --without-authpipe \
  --with-authdaemon \
  --with-redhat \
  --with-authvchkpw
courier-imap 4.1.1 config was:
COURIERAUTHCONFIG=/usr/local/courier-authlib/bin/courierauthconfig \
CPPFLAGS=-I/usr/local/courier-authlib/include \
./configure \
  --prefix=/usr/local/courier-imap \
  --disable-root-check \
  --with-redhat


Reply via email to