From 77dedb09acc54bf5089e542b990f5fe4d5fd660e Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 13 Nov 2022 10:22:18 +0100 Subject: [PATCH] listen on all interfaces --- rootfs/etc/confd/templates/main.cf.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootfs/etc/confd/templates/main.cf.tmpl b/rootfs/etc/confd/templates/main.cf.tmpl index deb7b03..85e9ff5 100644 --- a/rootfs/etc/confd/templates/main.cf.tmpl +++ b/rootfs/etc/confd/templates/main.cf.tmpl @@ -1,5 +1,7 @@ compatibility_level = 3.7 +inet_protocols = all + mail_owner = postfix myhostname = {{getenv "MYHOSTNAME"}} mydomain = {{getenv "MYDOMAIN"}}