mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
6a09303b9d
Dovecot SASL does not need any dependency, from now it will be always build into postfix and the default SASL unless Cyrus is also added (there is no conflict between them) - add support for FreeBSD 10.3 mailwrapper (install mailer.conf into LOCALBASE/mail instead /etc/mail) - add better reload support to rc script - display correct path in pkg-message - add support for postfix-sasl slave port - bump PORTREVISION Many Thanks to all testers! PR: 195662 PR: 205162
16 lines
503 B
Plaintext
16 lines
503 B
Plaintext
Readme SASL:
|
|
|
|
Dovecot uses its own daemon process for authentication. Because there is no
|
|
need to link extra libraries into Postfix, Dovecot SASL will be build into
|
|
Postfix by default.
|
|
|
|
Cyrus SASL is optional and will be the default if build with SASL=on
|
|
|
|
To find out what SASL implementations are compiled into Postfix, use the
|
|
following commands:
|
|
|
|
% postconf -a (SASL support in the SMTP server)
|
|
% postconf -A (SASL support in the SMTP+LMTP client)
|
|
% postconf smtpd_sasl_type (show default SASL)
|
|
|