> Issues: > 1.- I'm trying to avoid the saslauthd->pam->mysql trick for sasl > authentication. Instead of that, I've configured auxprop + sql plug-in but > it doesn't support encrypted passwords. Any ideas/alternatives? > a) It seems the optimal alternative would be to apply: > http://www.gergely.risko.hu/patches/0099_auxcrypt.dpatch > It's simple to rebuild debian packages including the patch but them I'll > have to maintain them (it breaks R3) > Other ideas? I think that PAM supports crypt but I'm not sure about sha1... > Is there another way to do it without PAM?
The ONLY option is with PAM. I use PAM with md5 passwords.