RE: [vchkpw] Setting up the POP3 Daemon and memory allocation problem

2003-11-24 Thread Remo Mattei
Why r u using the qmail-pop instead of courier? Most people will do
courier-imap which does contain pop server as well and works beautifully
with vpopmail. 


Remo Mattei
Network Security Engineer
cell 801-209-8554
email [EMAIL PROTECTED]

-Original Message-
From: Ron Dyck [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 24, 2003 7:44 AM
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/vpopmail-mysql.htm#pop3tips

Here's my script:
#!/bin/sh
exec /usr/local/bin/softlimit -m 300 \
/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 21

I've even tried bumping the softlimit to 600 with no success.

Any help would be appreciated.

ron

==
Ron Dyck
Webbtech
www.webbtech.net
==







RE: [vchkpw] Setting up the POP3 Daemon and memory allocation problem

2003-11-24 Thread Shane Chrisp
Try pushing your softlimit up a lot higher than that, give 2000 a try
or take the softlimit off and see if your problem goes away.

Shane

-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/vpopmail-mysql.htm#pop3tips

Here's my script:
#!/bin/sh
exec /usr/local/bin/softlimit -m 300 \
/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 21

I've even tried bumping the softlimit to 600 with no success.

Any help would be appreciated.

ron

==
Ron Dyck
Webbtech
www.webbtech.net
==









Re: [vchkpw] Setting up the POP3 Daemon and memory allocation problem

2003-11-24 Thread Ron Dyck
 Try pushing your softlimit up a lot higher than that, give 2000 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/vpopmail-mysql.htm#pop3tips
 
 Here's my script:
 #!/bin/sh
 exec /usr/local/bin/softlimit -m 300 \
 /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 21
 
 I've even tried bumping the softlimit to 600 with no success.
 
 Any help would be appreciated.
 
 ron
 
 ==
 Ron Dyck
 Webbtech
 www.webbtech.net
 ==