Re: [vchkpw] chkuser in my secondary MX

2007-08-29 Thread Jean Carlos Oliveira Guandalini
Thanks Tom, you save my life! :D Tom Collins escreveu: On Aug 28, 2007, at 4:33 AM, Jean Carlos Oliveira Guandalini wrote: I need run chkuser in my secondary MX server. I followed the following steps: snip but it does not function. On the backup MX, the domain should be in rcpthosts

[vchkpw] chkuser in my secondary MX

2007-08-28 Thread Jean Carlos Oliveira Guandalini
idea? Thanks PS: Sorry for my english -- Jean Carlos O. Guandalini VisãoNet Tecnologia e Telecomunicações 0800-643-5025

Re: [vchkpw] How to Split a domain into 2 machines?

2004-08-23 Thread Jean Wainer
Just out of curiosity, Rick.. On Mon, 23 Aug 2004 15:41:09 -0500 Rick Romero [EMAIL PROTECTED] wrote: On Mon, 2004-08-23 at 15:18, Bruno Negrão wrote: Hi Rick, Rick, are you currently using this? For a whole domain. Not per user. I can't get you, what you mean for a whole

Re: [vchkpw] Migrating an entire domain to a different server.

2004-07-26 Thread Jean Wainer
On Sat, 24 Jul 2004 07:59:30 +1000 Michael Bellears [EMAIL PROTECTED] wrote: Hi Jean, Jean Wainer wrote: - Copy MySQL entries for domain to new server? (This is the step I am unsure about!) Well, you can do that. Or you convert the user base to CDB on the original server (~vpopmail

Re: [vchkpw] Migrating an entire domain to a different server.

2004-07-23 Thread Jean Wainer
base to CDB on the original server (~vpopmail/bin/vconvert -m -c $domain), copy the CDB file to the other server (inside the domain dir), then run vconvert on the new server (~vpopmail/bin/vconvert -c -m $domain). I prefer this way.. :) Jean Thanks in advance. Regards, MB

Re: [vchkpw] Vpopmail 5.4.5 released

2004-06-29 Thread Jean Wainer
with the new corrected mysql patch? I was getting some no such user errors before... thanks! Jean

Re: [vchkpw] Vpopmail 5.4.5 released

2004-06-28 Thread Jean Wainer
that was causing this error? Thanks, Jean

Re: [vchkpw] Vpopmail 5.4.5 released

2004-06-28 Thread Jean Wainer
). Will that be fixed too? Or am I going to get a different error? Also, using Antonio Nati's qmail-smtpd-chkusr patch (as in http://www.interazioni.it/qmail/qmail-smtpd-chkusr-10.html), what will be the effect with the new corrected mysql patch? I was getting some no such user errors before... thanks! Jean

[vchkpw] [OT?] Courier-imap compile without pop3d

2004-06-18 Thread Jean Wainer
I dont know if this is the right list to ask.. But is it possible to compile courier-imap without support for tls, ssl and pop3? I just need it to interface with Squirrelmail on the local machine.. thanks in advance, --Jw.

[vchkpw] [OT?] dovecot-imap

2004-06-14 Thread Jean Wainer
Has anyone used dovecot-imap with vpopmail? I'm trying it on my home setup, with vpopmail 5.4.3, Maildir mailboxes, and squirrelmail. Has anyone had any experiencies with dovecot imap on such setup? Would you share them? :) Thanks, --Jw.

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Jean Wainer
On Sat, 29 May 2004 00:32:58 +0200 Patrick Donker [EMAIL PROTECTED] wrote: Guys, I use qmail + vpopmail + courier-imapd + squirrelmail. My question is; what would be the easiest way to inplement a change-password option in Squirrel? I have found a plugin, but that is based on pam, which

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Jean Wainer
On Mon, 31 May 2004 14:49:17 +0200 Patrick Donker [EMAIL PROTECTED] wrote: There's a vpopmail plugin for squirrelmail. The only catch is that you have to run apache as vpopmail user. --Jw. Really? Is it on the squirrel site? Looked there already, didnt see it..

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Jean Wainer
On Mon, 31 May 2004 09:30:24 -0400 X-Istence [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean Wainer wrote: snip There's a vpopmail plugin for squirrelmail. The only catch is that you have to run apache as vpopmail user. Thus giving anyone that has web

Re: [vchkpw] Re: passwords

2004-05-25 Thread Jean Wainer
Is it possible to convert all old passwords from the old format (MD5-disabled crypt()) to the new format? If you have plain passwords enabled: yes. (..) Unfortunately this isn't my case. :( I guess it's not possible then, right? thanks, --Jw. If the probability of success is not almost

[vchkpw] passwords

2004-05-24 Thread Jean Wainer
Hi, My boss recently noticed something I didnt: vpopmail (noticed on qmailadmin and squirrelmail using courier-imap) accepts passwords with garbage at the end. Lets say, my password is secret. If I type secretJSDSDALSDKJFLASF, qmailadmin will accept it as a valid password. It doesnt accept

Re: [vchkpw] Re: passwords

2004-05-24 Thread Jean Wainer
Please create a test account with password 'password', test this account and if it is authenticated with garbage at the end please post the encrypted password from 'vpasswd' of this account. It didnt. I assume your installation does not use MD5 routines in 'crypt()' function, and therefore

[vchkpw] vpopmail with SA

2004-02-05 Thread Jean
Hi, I just installed SpamAssassin in my vpopmail installation, with maildrop. The thing is that the sample script (provided everywhere, including SA distribution), uses the following command lines to get the users home dir: VHOME=`/var/vpopmail/pop/bin/vuserinfo -d [EMAIL PROTECTED] First, the

Re: [vchkpw] vpopmail with SA

2004-02-05 Thread Jean
From: Jeremy Kitchen [EMAIL PROTECTED] $EXT should only give you 'systest' [EMAIL PROTECTED]:~$ cat .qmail-test |echo $EXT testfile [EMAIL PROTECTED]:~$ echo hi | mailsubj test kitchen-test | qmail-inject [EMAIL PROTECTED]:~$ cat testfile test Hm, that's right, I just changed it back to

[vchkpw] customizing mysql table

2003-11-12 Thread jean wainer
Hi, I have a existing qmail installation (with custom webmail in php) which was already bought with some generic japanese mysql-auth patch in a undocumented setup. I'm currently rebuilding the server, and looking to use vpopmail instead of the old setup. I want to migrate the old database to the

Re: [vchkpw] customizing mysql table

2003-11-12 Thread jean
I would think that recoding a PHP script would be easier to do than editing source files for vpopmail, as with the next upgrade your vpopmail will overwrite the changes you made. So i would personally suggest, change the php script. I guess it might be the only way. I didnt want to do it

[vchkpw] vpopmail+courier IMAP

2003-10-29 Thread jean wainer
I have vpopmail installed, as well as qmailadmin and sqwebmail and everything seems to be OK. When I try to install courier-imap I get the following error after make: Compiling modauthvchkpw.c gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthv chkpw.o libauthmod.a

[vchkpw] virtual users

2003-10-17 Thread jean wainer
Is it possible to user vpopmail for managing ONLY virtual users for my domain? I dont want to use virtual domains, all the 50k users will be on the same domain, and I dont want to make them type anything but their username. My intentions is to make a webmail+pop system for 50k users. Thanks in

Re: [vchkpw] virtual users

2003-10-17 Thread jean wainer
.. :) thanks Jw - Original Message - From: Richard Rawlings :: Pulse8 :: [EMAIL PROTECTED] To: 'jean wainer' [EMAIL PROTECTED] Sent: Friday, October 17, 2003 12:25 PM Subject: RE: [vchkpw] virtual users I didn't mention...that config is for sqwebmail. If you choose to use

Re: [vchkpw] virtual users

2003-10-17 Thread jean wainer
I used sqwebmail for a few years, always hoping it would mature into a decent package. The technical abilities of sqwebmail are great, but the interface is ugly and difficult for my end-users. I recently bit the bullet, installed an IMAP server and went with SquirrelMail. Happier users,