Re: [vchkpw] Variable for courier + vpopmail

2003-01-08 Thread Jason Smith
export CFLAGS=-DHAVE_OPEN_SMTP_RELAY ??? On Wed, 08 Jan 2003 22:43:31 -0700, Remo Mattei [EMAIL PROTECTED] wrote : Hi guys, I can't remember what ENV I need to export to compile imap. I have the server running with openLDAP now and in my mysql I do have a relay table and what I had to do

Re: [vchkpw] vpopmail + courier-imap + mysql relay problem

2002-12-29 Thread Jason Smith
I am having problems with Imap client IP's not getting added to the relay table, pop3 clients get added fine. It says imap in the lastauth table for the user, but does not add their IP What do I need to do to correct this problem? Please help Jason Diamond International Are your

RE: [vchkpw] vpopmail + courier-imap + mysql relay problem

2002-12-29 Thread Jason Smith
The Connections are direct from their machines. -Original Message- From: Jason Smith [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 29, 2002 5:38 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [vchkpw] vpopmail + courier-imap + mysql relay problem I am having

RE: [vchkpw] vpopmail + courier-imap + mysql relay problem

2002-12-29 Thread Jason Smith
The Connections are direct from their machines. -Original Message- From: Jason Smith [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 29, 2002 5:38 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [vchkpw] vpopmail + courier-imap + mysql relay problem I am

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 this