summaryrefslogtreecommitdiff
path: root/roles/mail/postfix/base/defaults
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-07-05 21:00:30 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-07-05 21:00:30 +0200
commitae89800f1fd5083585cd879ac26b32eb5c458170 (patch)
treee3cea9c559dc05caad5ea094a753dd99ef911b95 /roles/mail/postfix/base/defaults
parentupgrade whawty/auth on ch-apps (diff)
move postfix rules to mail subdir
Diffstat (limited to 'roles/mail/postfix/base/defaults')
-rw-r--r--roles/mail/postfix/base/defaults/main.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/roles/mail/postfix/base/defaults/main.yml b/roles/mail/postfix/base/defaults/main.yml
new file mode 100644
index 00000000..a0c85d46
--- /dev/null
+++ b/roles/mail/postfix/base/defaults/main.yml
@@ -0,0 +1,18 @@
+---
+postfix_base_mydestination:
+ - "$myhostname"
+ - "{{ host_name }}.{{ host_domain }}"
+ - "localhost"
+
+postfix_base_mynetworks:
+ - "127.0.0.0/8"
+ - "[::ffff:127.0.0.0]/104"
+ - "[::1]/128"
+
+postfix_base_inet_interfaces:
+ - "loopback-only"
+
+postfix_base_inet_protocols:
+ - "all"
+
+postfix_base_relayhost: ""