[vchkpw] pop3 error

2005-03-11 Thread Dan D
ok, i just installed vpopmail and everything seems to be working with imap fine, but i am getting this error when trying to check via pop3 +OK [EMAIL PROTECTED] user dan +OK pass mypass vchkpw-pop3: vchkpw is only for talking with qmail-popup and qmail-pop3d. It is not for runnning on the

Re: [vchkpw] pop3 error

2005-03-11 Thread Dan D
Dan D wrote: ok, i just installed vpopmail and everything seems to be working with imap fine, but i am getting this error when trying to check via pop3 +OK [EMAIL PROTECTED] user dan +OK pass mypass vchkpw-pop3: vchkpw is only for talking with qmail-popup and qmail-pop3d. It is not for runnning

Re: [vchkpw] cvs devel version problems

2005-03-11 Thread Rick Widmer
I have updated HEAD in cvs to include everything that has been changed in 5.4 as of last night. There wasn't very much, but there were bug fixes, and some improved documentation. Ken Jones wrote: That would be great if you could check it out. I don't get a segfault here. I've tried with 8

Re: [vchkpw] pop3 error

2005-03-11 Thread Tom Collins
On Mar 11, 2005, at 12:32 AM, Dan D wrote: #!/bin/sh exec/usr/local/bin/softlimit -m 200 \ /usr/local/bin/envdir /etc/relay-ctrl \ /usr/local/bin/relay-ctrl-chdir \ /usr/local/bin/tcpserver -v -R -H -l 0 0 110 \ /var/qmail/bin/qmail-popup \ idelaney.net \

[vchkpw] Transfering from Old to New Server

2005-03-11 Thread Blake
Hello everyone, I am running qmail with vpopmail. I Also use vqadmin. I need to know what I need to copy over to a new server so that it will be able to authenticate all user accounts and have thier email exactly the same as it was. Vpopmail is also using a mysql database. So far I have been

Re: [vchkpw] Transfering from Old to New Server

2005-03-11 Thread Juan Enciso Condeña
Hi Blacke. You should make to script to change the passwords. I things that the problem is in the mysql crypt, I am not sure, but a script solved my problem when I migrated my server. It should read the pw_clear_passwd and pw_name of table domains and run this command: vpasswd $user $password

Re: [vchkpw] Transfering from Old to New Server

2005-03-11 Thread Tom Collins
On Mar 11, 2005, at 7:55 AM, Blake wrote: The only thing that I am missing - none of the users are able to authenticate!!! Very frustrating. Here are the details: from qmail copied /var/qmail/alias and control and users. I also copied /home/vpopmail/domains over to the new server. As I mention

Re: [vchkpw] listing over-quota users

2005-03-11 Thread green-vpopmail
what I have set up might be a little different from you have, but take a look at this: # ls -al total 26

Re: [vchkpw] Transfering from Old to New Server

2005-03-11 Thread Blake
Tom Collins wrote: On Mar 11, 2005, at 7:55 AM, Blake wrote: The only thing that I am missing - none of the users are able to authenticate!!! Very frustrating. Here are the details: from qmail copied /var/qmail/alias and control and users. I also copied /home/vpopmail/domains over to the new

Re: [vchkpw] Transfering from Old to New Server

2005-03-11 Thread Blake
Blake wrote: Tom Collins wrote: On Mar 11, 2005, at 7:55 AM, Blake wrote: The only thing that I am missing - none of the users are able to authenticate!!! Very frustrating. Here are the details: from qmail copied /var/qmail/alias and control and users. I also copied /home/vpopmail/domains over

Re: [vchkpw] listing over-quota users

2005-03-11 Thread Charles Sprickman
On Fri, 11 Mar 2005 [EMAIL PROTECTED] wrote: this is a listing of a sample Maildir directory on my server. it has all these files and directories that have to do with courier IMAP. while they don't take much in some cases, sometimes they can take a couple of percent from the overall quota. in

Re: [vchkpw] Transfering from Old to New Server

2005-03-11 Thread Tom Collins
On Mar 11, 2005, at 12:57 PM, Blake wrote: I also got this error from qmailadmin: file permission error /home/vpopmail/domains/cccwireless.net/postmaster/Maildir/ 1110573912.qw does that make more since? No, but it makes more sense. qmailadmin needs to be owned by vpopmail:vchkpw and have the

Re: [vchkpw] Transfering from Old to New Server

2005-03-11 Thread Blake
Tom Collins wrote: On Mar 11, 2005, at 12:57 PM, Blake wrote: I also got this error from qmailadmin: file permission error /home/vpopmail/domains/cccwireless.net/postmaster/Maildir/ 1110573912.qw does that make more since? No, but it makes more sense. qmailadmin needs to be owned by

Re: [vchkpw] listing over-quota users

2005-03-11 Thread green-vpopmail
but wait, there is more!. :) in squirrelmail try moving a big email from inbox to some folder. open that folder and delete the email. quota usage won't change as it should. effectively, deletion from any folder other than INBOX will not change quota usage. there is plenty of inconsistencies

Re: [vchkpw] pop3 error

2005-03-11 Thread Dan Delaney
I replaced checkpassword, and it worked pertectly for virtual domains, but was getting an auth error for real users. i took a stab and looked at compile options and recompiled with: ./configure --enable-roaming-users=y --enable-valias=y --enable-passwd [adding the /etc/passwd checking] now it

Re: [vchkpw] Can't do setuid - solved = Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/

2005-03-11 Thread Ronald Wiplinger
Stefan Mühlemann wrote: Hi, on my machine this message occured because suidperl had the wrong rights. Just do a chmod 4755 on /usr/bin/suidperl. Stefan, thanks, it helped to get rid of this error, however /var/log/qmail/send/current |tai64nlocal shows for a test message: 2005-03-10

[vchkpw] mysql int and C's int limit

2005-03-11 Thread ceg ryan
I find the maximum quota I could set is 2GB. Exactly, the Mysql int and C's int limits at the same size. Is it be possible to increase the limit ? could I simply change the quota's type to bigint and the int to unsiged long int to solve it ?