Re: [vchkpw] How can I personalize some users in a domain ?

2006-07-03 Thread Bulent
I tried the patch as manual but I could not patch it. Because I got en error as below; make qmail-smtpd ./compile qmail-smtpd.c qmail-smtpd.c: In function `main': qmail-smtpd.c:728: warning: return type of 'main' is not `int' ./compile policy.c `head -1 conf-policy` policy.c:1264: error:

Re: [vchkpw] QMail transfer - changing Postmaster password

2006-07-03 Thread Jeremy Kitchen
On Saturday 01 July 2006 11:56, aichains wrote: they dont have to, match, but the uid's and gid's should match, unless you dont mind going through and fixing permissions... as long as they do, then you can add the --perms argument to rsync (along with other args), and it will move stuff over

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Jeremy Kitchen
On Friday 30 June 2006 12:57, Ingo Claro wrote: Jeremy: I don't know how to make that, if you provide some basic instructions I can do it. I must do that before or after the crash? Note that i am also installing a RHEL 4 U3 and have the same problems. Anything else I can test I'll be happy

Re: [vchkpw] QMail transfer - changing Postmaster password

2006-07-03 Thread Austin Jorden
Thanks Jeremy. So my plan is this: Install RedHat Enterprise Install QMail, vpopmail, vqadmin, qmailadmin and squirrelmail. Transfer vpopmail directory, and qmail directory over to new machine make sure the GID and UID's are the same Test everything out and make sure it's all working use

Re: [vchkpw] QMail transfer - changing Postmaster password

2006-07-03 Thread Jeremy Kitchen
On Monday 03 July 2006 12:09, Austin Jorden wrote: Thanks Jeremy. So my plan is this: Install RedHat Enterprise Install QMail, vpopmail, vqadmin, qmailadmin and squirrelmail. Transfer vpopmail directory, and qmail directory over to new machine using rsync make sure the GID and UID's

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Ingo Claro
Title: Ingo Claro Jeremy: ok, here is the trace, it was small: select(1, [0], NULL, NULL, {1177, 147000}) = 1 (in [0], left {1172, 868000}) read(0, "starttls\r\n", 1024) = 10 brk(0) = 0x8407000 brk(0x8428000) = 0x8428000 open("control/clientca.pem", O_RDONLY) = -1 ENOENT (No such file or

Re: [vchkpw] QMail transfer - changing Postmaster password

2006-07-03 Thread Ingo Claro
Austin Jorden escribió: OLD: /usr/qmail NEW: /var/qmail What do I do about this Jeremy? ln -s /var/qmail /usr/qmail :) - Austin Jorden - Original Message - From: Jeremy Kitchen [EMAIL PROTECTED] To: vchkpw@inter7.com Sent: Monday, July 03, 2006 2:25 PM Subject: Re:

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Ingo Claro
Title: Ingo Claro here goes the same, but for the RHEL4U3 machine: select(1, [0], NULL, NULL, {1167, 816000}) = 1 (in [0], left {1163, 91}) read(0, "starttls\r\n", 1024) = 10 brk(0) = 0x984f000 brk(0x987) = 0x984f000 mmap2(NULL, 1048576, PROT_READ|PROT_WRITE,

Re: [vchkpw] QMail transfer - changing Postmaster password

2006-07-03 Thread Austin Jorden
ln or cp ? ln -s or cp -r would work right? Would this work Jeremy? - Original Message - From: Ingo Claro [EMAIL PROTECTED] To: vchkpw@inter7.com Sent: Monday, July 03, 2006 2:40 PM Subject: Re: [vchkpw] QMail transfer - changing Postmaster password Austin Jorden escribió: OLD:

Re: [vchkpw] QMail transfer - changing Postmaster password

2006-07-03 Thread Jeremy Kitchen
On Monday 03 July 2006 12:46, Austin Jorden wrote: ln or cp ? ln -s or cp -r would work right? no, it wouldn't. qmail has the path to its binaries hardcoded into the binaries. just use /var/qmail on the new server, it won't cause any problems. -Jeremy -- Jeremy Kitchen ++ [EMAIL

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Ingo Claro
Title: Ingo Claro Jeremy: I do this for every test: 1) in vpopmail src 1.1) make clean 1.2) ./configure xx 1.3) make 1.4) make install-strip 2) in qmail src 2.1) make clean 2.2) make 2.3) qmailctl stop 2.4) make setup check 2.5) qmailctl start when I leave blank (./configure alone)