On Mon, Nov 29, 2004 at 08:44:27PM +0530, NOC,GNFC wrote: > Hi, > > 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. >
I don't think auth_pop will run with 2MB total memory. The OpenLDAP libraries are fat especiallly if compiled with many options like tls, sasl etc. -- :wq Claudio
