Re: [Postfixadmin-devel] Use always a password prefix
Brought to you by:
christian_boltz,
gingerdog
|
From: Lefteris T. <le...@sp...> - 2021-11-19 06:16:29
|
On 18/11/2021 20:54, Lefteris Tsintjelis via Postfixadmin-devel wrote:
> Hi, is there a way to always use a password prefix in the database?
>
> Example: "{PLAIN}password"
$CONF['encrypt'] = 'dovecot:PASSWORD-TYPE';
$CONF['dovecotpw'] = "/path/to/doveadm pw";
Dovecot must be installed in local machine for this to work but this
seems to be the only good solution to always have and recognize any kind
of prefixes in the password database.
|