|
"Cannot allocate memory"
means you have to increase 2000000 in line
exec /usr/local/bin/softlimit -m 2000000 \
to
15000000, for instance.
--- Zdravko Stoychev System
Administrator MPS Ltd. +359 (0) 2 971-2324
[EMAIL PROTECTED] Icq 11693613
May your glass
always be full and your life never empty!
Hello my /var/log/qmail/pop3 log are as under
below
@4000000041ab423c361f00dc
/var/qmail/bin/auth_pop: error while loading shared libraries:
libsasl2 .so.2: failed to map segment from shared object: Cannot allocate
memory @4000000041ab423c362824b4 tcpserver: end 25799 status
256 @4000000041ab423c36283454 tcpserver: status:
0/40 @4000000041ab423e36f04afc tcpserver: status:
1/40 @4000000041ab423e36f6945c tcpserver: pid 25820 from
203.163.129.68 @4000000041ab423e36f7868c tcpserver: ok 25820
0:203.163.129.68:110 :203.163.129.68::1471 @4000000041ab424639b02a64
/var/qmail/bin/auth_pop: error while loading shared libraries:
libsasl2 .so.2: failed to map segment from shared object: Cannot allocate
memory @4000000041ab424639b95224 tcpserver: end 25820 status
256 @4000000041ab424639b961c4 tcpserver: status:
0/40 @4000000041ab42640f450114 tcpserver: status: 0/40
----- Original Message -----
Sent: Monday, November 29, 2004 8:46 PM
Subject: RE: qmail-pop3d authentication for LDAP user
Your qmail not
connect to ldap or your user has duplicate in ldap database.
Gennady.
From: NOC,GNFC [mailto:[EMAIL PROTECTED]
Sent: Monday, November 29,
2004 6:14 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: qmail-pop3d authentication for
LDAP user
I have installed Openldap,qmail
with qmail-ldap patch. But my qmail-pop3d could not authenticate the ldap
user.
It shows the below
message.
==========================================
Escape character is '^]'. +OK
<[EMAIL PROTECTED]> user
spd11 +OK pass suhag -ERR temporary error Connection closed by
foreign host.
=============================================
My pop3 run file is as
below
=============================================================
#!/bin/sh exec
/usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup
\ test.gnfcinfotower.com
/var/qmail/bin/auth_pop /var/qmail/bin/qmail-pop3d Maildir
2>&1
=================================================================
I can get the mail (by echo)
locallly on system i.e in ldapuser's maildir.
|