mail wrote:
> Hi,
> 
> I have courier setup to authenticate using the postgresql module and
> everything works fine ... BUT encrypted passwords.
> How do I have to generate the encrypted passwords? I did generate them
> with a trigger like new.crypted = crypt( new.passwd, "fX" )
> 

Postgres does not have a crypt function

use your operating systems crypt function as described in the docs


> However, any attempt to use encrypted authentication fails ...
> 
> Thanks
> Chris
> 



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to