aboutsummaryrefslogtreecommitdiffstats
path: root/roles/proxmox_hypervisor/templates/etc/postfix/main.cf.j2
blob: 813a7bfcba55edbeaf388d294b4524c9dff83e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
compatibility_level = 2

myorigin = {{ proxmox_postfix_myorigin }}

# disable local delivery
biff = no
mydestination =

inet_interfaces = loopback-only
inet_protocols = all
mynetworks_style = host

relayhost = {{ proxmox_postfix_relayhost }}

alias_database = hash:/etc/aliases

smtputf8_enable = yes

smtp_tls_security_level = may