From 4667288a8f0493cc6700ebb607cc6f58d72a687e Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 23 Oct 2025 21:44:45 +0200 Subject: [PATCH] ehlo --- exim.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exim.conf b/exim.conf index 18fb50b..12e9550 100644 --- a/exim.conf +++ b/exim.conf @@ -1,5 +1,7 @@ domainlist forward_domains = lsearch;/etc/exim/db/forward_domains +primary_hostname = mx.hottis.de + tls_advertise_hosts = * tls_certificate = /etc/exim/ssl/server.crt tls_privatekey = /etc/exim/ssl/server.key