From d06035f203e3c445aee41949e7c0e37f089bc889 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 6 Jun 2021 22:50:32 +0100 Subject: Add explicit secure submission service port to exim Add to HAProxy --- etc/haproxy.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc/haproxy.cfg') diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg index 0c38d15..f93b813 100644 --- a/etc/haproxy.cfg +++ b/etc/haproxy.cfg @@ -53,6 +53,15 @@ listen smtp server defiant defiant:11025 server firebrand firebrand:11025 +# Submissions +listen submissions + description Exim SMTP + bind *:465 + mode tcp + default-server send-proxy-v2 observe layer4 check check-ssl + server defiant defiant:11465 + server firebrand firebrand:11465 + # IMAPS listen imaps description Courier IMAP -- cgit v1.2.3