]> arthur.barton.de Git - AnsibleRoles.git/blobdiff - roles/postfix/defaults/main.yml
postfix: Configure a satellite system and use debconf
[AnsibleRoles.git] / roles / postfix / defaults / main.yml
index 081ea61cc84b38418658ab410a713edae3b957f0..3f5f3be83caa164a887d4e8e0ee7d6c5486bfdb2 100644 (file)
@@ -1,6 +1,13 @@
 ---
 # defaults file for postfix
 
+postfix_destinations: "{{ inventory_hostname}}, localhost"
 postfix_interfaces: "all"
+postfix_local_networks: "127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128"
+postfix_mailbox_limit: "0"
 postfix_mailname: "{{ inventory_hostname }}"
+postfix_protocols: "all"
+postfix_recipient_delim: "+"
+postfix_root_address: ""
+postfix_sync_updates: "false"
 smtp_relay_host: ""