On 11/24/23 14:22, Jeremy Harris via Exim-users wrote:
> On 11/24/23 11:06, Mihamina RKTMB via Exim-users wrote:
>> diff --git a/exim.Makefile b/exim.Makefile
>
> The Exim project git has no file called that, so I'm unclear how you
> are building and from what.
The modifications I showed are those I made to src/src/EDITME
(
https://git.exim.org/exim.git/blob/HEAD:/src/src/EDITME) before I
copied it to Local/Makefile.
Sorry about not being clear.
I made the following modifications to src/src/EDITME and then launched
the build, which reported no errors, then I run the binary I built.
The problem is I still get "support for "saslauthd" not compiled" message.
Is uncommenting "AUTH_CYRUS_SASL=yes" and "AUTH_LIBS=-lsasl2" enough, or
should I uncomment more lines?
My authenticator configuration is:
plain_saslauthd_server:
driver = plaintext
public_name = PLAIN
server_condition = ${if saslauthd{{$auth2}{$auth3}}{1}{0}}
server_set_id = $auth2
server_prompts = :
server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
login_saslauthd_server:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
# don't send system passwords over unencrypted connections
server_condition = ${if saslauthd{{$auth1}{$auth2}}{1}{0}}
server_set_id = $auth1
server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
--
## 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/