这多夫科特说明书指出:
从 2.3 版开始,Postfix 支持通过 Dovecot SASL 进行 SMTP AUTH,这是 Dovecot 1.0 系列中引入的。如果使用从二进制文件(例如 .rpm 或 .deb 文件)获取的 Postfix,您可以通过运行以下命令来检查 Postfix 是否已编译支持 Dovecot SASL:
postconf -a
一旦您验证了所安装的 Postfix 支持.... Dovecot SASL
我得到的输出是:
cyrus
dovecot
好吧,对某些人来说这可能是一个微不足道的问题,但是如何验证 Dovecot SASL 支持?输出是否dovecot
意味着它支持 Dovecot SASL?如果不是,应该有什么输出来表明这一点?
Debian Jessie,Dovecot 2.2.13,Postfix 2.11.3
答案1
手册postconf(1)
页(您应该阅读)解释道:
-a List the available SASL server plug-in types. The SASL plug-in
type is selected with the smtpd_sasl_type configuration parame‐
ter by specifying one of the names listed below.
cyrus This server plug-in is available when Postfix is built
with Cyrus SASL support.
dovecot
This server plug-in uses the Dovecot authentication
server, and is available when Postfix is built with any
form of SASL support.
This feature is available with Postfix 2.3 and later.