commit - 1aed0ca236c714c890e8e0d6d3585840949bc6e2
commit + 23b343202bc8dc2d8b5becc72cf4f0b660f4e075
blob - 9ae16c94d3e946d8815b9be4777d8ba98257852b
blob + f255043b41098c229b20b394ceefb280623f7971
--- smtpd.conf
+++ smtpd.conf
table domains sqlite:/mail/lib/accounts.conf
table accounts sqlite:/mail/lib/accounts.conf
table aliases sqlite:/mail/lib/accounts.conf
+
table localaliases file:/etc/mail/aliases
listen on socket
listen on lo0
-# pki mail.example.com cert "/etc/ssl/mail.example.com.fullchain.pem"
-# pki mail.example.com key "/etc/ssl/private/mail.example.com.key"
-# listen on egress tls pki mail.example.com
-# listen on egress smtps pki mail.example.com auth <accounts>
+pki mail.srcbeat.com cert "/etc/ssl/mail.srcbeat.com.fullchain.pem"
+pki mail.srcbeat.com key "/etc/ssl/private/mail.srcbeat.com.key"
+listen on egress tls pki mail.srcbeat.com
+listen on egress smtps pki mail.srcbeat.com auth <accounts>
action "local_mail" mbox alias <localaliases>
action "deliver" maildir "/mail/box/%{dest.domain}/%{dest.user}/Maildir" virtual <aliases>