On Fri, 2004-06-11 at 01:08, 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" ) > > However, any attempt to use encrypted authentication fails ...
Insert the returned string in the 'PGSQL_CRYPT_PWFIELD' field you defined in the authpgsqlrc file. ------------------------------------------------------- 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
