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.