From 75e6ebc79407c11b42f77ccdbeecee4c42273836 Mon Sep 17 00:00:00 2001 From: Giovanni Bottaro Date: Wed, 28 Jun 2023 19:34:00 +0000 Subject: [PATCH] Use the correct path to the saslauthd socket --- exim.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exim.Makefile b/exim.Makefile index 9a3bd74..1d84fe5 100644 --- a/exim.Makefile +++ b/exim.Makefile @@ -1106,7 +1106,7 @@ LDFLAGS += -lspf2 # group. Once you have installed saslauthd, you should arrange for it to be # started by root at boot time. -# CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux +CYRUS_SASLAUTHD_SOCKET=/run/saslauthd/mux #------------------------------------------------------------------------------ -- 2.41.0