Sam Varshavchik writes:
There's no such thing as "courier-auth". There is a courier-authlib
package, if that's what you mean. Furthermore: there have been some major
recent changes to the authentication framework. You need to indicate the
actual versions of all these packages.
Ofcourse not, I was talking about courier-authlib and I'm using the lastest
version of all three packages...
Presuming that you're using the latest versions of all packages: verify
the ownership and the permissions of the sqwebpasswd wrapper. It should
have the setgid bit set, and owned by whatever userid and groupid was
assigned to courier-authlib.
Thank you, that was all I needed to hear. I had to compile courier-auth with
the following parameters(FreeBSD ports):
make install WITH_MYSQL=yes WITH_MAILUSER=<user> WITH_MAILGROUP=<group>
Then setting the right permission on sqwebpasswd:
# ls -la /usr/local/libexec/sqwebmail/sqwebpasswd
-rwxr-sr-x 1 <user> <group> 3784 Feb 17 22:26
/usr/local/libexec/sqwebmail/sqwebpasswd
Thank you very much! courier rocks! :-)
~Anders
( For the archive )