]> arthur.barton.de Git - AnsibleRoles.git/blobdiff - roles/postfix/defaults/main.yml
lvm-lv: Fix role, make it usable by adding "lvm_lv_mountpoint"
[AnsibleRoles.git] / roles / postfix / defaults / main.yml
index 0469941c80acfe42ff0c292a1d4c23bf8338f5d1..3f5f3be83caa164a887d4e8e0ee7d6c5486bfdb2 100644 (file)
@@ -1,4 +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: ""