ports/mail/postfix/pkg-help
Juraj Lutter c0d942b613 mail/postfix: Update to 3.10.0
- Update to 3.10.0
- Fix some typos
- Incorporate changes from [1], namely:
  - Simplify some Makefile constructs
  - Fix post-install script
  - Fix plist

PR:	280019
2025-02-20 22:26:58 +01:00

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 built 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)