From 70c71b41fdad6983d6c4040a7dfab1a3b130f1a6 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 2 Nov 2009 21:53:50 +0000 Subject: [PATCH] bugs mx also need a transport and a submission port Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 3f17c8e73..fb7b0838b 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -239,7 +239,7 @@ ports = [] out = "daemon_smtp_ports = " ports << 25 -if nodeinfo['bugsmaster'] +if nodeinfo['bugsmaster'] or nodeinfo['bugsmx'] ports << 587 end @@ -1684,7 +1684,7 @@ bsmtp: <%= out = "" -if nodeinfo['bugsmaster'] +if nodeinfo['bugsmaster'] or nodeinfo['bugsmx'] out = ' bugs_pipe: driver = pipe -- 2.20.1