From c1be5e2586956f9346cfb5a72cc38ccef3991003 Mon Sep 17 00:00:00 2001 From: Nirvana <168984811+nirvanameow@users.noreply.github.com> Date: Fri, 16 May 2025 21:45:26 +0100 Subject: [PATCH] add primary hostname placeholder Adding a primary_hostname placeholder in exim4.conf.template, set to mail. via vst-install-debian.sh and v-rebuild-exim4-config. Updating acl_check_rcpt to allow unauthenticated local domain deliveries on port 25, while blocking non-local sends to prevent relaying. --- install/debian/12/exim/exim4.conf.template | 1 - 1 file changed, 1 deletion(-) diff --git a/install/debian/12/exim/exim4.conf.template b/install/debian/12/exim/exim4.conf.template index aebe0cf9..2e00ce04 100644 --- a/install/debian/12/exim/exim4.conf.template +++ b/install/debian/12/exim/exim4.conf.template @@ -4,7 +4,6 @@ # # ###################################################################### - # Placeholder for primary_hostname (to be set dynamically during installation) # primary_hostname = mail.domain.com