2023-10-05 16:26:51 +02:00
|
|
|
# Log everything to standard out
|
|
|
|
maillog_file = /dev/stdout
|
|
|
|
|
|
|
|
# this setting has several side-effects, e.g. the domain of this mail
|
|
|
|
# server is now example.com, http://www.postfix.org/postconf.5.html#mydomain
|
2023-10-12 16:02:20 +02:00
|
|
|
myhostname = virt.local
|
2023-10-05 16:26:51 +02:00
|
|
|
|
|
|
|
# disable all compatibility levels
|
|
|
|
compatibility_level = 9999
|
|
|
|
|
2023-10-12 16:02:20 +02:00
|
|
|
virtual_mailbox_domains = virt.local
|
|
|
|
virtual_mailbox_maps = lmdb:/etc/postfix/virtual
|
|
|
|
virtual_alias_maps = lmdb:/etc/postfix/virtual
|
|
|
|
virtual_transport = lmtp:dovecot.default.svc.cluster.local:24
|