summaryrefslogtreecommitdiff
path: root/roles/postfix/simple/defaults
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-05-27 01:18:00 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-05-27 01:18:00 +0200
commit322b5d2228a863b30010dc857589692634bbc0a4 (patch)
treeae438ab1eade4d170accd18a56b499b26175e890 /roles/postfix/simple/defaults
parentdisable sk-2019 und sk-cloudia for now (diff)
add simple postfix role
Diffstat (limited to 'roles/postfix/simple/defaults')
-rw-r--r--roles/postfix/simple/defaults/main.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/roles/postfix/simple/defaults/main.yml b/roles/postfix/simple/defaults/main.yml
new file mode 100644
index 00000000..009f1239
--- /dev/null
+++ b/roles/postfix/simple/defaults/main.yml
@@ -0,0 +1,18 @@
+---
+postfix_simple_mydestination:
+ - "$myhostname"
+ - "{{ host_name }}.{{ host_domain }}"
+ - "localhost"
+
+postfix_simple_mynetworks:
+ - "127.0.0.0/8"
+ - "[::ffff:127.0.0.0]/104"
+ - "[::1]/128"
+
+postfix_simple_inet_interfaces:
+ - "all"
+
+postfix_simple_inet_protocols:
+ - "all"
+
+postfix_simple_relayhost: ""