Re: mysql+vpopmail+checkingmail

2001-03-17 Thread Theircop
In a message dated 3/17/2001 4:51:26 PM Eastern Standard Time, [EMAIL PROTECTED] writes: << Also do not edit your rcpthosts file or delete it. Let the vpopmail vaddomain/vdeldomain programs update it for you. >> Well, i need to send email to an address on aol.com, and editing it was the only

Re: mysql+vpopmail+checkingmail

2001-03-17 Thread Ken Jones
[EMAIL PROTECTED] wrote: > > /usr/local/bin/tcpserver 0 pop-3 > /qmail/bin/qmail-popup 75megs.com \ > /qmail/vpopmail/bin/vchkpw /qmail/bin/qmail-pop3d Maildir & > > I got that line in my startup info > > Also I ran into two other problems, > 1. When I send mail it dosent check passwords. Isen

Re: mysql+vpopmail+checkingmail

2001-03-17 Thread Theircop
/usr/local/bin/tcpserver 0 pop-3 /qmail/bin/qmail-popup 75megs.com \ /qmail/vpopmail/bin/vchkpw /qmail/bin/qmail-pop3d Maildir & I got that line in my startup info Also I ran into two other problems, 1. When I send mail it dosent check passwords. Isent that bad? 2. How do i make it so that i ca

Re: mysql+vpopmail+checkingmail

2001-03-17 Thread Sumith Ail
> I got vpopmail and mysql to work togeather, it rights to the database and > all. But its not accepting my password, i try my login with the @domain.com > at the end, and nothing works, i know I have it right, I run linux, newest > vpopmail and mysql. Anyone have similar probs. I also connect f

Re: mysql + vpopmail problem

2001-03-15 Thread Theircop
Thank you all that helped, adding it into ld.so.conf did it. I appreciate all of your help.

Re: mysql + vpopmail problem

2001-03-15 Thread Ken Jones
[EMAIL PROTECTED] wrote: > > ok, sorry, I use RH 7.0, the newest stable version of mysql, I use vpopmail 4.9.9 I >also tried with 4.9.8 > > I get this error > /qmail/vpopmail/bin/vadddomain: error while loading shared libraries: >libmysqlclient.so.10: cannot open shared object file: No such fi

RE: mysql + vpopmail problem

2001-03-14 Thread Dan Phoenix
TED] > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: RE: mysql + vpopmail problem > > ok, sorry, I use RH 7.0, the newest stable version of mysql, I use vpopmail 4.9.9 I >also tried with 4.9.8 > > I get this error > /qmail/vpopmail/bin/vadddomain: error while loading shar

RE: mysql + vpopmail problem

2001-03-14 Thread Theircop
ok, sorry, I use RH 7.0, the newest stable version of mysql, I use vpopmail 4.9.9 I also tried with 4.9.8 I get this error /qmail/vpopmail/bin/vadddomain: error while loading shared libraries: libmysqlclient.so.10: cannot open shared object file: No such file or directory /configure --prefix=/

RE: mysql + vpopmail problem

2001-03-13 Thread Joe Modjeski
ingle user mode using 'ed' to fix the mistake. Big Pain :( Joe -Original Message- From: Dan Phoenix [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 6:08 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: mysql + vpopmail problem you have

Re: mysql + vpopmail problem

2001-03-13 Thread Dan Phoenix
: > Date: Tue, 13 Mar 2001 20:07:47 EST > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: mysql + vpopmail problem > > im a little lost from that, all i know is that in that long funny looking directory > /usr/local/

Re: mysql + vpopmail problem

2001-03-13 Thread Theircop
im a little lost from that, all i know is that in that long funny looking directory /usr/local/mysql/lib/mysql is the file libmysqlclient.so.10 and when I run vadddomain, I get that error saying it cant find it.

Re: mysql + vpopmail problem

2001-03-13 Thread Dan Phoenix
:13 EST > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: mysql + vpopmail problem > > I checked that, and its set to it > > host_alias = LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql/libmysqlclient.so.10 > host_triplet = LD_LIBRARY_P

Re: mysql + vpopmail problem

2001-03-13 Thread Theircop
I checked that, and its set to it host_alias = LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql/libmysqlclient.so.10 host_triplet = LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql/libmysqlclient.so.10 But I still get /qmail/vpopmail/bin/vadddomain: error while loading shared libraries: libmysqlclient.so.1

Re: mysql + vpopmail problem

2001-03-11 Thread Dushyanth Harinath
Hello, set the LD_LIBRARY_PATH=/path/to/libmysqlclient.so.10 best regards dushyanth > When i do ./configure --prefix=/qmail/vpopmail --enable-sqwebmail-pass=y > --enable-mysql=y --enable-sqlincdir=/usr/local/mysql/include/mysql > --enable-sqllibdir=/usr/local/mysql/lib/mysql/lib --enable-qmail

Re: mysql + vpopmail problem

2001-03-10 Thread Dan Phoenix
i know which is crazy.alot of time people are putting them in /usr/local/mysql/lib On Sat, 10 Mar 2001 [EMAIL PROTECTED] wrote: > Date: Sat, 10 Mar 2001 21:34:33 EST > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: mysql + vpopmail problem > > In a

Re: mysql + vpopmail problem

2001-03-10 Thread Theircop
In a message dated 3/10/2001 9:22:00 PM Eastern Standard Time, [EMAIL PROTECTED] writes: << [EMAIL PROTECTED] >> Well, it works now without those options because i made symbolic links, it looks in /usr/local/include/mysql and /usr/local/lib/mysql and i did those two configure options before, a

Re: mysql + vpopmail problem

2001-03-10 Thread Kris von Mach
Are you running linux? I think it should be just --enable-sqllibdir=/usr/local/mysql/lib/mysql I had tons of problems getting vpopmail to work with mysql on linux too, but I did get it to run eventually :P Though that was a long time ago, now I run on FreeBSD and everything works really great.

Re: mysql+vpopmail question

2001-01-26 Thread buddy
Hi Tamer, use vpasswd to change the users password. also make sure that you set the skip-networking option in /etc/mysql/my.cnf. This way you make sure that mysql will not listen for external login attempts. kind regards Juergen Hoffmann You wrote: > Daniel Hardaker writes: > >> Is it possi

RE: mysql+vpopmail question

2001-01-25 Thread Joe Modjeski
mysql manual here: http://www.mysql.com/doc/M/i/Miscellaneous_functions.html Joe -Original Message- From: Tamer Hassan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 4:25 PM To: Daniel Hardaker Cc: [EMAIL PROTECTED] Subject: Re: mysql+vpopmail question Daniel Hardaker writes

Re: mysql+vpopmail question

2001-01-25 Thread Tamer Hassan
Daniel Hardaker writes: >> Is it possible to get vpopmail/vchkpw (with mysql support) to store >> passwords in clear text? The reason why I am asking this is would like a >> "password retrieval feature" using a hint question (like in hotmail), > using >> a php script I wrote (cracking the hashes

Re: mysql+vpopmail question

2001-01-25 Thread Daniel Hardaker
> Is it possible to get vpopmail/vchkpw (with mysql support) to store > passwords in clear text? The reason why I am asking this is would like a > "password retrieval feature" using a hint question (like in hotmail), using > a php script I wrote (cracking the hashes would be silly). > :P Hmm...im

RE: MySQL + vpopmail

2000-11-03 Thread Tony Publiski
Why would you want to send your passwords in clear text? Why would you want them stored that way? -- Tony Publiski World Wide Net, Inc. +1 (734) 513-7707 x 2012 -Original Message- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 3:47 PM To: [EMAIL PROTECTED] Subjec