summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-13 19:59:13 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-13 19:59:13 +0200
commitca0e956838ee50c177261efe8b6ab1054081ad9f (patch)
tree8a0879cdaebd6dc6c1f9928542e8fb6132504dd8
parentEnsure python3 on debian. (diff)
downloadprofiles-ca0e956838ee50c177261efe8b6ab1054081ad9f.tar.gz
profiles-ca0e956838ee50c177261efe8b6ab1054081ad9f.tar.xz
mailserver smtp_listen => "all"
-rw-r--r--manifests/mailserver.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/mailserver.pp b/manifests/mailserver.pp
index 5edc2a8..8c7c32c 100644
--- a/manifests/mailserver.pp
+++ b/manifests/mailserver.pp
@@ -1,6 +1,7 @@
class profiles::mailserver (
) {
class { '::postfix':
- inet_protocols => 'all'
+ inet_protocols => 'all',
+ smtp_listen => 'all',
}
}