[exim] SASL not built-in despite Makefile configured

Página Inicial
Delete this message
Reply to this message
Autor: Mihamina RKTMB
Data:  
Para: exim-users
Assunto: [exim] SASL not built-in despite Makefile configured
Hello,

My exim installation is saying supprt for saslauthd is not compiled,
despite the fact I uncommented it.

The logs:

2023-11-24 10:29:17 plain_saslauthd_server authenticator failed for
([172.16.76.128]) [197.158.87.68]: 435 Unable to authenticate at present
(set_id=mihamina): support for "saslauthd" not compiled
2023-11-24 10:29:17 login_saslauthd_server authenticator failed for
([172.16.76.128]) [197.158.87.68]: 435 Unable to authenticate at present
(set_id=mihamina): support for "saslauthd" not compiled

The modifications I made to exim.Makefile:

    diff --git a/exim.Makefile b/exim.Makefile
    index 9a3bd74..4a5357e 100644
    --- a/exim.Makefile
    +++ b/exim.Makefile
    @@ -759,7 +759,7 @@ FIXED_NEVER_USERS=root
     # configuration to make use of the mechanism(s) selected.

     AUTH_CRAM_MD5=yes
    -# AUTH_CYRUS_SASL=yes
    +AUTH_CYRUS_SASL=yes
     AUTH_DOVECOT=yes
     # AUTH_EXTERNAL=yes
     # AUTH_GSASL=yes
    @@ -782,7 +782,7 @@ AUTH_TLS=yes
     # Similarly for GNU SASL, unless pkg-config is used via AUTH_GSASL_PC.
     # Ditto for AUTH_HEIMDAL_GSSAPI(_PC).

    -# AUTH_LIBS=-lsasl2
    +AUTH_LIBS=-lsasl2
     # AUTH_LIBS=-lgsasl
     # AUTH_LIBS=-lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lhcrypto
-lasn1 -lwind -lroken -lcrypt

What should I uncomment in exim.Makefile in order to have support for
"saslauthd" compiled?


--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/