Hi list,
I need a little help getting the password change function to work in
sqwebmail.
I'm running on FreeBSD and have installed courier-auth, courier-imap and
sqwebmail from ports. The authdaemon uses mysql as a backend an login etc.
works perfectly.
The problem occur when trying to change the password in sqwebmail. I get the
following error:
ERROR: Unable to change password. Possible reasons why you cannot change the
password are:
* You did not enter the old password correctly
* You did not enter the new password twice correctly
* Your new password is too short, or is based on a dictionary word, and
short/dictionary-based passwords are not allowed
* Your new password is the same as one or more previous passwords, or
the minimum time between password changes has not yet elapsed
Alright...
When looking in the maillog file I see this:
Feb 18 20:22:18 <hostname> sqwebmaild: authdaemon: s_connect() failed:
Permission denied
Setting debug=2 in sqwebmail reveals nothing at all...
Permissions on sqwebmaild are:
# ls -al /usr/local/libexec/sqwebmail/sqwebmaild
-r-xr-xr-x 1 root wheel 504640 Feb 17 22:26
/usr/local/libexec/sqwebmail/sqwebmaild
Any hints would be greatly appreciated!
Thank you.
~Anders