Re: problem with mysqlclient

2000-11-22 Thread Brian Kolaci
To get around this (in both courier vpopmail) you should preceed your "configure" command with LIBS="-R/usr/local/mysql/lib/mysql -L/usr/local/mysql/lib/mysql" ./configure ... (or substitute the path to your mysql libraries). Thanks, Brian Mailing-List: contact [EMAIL PROTECTED]; run by

Re: how to configure the qmailadmin

2000-11-22 Thread Peter Green
* richard [EMAIL PROTECTED] [001122 08:42]: Dear sir, I use the root in the qmailadmin directory, when I just run ./configure, it asks me to add the cgi-path and also the html. Then, I run as root: ./configure --enable-cgibindir /home/giquote/pu\ blic_html --enable-htmldir

RE: oops, wrong MySQL function

2000-11-22 Thread hari_bhr
hi thanks i will try and get back to you thanks for the help we will mail you as soon as posible hari -Original Message- From: Peter Green [mailto:[EMAIL PROTECTED]] Sent: Monday, November 20, 2000 10:19 PM To: [EMAIL PROTECTED] Subject: oops, wrong MySQL function I should have

Re: How can I using other crypted password.

2000-11-22 Thread Ken Jones
"junwon,Seo" wrote: Hi, I'm using Vpopmail 4.9.6 (support MySQL). In my information, Vpopmail authentication password that maked by unix CRYPT() function. I'd like to using the other method password... Examply, Clear text, Password function of MySQL,. Help me. From what I have

Re: How can I using other crypted password.

2000-11-22 Thread Michael T. Babcock
I made it work by selecting the crypt'd password out of the table, taking the first two chars of it, using that as the salt against the crypt() function in PHP, then comparing the output to the crypted password ... pseudo: select pw_passwd as $Crypted; $Salt = left($Crypted, 2); if

Re: How can I using other crypted password.

2000-11-22 Thread Abaddon
or just (php) : echo(crypt("password to encrypt", "65536")); ;-) This will encrypt the password in the way vpopmail can understand it. Abaddon At 12:21 22/11/00 -0500, you wrote: I made it work by selecting the crypt'd password out of the table, taking the first two chars of it, using

Re: 553 sorry, that domain isn't in my list of allowed rcpthosts(#5.7.1)

2000-11-22 Thread Michael T. Babcock
You most likely want to send this to the [EMAIL PROTECTED] list ... hari_bhr wrote: i dont have any problem when we have connected to our network or ISP. when we try to connect to other than My ISP iam getting following said error. iam using tcp.smtp i added my ISP address in this file.

Re: 553 sorry, that domain isn't in my list of allowed rcpthosts(#5.7.1)

2000-11-22 Thread Michael T. Babcock
RE: 553 sorry, that domain isn't in my list of allowed rcpthosts(#5.7.1) [...] rcpthosts has NOTHING to do whatsoever with relaying. What does ``TCP'' mean exactly? It has a lot to do with the problem at hand though. If your tcpserver rules say ":accept" but not ":accept,RELAYCLIENT=\"\"",

Re: 553 sorry, that domain isn't in my list of allowed rcpthosts(#5.7.1)

2000-11-22 Thread Chris Bunnell
I just wanted to share my rather embarrassing experience with this same type of problem: I was seeing the same thing. I ended up having a friend look at my tcp.smtp file. Within seconds he said, "Uhh, is that supposed to be spelled that way? Or did you F**K up?" I couldn't believe my eyes.

Re: 553 sorry, that domain isn't in my list of allowed rcpthosts(#5.7.1)

2000-11-22 Thread Adam Manock
And I thought it was just me Yeah.. Check for typos... I managed to create a cbd file instead of cdb. Took me an hour or so to track it down too! Adam At 01:14 PM 11/22/00 -0800, Chris Bunnell wrote: I just wanted to share my rather embarrassing experience with this same type of problem: