From: Stephen Gran Date: Sat, 26 Mar 2011 09:26:51 +0000 (+0000) Subject: Exim should also accept v6 connections over lo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a3cb066139d0248b252a880ce7518ef3ca05bcf1;hp=a18e1bf9dfb40101b1306d04782d188cc1d149e2;p=dsa-puppet.git Exim should also accept v6 connections over lo Let's see how this does with erb Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 428e3561..131550e7 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -119,7 +119,7 @@ localpartlist local_only_users = lsearch;/etc/exim4/localusers localpartlist postmasterish = postmaster : abuse : hostmaster -hostlist debianhosts = : 127.0.0.1 : /var/lib/misc/thishost/debianhosts +hostlist debianhosts = <; ; 127.0.0.1 ; ::1 ; /var/lib/misc/thishost/debianhosts hostlist reservedaddrs = <%= nodeinfo['reservedaddrs'] %>