In dovecot, I need to create an email account with 15 different passwords.
Is this possible without SQL?
If I do that with SQL, can I do it only for this single account? Probably use second auth section?
In dovecot, I need to create an email account with 15 different passwords.
Is this possible without SQL?
If I do that with SQL, can I do it only for this single account? Probably use second auth section?
On
Yes, it is possible to create an e-mail account with 15 passwords without SQL. There is a plethora of back-ends available for Dovecot to check passwords against. They are described in the Dovecot documentation: https://doc.dovecot.org/configuration_manual/authentication/password_databases_passdb/#lookup-database. Depending on your needs, it could be a Passwd-file, an external database (e.g. via SQL or LDAP), or the result of some script (via CheckPassword or LUA).
Without any further details on how you manage your users, I cannot give more specific configuration suggestions.
This is unfortunately not possible without SQL
However, if you want to use SQL, here is a start:
Then this config: