Re: [vchkpw] quota problem

2005-08-11 Thread Tom Collins
On Aug 5, 2005, at 12:14 PM, Riccardo Bini wrote: I have vpopmail 5.4.10, /home dir in nfs and quota enabled Each virtual domain has a user (vadddomain -u user domain.com) and the users has a system quota (filesystem quota). Well, when a user is over quota the emails are delivered with size 0.

[vchkpw] POP not working.. am at a loss

2005-08-11 Thread Wouter van der Schagt
Good afternoon, I have the following problem I am runing Qmail + VPopmail On Debian Sarge with kernel 2.4.27 When I do "telnet localhost 110" I get a prompt, but when I enter a correct username / password combination, i get: USER username OK PASS password Connection closed by foreign

Re: [vchkpw] POP not working.. am at a loss

2005-08-11 Thread Rick Macdougall
Wouter van der Schagt wrote: Good afternoon, I have the following problem I am runing Qmail + VPopmail On Debian Sarge with kernel 2.4.27 When I do telnet localhost 110 I get a prompt, but when I enter a correct username / password combination, i get: USER username OK PASS password

Re: [vchkpw] POP not working.. am at a loss

2005-08-11 Thread Wouter van der Schagt
I added a 0, making it 40mb for a softlimit, unfortunately it didn't make a difference. Removing it completely also didnt make a difference. I can execute other vpopmail commands, they wont return any error message so i know the database connection is working properly. - Original Message

Re: [vchkpw] POP not working.. am at a loss

2005-08-11 Thread Rick Macdougall
Wouter van der Schagt wrote: I added a 0, making it 40mb for a softlimit, unfortunately it didn't make a difference. Removing it completely also didnt make a difference. I can execute other vpopmail commands, they wont return any error message so i know the database connection is working

Re: [vchkpw] POP not working.. am at a loss

2005-08-11 Thread Wouter van der Schagt
I changed /service/qmail-pop3d/run to: #!/bin/sh exec /usr/local/bin/softlimit -m 4000 \ /usr/local/bin/tcpserver -v -R -H -l 0 0 110 \ recordio \ /usr/local/bin/recordio /var/qmail/bin/qmail-popup \ `hostname` /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d

Re: [vchkpw] POP not working.. am at a loss

2005-08-11 Thread Rick Macdougall
Wouter van der Schagt wrote: I changed /service/qmail-pop3d/run to: #!/bin/sh exec /usr/local/bin/softlimit -m 4000 \ /usr/local/bin/tcpserver -v -R -H -l 0 0 110 \ recordio \ /usr/local/bin/recordio /var/qmail/bin/qmail-popup \ `hostname` /home/vpopmail/bin/vchkpw

Re: [vchkpw] POP not working.. am at a loss

2005-08-11 Thread Wouter van der Schagt
I noticed it also, it was a mistake, a changed the run file, and ran the trace the recordio log is: 400042fb8f491ec572f4 6402 +OK 400042fb8f5413c04c1c 6402 pass test @400042fb8f541557208c tcpserver: end 6402 status 256 @400042fb8f5415573414 tcpserver: status: 0/40

[vchkpw] Re: POP not working.. am at a loss

2005-08-11 Thread Peter Palmreuther
Hello Wouter, Remove the 'recordio' calls, they won't tell you anything you wouldn't see in 'telnet' also. Open a telnet to port 110, use 'ps' to figure the PID of 'qmail-popup' you're connected to and execute strace -fFtTo /tmp/qmail-popup.log -s 128 -p $PID Than try to log in. The log you

Re: [vchkpw] Re: POP not working.. am at a loss

2005-08-11 Thread Wouter van der Schagt
Thanks for the command of the strace utility, below is the output (a bit long, sorry for the long paste): 6682 20:33:32 select(1, [0], NULL, NULL, {1043, 8}) = 1 (in [0], left {1036, 20}) 6.876661 6682 20:33:39 read(0, user [EMAIL PROTECTED], 128) = 30 0.53 6682 20:33:39 select(2,

Re: [vchkpw] Re: POP not working.. am at a loss

2005-08-11 Thread Wouter van der Schagt
The problems was a compiled qmail-pop3d+vpopmail.c.diff patch I found it by comparing the strace output of the test server and the production server and noticing a systemcall to getpid which wasn't happening on the production server. I grepped for it in the sources of qmail and noticed a patch

[vchkpw] chkuser installation

2005-08-11 Thread Pedro
Hi, I am trying to install chkuser 8.0b on a already patched qmail source. I did all the changes manually and followed the help file strictly. when I execute make I get the following error: # make ./load qmail-smtpd chkuser.o dns.o rcpthosts.o commands.o

RE: [vchkpw] chkuser installation

2005-08-11 Thread Ruben Cardenal
Hi, cc: : No such file or directory Your gcc installation seems to be unexistent or broken. Regards, - Ruben