patch against GIT master. hth, cu Andreas
>From d5879727508fc1700b55ad3acd0e8e56b9f484f3 Mon Sep 17 00:00:00 2001 From: Andreas Metzler <[email protected]> Date: Sun, 21 Dec 2025 13:26:15 +0100 Subject: [PATCH] Fix (typo, c'n'p errors) some comments in EDITME.
--- src/src/EDITME | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/src/EDITME b/src/src/EDITME index 0edeedaa2..21d81f43c 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -316,16 +316,16 @@ SPOOL_DIRECTORY=/var/spool/exim # a bit smaller. If you are unsure, leave all of these included for now. # # If set to "2" instead of "yes" then the corresponding driver will be # built as a module and must be installed into LOOKUP_MODULE_DIR (the name # is historic). # You need to add -export-dynamic -rdynamic to EXTRALIBS. You may also need to # add -ldl to EXTRALIBS so that dlopen() is available to Exim. You need to -# define CFLAGS_DYNAIC and LOOKUP_MODULE_DIR below so the builds are done right, -# and so the exim binary actually loads dynamic lookup modules. +# define CFLAGS_DYNAMIC and LOOKUP_MODULE_DIR below so the builds are done +# right, and so the exim binary actually loads dynamic lookup modules. ROUTER_ACCEPT=yes ROUTER_DNSLOOKUP=yes ROUTER_IPLITERAL=yes ROUTER_MANUALROUTE=yes ROUTER_QUERYPROGRAM=yes ROUTER_REDIRECT=yes @@ -346,16 +346,16 @@ ROUTER_REDIRECT=yes # now. # # If set to "2" instead of "yes" then the corresponding driver will be # built as a module and must be installed into LOOKUP_MODULE_DIR (the name # is historic). # You need to add -export-dynamic -rdynamic to EXTRALIBS. You may also need to # add -ldl to EXTRALIBS so that dlopen() is available to Exim. You need to -# define CFLAGS_DYNAIC and LOOKUP_MODULE_DIR below so the builds are done right, -# and so the exim binary actually loads dynamic lookup modules. +# define CFLAGS_DYNAMIC and LOOKUP_MODULE_DIR below so the builds are done +# right, and so the exim binary actually loads dynamic lookup modules. # The smtp transport cannot be built as a module. TRANSPORT_APPENDFILE=yes TRANSPORT_AUTOREPLY=yes TRANSPORT_PIPE=yes TRANSPORT_SMTP=yes @@ -870,15 +870,15 @@ FIXED_NEVER_USERS=root # is historic). # You need to add -export-dynamic -rdynamic to EXTRALIBS. You may also need to # add -ldl to EXTRALIBS so that dlopen() is available to Exim. You need to # define CFLAGS_DYNAMIC and LOOKUP_MODULE_DIR below so the builds are done # right and so the exim binary actually loads dynamic lookup modules. # # Libraries being built as modules should be added to respective -# LOOKUP_*_INCLUDE and LOOKUP_*_LIBS rather than the the ones for the +# AUTH_*_INCLUDE and AUTH_*_LIBS rather than the the ones for the # core exim build. This gets them linked with the module instead. # The heimdal does build but we have no test coverage so it is not know to work. # AUTH_CRAM_MD5=yes # AUTH_CYRUS_SASL=yes # AUTH_DOVECOT=yes # AUTH_EXTERNAL=yes -- 2.51.0
-- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
