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 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 filter "spamassassin" proc-exec "filter-spamassassin"
16 listen on egress tls pki mail.srcbeat.com filter "spamassassin"
17 listen on egress smtps pki mail.srcbeat.com auth <accounts>
19 action "deliver" maildir "/mail/box/%{dest.domain}/%{dest.user}/Maildir" virtual <aliases>
20 match from any for domain <domains> action deliver
22 table smtp2go file:/mail/lib/smtp2go
23 action "outbound" relay host smtp+tls://srcbeat@mail.smtp2go.com:587 auth <smtp2go>
24 match from local for any action "outbound"
25 match auth from any for any action "outbound"