# This is the smtpd server system-wide configuration file. # See smtpd.conf(5) for more information. # I used https://www.checktls.com/TestReceiver for testing. pki "buetow_org_tls" cert "/etc/ssl/<%= "$hostname.$domain" %>.fullchain.pem" pki "buetow_org_tls" key "/etc/ssl/private/<%= "$hostname.$domain" %>.key" table aliases file:/etc/mail/aliases table virtualdomains file:/etc/mail/virtualdomains table virtualusers file:/etc/mail/virtualusers listen on socket listen on all tls pki "buetow_org_tls" hostname "<%= "$hostname.$domain" %>" #listen on all action localmail mbox alias action receive mbox virtual action outbound relay match from any for domain action receive match from local for local action localmail match from local for any action outbound