[vchkpw] cvs devel version problems

2005-03-10 Thread Ken Jones
I downloaded the current cvs (devel version) and I get a seg fault when adding a new domain. Looks like it dies in a new function extract_domain(). Does anyone know the status of the devel version? I'd like to get it cleaned up and working again. Ken Jones

Re: [vchkpw] Can't do setuid

2005-03-10 Thread Jeremy Kitchen
On Wednesday 09 March 2005 09:56 pm, Ronald Wiplinger wrote: (Sorry, I could not figure it out by myself) It is my first time I try to install qmail and vpopmail on one system. I cannot send an email to this domain. How can I fix it? I used Franks setup script, ... this is the first time

Re: [vchkpw] listing over-quota users

2005-03-10 Thread Rainer Duffner
Charles J. Boening wrote: How about this? snip filename='/home/vpopmail/bin/overquota.sh' #!/bin/sh for i in `/home/vpopmail/bin/vpopbull -n -V`; do echo `/home/vpopmail/bin/vuserinfo -Q $i` $i done /snip Called like this /home/vpopmail/bin/overquota.sh | grep 100% | mail -s Overquota

[vchkpw] Error Compiling on HP-UX

2005-03-10 Thread Juan Enciso Condeña
Hi list. I'm having problems when compile vpopmail-5.4.9 on HP-UX My configure options are: $ ./configure --enable-roaming-users --enable-relay-clear-minutes=40 --enable-learn-passwords --enable-ip-alias-domains --enable-incdir=/usr/lo cal/mysql/include/mysql

Re: [vchkpw] cvs devel version problems

2005-03-10 Thread Rick Widmer
Ken Jones wrote: I downloaded the current cvs (devel version) and I get a seg fault when adding a new domain. Looks like it dies in a new function extract_domain(). Does anyone know the status of the devel version? I'd like to get it cleaned up and working again. That sounds like my function.

Re: [vchkpw] cvs devel version problems

2005-03-10 Thread Ken Jones
On Thursday 10 March 2005 3:45 pm, Rick Widmer wrote: Ken Jones wrote: I downloaded the current cvs (devel version) and I get a seg fault when adding a new domain. Looks like it dies in a new function extract_domain(). Does anyone know the status of the devel version? I'd like to get

RE: [vchkpw] listing over-quota users

2005-03-10 Thread Charles J. Boening
How about the following the following command here | grep -v ^[0-9]% Should work. Charlie -Original Message- From: Rainer Duffner [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 11:56 AM To: vchkpw@inter7.com Subject: Re: [vchkpw] listing over-quota users Charles

Re: [vchkpw] listing over-quota users

2005-03-10 Thread Charles Sprickman
On Wed, 9 Mar 2005 [EMAIL PROTECTED] wrote: this method is of course fast and dirty, but it might not work for everyone out there. the best aproach is to write a perl script that runs queries on a database, gets path to a user's mailbox on the server, uses File::Find to include only files in

Re: [vchkpw] listing over-quota users

2005-03-10 Thread Rainer Duffner
Charles J. Boening wrote: How about the following the following command here | grep -v ^[0-9]% Should work. Yup. I always get confused where I have to set the quotes... Thanks. Rainer -- === ~ Rainer Duffner - [EMAIL PROTECTED] ~ ~

[vchkpw] Moving old Email after Upgrading

2005-03-10 Thread gccrowd
Ok. I posted once and haven't gotten a reply. Does anyone know to move the old email and folders after an upgrade is performed. The old structure was /home/vpopmail/users/user/Maildir but with adding domains, the structure is /home/vpopmail/domains/users/user/Maildr. I figured tarring up the

Re: [vchkpw] Moving old Email after Upgrading

2005-03-10 Thread Bill Wichers
The old structure was /home/vpopmail/users/user/Maildir but with adding domains, the structure is /home/vpopmail/domains/users/user/Maildr. You could make a symlink into the old directory structure from the new... It's not an ideal way, but it will buy you some time until you want to rearrange

Re: [vchkpw] Error Compiling on HP-UX

2005-03-10 Thread Tom Collins
On Mar 10, 2005, at 3:32 PM, Juan Enciso Condeña wrote: gcc -g -O2 -Wall -o vdelivermail vdelivermail.o maildirquota.o libvpopmail.a -L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lm -lcrypt /usr/ccs/bin/ld: Duplicate symbol valias_select_all_next in files libvpopmail.a(vauth.o) and

Re: [vchkpw] Moving old Email after Upgrading

2005-03-10 Thread John Stile
On Thu, 2005-03-10 at 19:56 -0700, [EMAIL PROTECTED] wrote: Ok. I posted once and haven't gotten a reply. Does anyone know to move the old email and folders after an upgrade is performed. The old structure was /home/vpopmail/users/user/Maildir but with adding domains, the structure is