commit 23b343202bc8dc2d8b5becc72cf4f0b660f4e075 from: Oliver Lowe date: Sat Feb 26 11:55:32 2022 UTC Add env specific smtpd config commit - 1aed0ca236c714c890e8e0d6d3585840949bc6e2 commit + 23b343202bc8dc2d8b5becc72cf4f0b660f4e075 blob - 9ae16c94d3e946d8815b9be4777d8ba98257852b blob + f255043b41098c229b20b394ceefb280623f7971 --- smtpd.conf +++ smtpd.conf @@ -1,15 +1,16 @@ 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 +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 action "local_mail" mbox alias action "deliver" maildir "/mail/box/%{dest.domain}/%{dest.user}/Maildir" virtual