Re: [Postfixadmin-devel] pacrypt()
Brought to you by:
christian_boltz,
gingerdog
From: Christian B. <pos...@cb...> - 2013-04-08 19:41:17
|
Hello, Am Samstag, 6. April 2013 schrieb AIS Info: > I'm new to postfix admin so forgive me if i'm misinformed on any of > this but it appears that pacrypt() is lagging behind doveadm in it's > hashing algorithm support? Will 3.0 provide full support for all > schemes supported by dovecot? 2.3.x already does [1], but you have to use the dovecot:* encryption method, which calls the dovecotpw binary ("doveadm pw" for dovecot 2.x). This will work the same way in 3.0. > also, i'm not sure how to use the > "system" option as it's my understanding that the php script in use > at the time is what determines how php handles the task. their is no > php.ini directive that i'm aware of. "system" uses crypt(), see http://php.net/crypt for details (probably you don't want to use "system", but it has to stay for backward compability for people who actually use it) > FR: maybe an interface to > pacrypt() that provides a way to designate a custom script for > encrypt and a custom script for decrypt? then any limitations in any > of the three could be worked around? full dovecot scheme support > being the priority, i would imagine. I'm busy with several other things in PostfixAdmin and otherwise, and pacrypt() just works[tm] for nearly everybody, so it's not on my priority list ;-) Regards, Christian Boltz [1] The only exceptions are salted encryption methods. They don't work with dovecot:* because it's impossible to tell dovecotpw which salt to use when verifying a password. Well, strictly speaking you could use such passwords for mailboxes, but you can't login in PostfixAdmin with them. -- > All cats purr at 28hz. I think your cats need tuning - according to a couple of quick measure- ments on a recently calibrated reference cat, the dominant frequency of a correctly adjusted cat should be 12Hz +/-20%. [Lionel Lauer] |