是否有可能授权与dovecot多个方法?
例如:密码和MySQL ….?
这个想法是我喜欢从一个数据库中获得系统用户和虚拟用户,并且通过authentication和dovecot交付来pipe理这个问题。
对的,这是可能的。
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链接1
Dovecot维基链接2