blob: f849b61b923f2c68417fb9dd65862bc8bffe9c23 (
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:
- "loopback-only"
postfix_simple_inet_protocols:
- "all"
postfix_simple_relayhost: ""
|