Package: dovecot-core Version: 1:2.3.13+dfsg1-2 Severity: wishlist X-Debbugs-Cc: lzq...@gmail.com
In the default Exim configuration file there are instructions for setting up a unix listener in Dovecot for authentication: # Use dovecot as authentication backend # Requires changes to dovecot configuration: # 8X--------------------- # --- /etc/dovecot/conf.d/10-master.conf 2020-12-22 13:26:52.000000000 +0000 # +++ /etc/dovecot/conf.d/10-master.conf 2022-07-13 11:17:02.479100984 +0000 # @@ -108,6 +108,14 @@ # # mode = 0666 # #} # # +### SASL listener for exim start # + # SASL exim # + unix_listener /var/spool/exim4/dovecot.auth-client { # + mode = 0660 # + group = Debian-exim # + } # +### SASL listener for exim end # + # # Auth process is run as this user. # #user = $default_internal_user # } # 8X--------------------- It would be good if this commented example for Exim was inserted into Dovecot's 10-master.conf configuration file underneath the Postfix example listener to make setup quicker.