]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/postfix/defaults/main.yml
postfix: Configure a satellite system and use debconf
[AnsibleRoles.git] / roles / postfix / defaults / main.yml
1 ---
2 # defaults file for postfix
3
4 postfix_destinations: "{{ inventory_hostname}}, localhost"
5 postfix_interfaces: "all"
6 postfix_local_networks: "127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128"
7 postfix_mailbox_limit: "0"
8 postfix_mailname: "{{ inventory_hostname }}"
9 postfix_protocols: "all"
10 postfix_recipient_delim: "+"
11 postfix_root_address: ""
12 postfix_sync_updates: "false"
13 smtp_relay_host: ""