Re: [exim] Exim dovecot auth after update to exim 4.81 broke…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Ted Cooper
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] Exim dovecot auth after update to exim 4.81 broken
On 18/09/15 00:31, Daniel Müller wrote:
> Initializing SMTP port (exim)2015-09-17 16:23:44 Exim configuration error in
> line 1043 of /etc/exim/exim.conf:
> authenticator dovecot_login: cannot find authenticator driver "dovecot"


Was Exim compiled with "AUTH_DOVECOT=yes" enabled in the Local/Makefile?

> #------------------------------------------------------------------------------
> # Exim has support for the AUTH (authentication) extension of the SMTP
> # protocol, as defined by RFC 2554. If you don't know what SMTP authentication
> # is, you probably won't want to include this code, so you should leave these
> # settings commented out. If you do want to make use of SMTP authentication,
> # you must uncomment at least one of the following, so that appropriate code is
> # included in the Exim binary. You will then need to set up the run time
> # configuration to make use of the mechanism(s) selected.
>
> # AUTH_CRAM_MD5=yes
> # AUTH_CYRUS_SASL=yes
> AUTH_DOVECOT=yes
> # AUTH_GSASL=yes
> # AUTH_GSASL_PC=libgsasl
> # AUTH_HEIMDAL_GSSAPI=yes
> # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi
> # AUTH_PLAINTEXT=yes
> # AUTH_SPA=yes