summaryrefslogtreecommitdiff
path: root/roles/postfix/simple/defaults/main.yml
blob: 009f12399bbafb6c67548098d8dea064de334bee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: ""