Blob


1 table domains sqlite:/mail/lib/accounts.conf
2 table accounts sqlite:/mail/lib/accounts.conf
3 table aliases sqlite:/mail/lib/accounts.conf
5 table localaliases file:/etc/mail/aliases
7 listen on socket
8 listen on lo0
10 pki mail.srcbeat.com cert "/etc/ssl/mail.srcbeat.com.fullchain.pem"
11 pki mail.srcbeat.com key "/etc/ssl/private/mail.srcbeat.com.key"
12 listen on egress tls pki mail.srcbeat.com
13 listen on egress smtps pki mail.srcbeat.com auth <accounts>
15 action "local_mail" mbox alias <localaliases>
16 action "deliver" maildir "/mail/box/%{dest.domain}/%{dest.user}/Maildir" virtual <aliases>
18 match from any for domain <domains> action deliver
19 # match auth from any for any action { relay }
21 match from local for local action "local_mail"