[vchkpw] Re: How to change the password with SQL command?

2002-10-26 Thread Peter Palmreuther
Hello Jason, On Friday, October 25, 2002 at 10:02:53 PM Jason wrote: > On Friday, October 11, 2002 at 10:38:04 AM Peter wrote: >> ENCRYPT("",CONCAT("$1$",SUBSTRING(MD5(""), \ >> ROUND(RAND()*10),5),"0")) > It appears that passing RAND() with no arguments to the pw_passwd field > breaks my

[vchkpw] vpopmail & qmail

2002-10-26 Thread Joeffrey Betita
Hi Peter i inserted this on my inetd.conf pop3 stream tcp nowait root \ /var/qmail/bin/qmail/qmail-popup \ qmail-popup mail.stilen.com \ /home/vpopmail/bin/vchkpw \ /var/qmail/bin/qmail-pop3d \ Maildir after restarting the inetd service. this error message came up. Oct 26 16:35:39 gw inetd[169

[vchkpw] Need Help for Vpopmail-5.3.11

2002-10-26 Thread administrator
Hi There! I want to install Inter7's Vpopmail-5.3.11 software for virtual hosting. question that i want to ask that do i need to patch qmail with Bill Shupp's (Large Qmai Patch) qmail-toaster-0.4.2.patch, coz on the web site it's been recomended for vpopmail-5.3.6. So what about vpopmail-5.3

[vchkpw]

2002-10-26 Thread Michael Christie
Hi there,   For some time now I have been trying to get this toaster to work , I have installed all that is needed , but when I try to add a domain I get this   ./vadddomain example.comPlease enter password for postmaster: 1234enter password again: 1234could not connect to mysql update ser

RE: [vchkpw]

2002-10-26 Thread John Johnson
Title: Message You have it seutp for mysql and don't have the mysql settings correct. the mysql settings are in vmysql.h  you need to edit with the user and password you want to use.. Example user vpopmail password vpopmail you will have to recompile after fixing vmysql.h   mysql -uroot -p

Re: [vchkpw]

2002-10-26 Thread H. D. Lee
On 2002.10.26_23:45:42_+, Michael Christie wrote: > Hi there, > Hi Michael, > For some time now I have been trying to get this toaster to work , I have installed >all that is needed , but when I try to add a domain I get this > > ./vadddomain example.com > Please enter password for postmas

Re: [vchkpw] Re: How to change the password with SQL command?

2002-10-26 Thread Jason Smith
Peter, a query such as the one below: update your_domain_com set pw_passwd = ENCRYPT("anyvaluehere",CONCAT("$1 $",SUBSTRING(MD5("anyvaluehere"),ROUND(RAND()*10),5),"0")) where pw_name='your_name_here' This does produce an encrypted entry that can be authenticated against, but when replicating

Re: [vchkpw] Re: How to change the password with SQL command?

2002-10-26 Thread Federico Voges
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm pretty sure you're generating this query from some script/program. So, why don't you generate the random number in it?? That way, you shouldn't have any problems with replication. Just my $0.02. Bye! On 26 Oct 2002 18:54:20 -, Jason Smi

[vchkpw] Re: How to change the password with SQL command?

2002-10-26 Thread Peter Palmreuther
Hello Jason, On Saturday, October 26, 2002 at 8:54:20 PM you wrote: >>> It appears that passing RAND() with no arguments to the pw_passwd field >>> breaks mysql replication. >> 1.) Anybody who can verify this? I don't run vpopmail on MySQL for >> myself, so I can'T tell anything about this r

Re: [vchkpw] no solution that problem

2002-10-26 Thread David Phillips
zafar writes: > i have a problem in using qmail. > i want that qmail generate the auto mail to the respected user when > the date come like birthday event come a happy birthday mail will be > sent on that date. > so how can i do it with qmail or anyother way. This isn't a qmail problem. Nor is i

[vchkpw] IP-based vhosting

2002-10-26 Thread Brandon Ramirez
Yesterday I moved 2 of my virtual hosts to their own IP addresses. Since my version of vpopmail was at least 6 months out of date, I upgraded it and compiled in support for IP-based vhosting. I have reverse DNS setup correctly locally (isp won't let me configure it Internet-wide). But it won't let

[vchkpw] vpopmail 5.2.1

2002-10-26 Thread escher
Hi, I'm sorry, maybe this is a faq but I can't find the response of my problem. I installed qmail and other from apt tools, no for vpopmail. I compiled it. Now, I added one virtualdomain and user and I have found 2 directories domains, first under /home/vpopmail, second under /var and my user an

Re: [vchkpw]

2002-10-26 Thread Michael Bowe
Hi Michael   I have a basic vpopmail w/mysql guide at http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm Maybe the info there will help you sort out your problem..   Michael. - Original Message - From: Michael Christie To: [EMAIL PROTECTED] Sent: Sunday, Octo

Re: [vchkpw] IP-based vhosting

2002-10-26 Thread Brandon Ramirez
Courier-imap (as of today, latest version) is the pop server. I am using Ximian Evolution as my client. - Brandon Ramirez On Sat, 2002-10-26 at 20:14, Rick Macdougall wrote: > Hi, > > What are you using as your pop client? Courier-imap or qmail-pop3d? > > Regards, > > Rick > > - Original

[vchkpw] autorespond

2002-10-26 Thread Michael Christie
Hi all ,   Thank you all for the response I got from you last time , your input helped . As you might have worked out I am new to vpopmail.  I am having the following config error when I do a "make" on autorespond  I have read the man page I did not think I needed to change any thing in the