blob: a0c85d46005ddf47ffad920c978de41cefd36833 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: ""
|