From 4abf44348bf9a8d9c88194b1e46d1a31f59b3b8d Mon Sep 17 00:00:00 2001 From: Olav Reinert Date: Jan 06 2022 09:17:28 +0000 Subject: mailserver: fix postfix config, postsrsd host --- diff --git a/pillar/role/mailserver.sls b/pillar/role/mailserver.sls index b47ee37..075cc65 100644 --- a/pillar/role/mailserver.sls +++ b/pillar/role/mailserver.sls @@ -10,7 +10,7 @@ profile: inet_interfaces: 'all' mydestination: '$myhostname, localhost.$mydomain' myhostname: '{{grains.host}}.opensuse.org' - mynetwork_style: 'subnet' + mynetworks_style: 'subnet' alias_maps: '' canonical_maps: '' relocated_maps: '' diff --git a/salt/profile/mailserver/init.sls b/salt/profile/mailserver/init.sls index 778cf73..09b980d 100644 --- a/salt/profile/mailserver/init.sls +++ b/salt/profile/mailserver/init.sls @@ -149,7 +149,7 @@ spampd-out: postsrsd: host.present: - - ip: 127.0.0.1 + - ip: 127.0.0.91 # MAYBE: remove override for clamd, seems to be standard now? {% for svc in ['clamd', 'spampd'] %}