From 4180b5c1cd92468768efeb6bc52a3be3e59d2617 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Fri, 27 Sep 2019 06:10:38 +0100 Subject: [PATCH] eximconf: add a debug message for relay_manualroute Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 9cf510e81..7fc3623be 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1080,6 +1080,7 @@ begin routers <%- if @is_mailrelay -%> relay_manualroute: + debug_print = "R: relay_manualroute for $local_part@$domain" driver = manualroute domains = +mailhubdomains transport = ${if forany{${lookup dnsdb{>: mxh=$domain}}}\ -- 2.20.1