[vchkpw] Newbie - vpopmail: ERR authorization failed

2006-02-07 Thread 褚永锋
After install Qmail 1.3 is OK, using system account is very good (send receive), I continue installing vpopmail. I do: # groupadd -g 89 vchkpw # useradd -g vchkpw -u 89 vpopmail # mkdir -p /home/vpopmail # chown vpopmail.vchkpw /home/vpopmail # cd /usr/local/src/vpopmail-5.4.0 # ./configure #

Re: [vchkpw] Newbie - vpopmail: ERR authorization failed

2006-02-07 Thread Cristiano Deana
2006/2/7, 褚永锋 [EMAIL PROTECTED]: #!/bin/sh exec /usr/local/bin/softlimit -m 200 \ It seems you have your pop3d running with wrong user: # ps aux | grep pop3 and # ls -l ~vpopmail/domains/test.com/vpasswd* -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/

Re: [vchkpw] Newbie - vpopmail: ERR authorization failed

2006-02-07 Thread Tom Collins
On Feb 7, 2006, at 12:25 AM, 褚永锋 wrote: exec /usr/local/bin/softlimit -m 200 \ /usr/local/bin/tcpserver -v -R -H -l 0 0 110 \ For starters, try a higher softlimit (like 1000). You should also include the user and group to run as (add -u89 -g89 to your tcpserver parameters) -- Tom

Re: [vchkpw] Newbie - vpopmail: ERR authorization failed

2006-02-07 Thread Jeremy Kitchen
On Tuesday 07 February 2006 09:39, Tom Collins wrote: On Feb 7, 2006, at 12:25 AM, 褚永锋 wrote: exec /usr/local/bin/softlimit -m 200 \ /usr/local/bin/tcpserver -v -R -H -l 0 0 110 \ For starters, try a higher softlimit (like 1000). You should also include the user and group to run