[vchkpw] qmail-pop3d and vpopmail auth problems

2004-10-22 Thread Rafael Felix Correa
Hi everyone.

Every time i try to authenticate, i get the following:

==
mail005:/usr/local/src/vpopmail-5.4.7# telnet localhost 110
Trying 127.0.0.1...
Connected to mail005.
Escape character is '^]'.
+OK [EMAIL PROTECTED]
user [EMAIL PROTECTED]
+OK
pass 123
/var/vpopmail/bin/vchkpw: error while loading shared libraries:
libnsl.so.1: failed to map segment from shared object: Cannot allocate
memory
-ERR authorization failed
Connection closed by foreign host.
mail005:/usr/local/src/vpopmail-5.4.7#
==


i'm not finding anything on internet about this problem. my
/var/qmail/supervise/qmail-pop3d/run is: 


==
#!/bin/sh
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110
/var/qmail/bin/qmail-popup \
mail005.ifxwh.com.br /var/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir 21
==



-- 
Rafael Felix Correa
Administrador de Sistemas - IFX Networks



Re: [vchkpw] qmail-pop3d and vpopmail auth problems

2004-10-22 Thread Jeremy Kitchen
On Friday 22 October 2004 04:37 pm, Rafael Felix Correa wrote:
 libnsl.so.1: failed to map segment from shared object: Cannot allocate
 memory

edit your run script.  increase the softlimit.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail
   GnuPG Key ID: 481BF7E2 ++ scriptkitchen.com/kitchen.asc


pgprwzqNaU5cn.pgp
Description: PGP signature


Re: [vchkpw] qmail-pop3d and vpopmail auth problems

2004-10-22 Thread Tom Collins
On Oct 22, 2004, at 2:37 PM, Rafael Felix Correa wrote:
==
#!/bin/sh
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110
/var/qmail/bin/qmail-popup \
mail005.ifxwh.com.br /var/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir 21
==
Increase the number after 'softlimit -m'.
--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [vchkpw] qmail-pop3d and vpopmail auth problems

2004-10-22 Thread Rafael Felix Correa
Thanks a lot, guys, it worked!!!



On Sex, 2004-10-22 at 19:47, Tom Collins wrote:
 On Oct 22, 2004, at 2:37 PM, Rafael Felix Correa wrote:
  ==
  #!/bin/sh
  exec /usr/local/bin/softlimit -m 200 \
  /usr/local/bin/tcpserver -v -R -H -l 0 0 110
  /var/qmail/bin/qmail-popup \
  mail005.ifxwh.com.br /var/vpopmail/bin/vchkpw
  /var/qmail/bin/qmail-pop3d Maildir 21
  ==
 
 Increase the number after 'softlimit -m'.
 
 --
 Tom Collins  -  [EMAIL PROTECTED]
 QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
 Info on the Sniffter hand-held Network Tester: http://sniffter.com/
 
 
-- 
Rafael Felix Correa
Administrador de Sistemas - IFX Networks