aboutsummaryrefslogtreecommitdiffstats
path: root/roles/proxmox_hypervisor/templates/etc/postfix/main.cf.j2
blob: 76575e3ff214af6f15c1bd84c7aa6077a5ef9e37 (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_mail_origin }}

# disable local delivery
biff = no
mydestination =

inet_interfaces = loopback-only
inet_protocols = all
mynetworks_style = host

relayhost = {{ proxmox_relayhost }}

alias_database = hash:/etc/aliases

smtputf8_enable = yes

smtp_tls_security_level = may