> Try pushing your softlimit up a lot higher than that, give 20000000 a try > or take the softlimit off and see if your problem goes away. > > Shane
Removing the softlimit seems to have done the trick. Thank-you! ron > > >-----Original Message----- > >From: Ron Dyck [mailto:[EMAIL PROTECTED] > >Sent: Monday, 24 November 2003 10:44 PM > >To: Vpopmail > >Subject: [vchkpw] Setting up the POP3 Daemon and memory > >allocation problem > > > > > >I'm putting together a mail toaster and I've just installed > >vpopmail-5.3.30. > > > >./configure \ > >--enable-roaming-users=y \ > >--enable-logging=p \ > >--enable-defaultquota=20971520S \ > >--enable-ip-alias-domains=n \ > >--enable-passwd=n \ > >--enable-clear-passwd=y \ > >--enable-domain-quotas=n \ > >--enable-mysql=y \ > >--enable-many-domains=n \ > >--enable-auth-logging=y \ > >--enable-mysql-logging=y \ > >--enable-mysql-limits=n \ > >--enable-valias=y \ > >--enable-incdir=/usr/local/mysql/include/mysql \ > >--enable-libdir=/usr/local/mysql/lib/mysql > > > >I get this error when testing the pop3 service: > > > ># telnet 127.0.0.1 110 > >Trying 127.0.0.1... > >Connected to 127.0.0.1. > >Escape character is '^]'. > >+OK <[EMAIL PROTECTED]> > >user [EMAIL PROTECTED] > >+OK > >pass 123123 > >/home/vpopmail/bin/vchkpw: error while loading shared libraries: > >libcrypto.so.4: failed to map segment from shared object: > >Cannot allocate > >memory > >-ERR unable to write pipe > >Connection closed by foreign host. > > > >I've read Michael's issue with the allocated memory in the > >supervise script > >in: > >http://www.pipeline.com.au/staff/mbowe/isp/vpop>mail-mysql.htm#pop3tips > > > >Here's my script: > >#!/bin/sh > >exec /usr/local/bin/softlimit -m 3000000 \ > >/usr/local/bin/tcpserver \ > > -H -l experimental.dev \ > > -v -c 30 -R 0 pop3 \ > >/var/qmail/bin/qmail-popup experimental.dev \ > >/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1 > > > >I've even tried bumping the softlimit to 6000000 with no success. > > > >Any help would be appreciated. > > > >ron > > > >================================== > >Ron Dyck > >Webbtech > >www.webbtech.net > >================================== > > > > > > > > > > > > > >