5 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Bug Report: sqwebmail...
FromSent OnAttachments
XantiusFeb 12, 2005 7:21 pm 
Brian CandlerFeb 13, 2005 2:00 am 
Brian CandlerFeb 13, 2005 3:37 am 
XantiusFeb 13, 2005 7:24 am 
Brian CandlerFeb 14, 2005 1:15 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] Bug Report: sqwebmail can't change passwords in mysql dbActions...
From:Brian Candler (B.Ca@pobox.com)
Date:Feb 13, 2005 2:00:22 am
List:net.sourceforge.lists.courier-sqwebmail

On Sat, Feb 12, 2005 at 08:21:57PM -0700, Xantius wrote:

I'm just wanting to file a bug. sqwebmail doesn't seem to be able to change passwords for users who are in the mysql database. Without this feature I really can't put my server live. Is there a quick solution for this?

Read this first: http://www.catb.org/~esr/faqs/smart-questions.html#id3001405

Now, *prove* you have found a bug. Turn on authentication debugging (http://www.courier-mta.org/authlib/README.authdebug.html) and turn on SQL logging on your mysql server to see what SQL commands are sent to it. Show them to us, and explain why you think those are wrong given the way you have configured authmysql.

I trust you have noticed that authmysqlrc has a section labelled "MYSQL_CHPASS_CLAUSE:0" which is COMMENTED OUT in the default configuration. That means you have to do some work yourself to make password changing happen, by writing a SQL clause which is appropriate to your particular database schema.

In summary: *you* assert there is a bug. *I* assert that you have configured authmysqlrc wrongly, or even not bothered to configure it at all. So the next step is for you to prove me wrong.

And once you have written a decent problem report, remember to include the exact versions of sqwebmail, authlib, mysql, and your operating system that you are using.

Brian.