Re: [exim] Cannot find authenticator driver "spa"

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Phil Pennock
Dátum:  
Címzett: Bill Hayles
CC: exim-users
Tárgy: Re: [exim] Cannot find authenticator driver "spa"
On 2011-02-10 at 16:24 +0100, Bill Hayles wrote:
> and restarted Exim only to get the panic message
>
> 2011-02-10 13:02:39 Exim configuration error in line 928 of
> /etc/exim/exim.conf: authenticator SPA: cannot find authenticator driver
> "spa"
>
> I thought the SPA authenticator was built into Exim; I can certainly find no
> reference to this error in the list archives.


It's optional -- you need to enable it when building Exim.

Local/Makefile:
AUTH_SPA=yes

-Phil