From 0545df227d982d51078e4f18c5edad45a9814f6b Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Tue, 24 Sep 2019 21:33:13 +0100 Subject: [PATCH] eximconf: add submission-domains to file list Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 704a947a5..9c147bf9d 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -32,6 +32,8 @@ # flushing' operations, but should be populated with a list # of trusted machines. Wildcards are not permitted # bsmtp_domains - Domains that we deliver locally via bsmtp +# submission-domains - Domains for which mail will be accepted via the +# submission port <%- if @is_mailrelay -%> # mailhubdomains - Domains for which we are the MX, but the mail is relayed # elsewhere. This is designed for use with small volume or -- 2.20.1