0

is it possible to auth with more then one method with dovecot ?

Ex: password and mysql .... ?

the idea is that I like to have system users and virtual users from a database, and dovecot auth and dovecot deliver to manage this.

Max Muster
  • 337
  • 2
  • 6
  • 27

1 Answers1

1

Yes it is possible.

You can use multiple databases, so if the password doesn't match in the first database,  
Dovecot checks the next one. This can be useful if you want to easily support having both 
virtual users and also local system users (see Authentication/MultipleDatabases). 

Dovecot Wiki link 1

Dovecot Wiki link 2

clement
  • 955
  • 5
  • 9