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
10 action "local_mail" mbox alias <localaliases>
11 match from local for local action "local_mail"
13 pki mail.srcbeat.com cert "/etc/ssl/mail.srcbeat.com.fullchain.pem"
14 pki mail.srcbeat.com key "/etc/ssl/private/mail.srcbeat.com.key"
15 listen on egress tls pki mail.srcbeat.com
16 listen on egress smtps pki mail.srcbeat.com auth <accounts>
18 action "deliver" maildir "/mail/box/%{dest.domain}/%{dest.user}/Maildir" virtual <aliases>
19 match from any for domain <domains> action deliver
21 table smtp2go file:/mail/lib/smtp2go
22 action "outbound" relay host smtp+tls://srcbeat@mail.smtp2go.com:587 auth <smtp2go>
23 match from local for any action "outbound"
24 match auth from any for any action "outbound"