From 55cc67d8def58561b3b07247b00e5d5ecdb1bb7e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 30 Dec 2021 01:28:17 +0100 Subject: add tls to the mix for smtpd --- openbsd/blowfish.buetow.org/etc/mail/smtpd.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'openbsd/blowfish.buetow.org') diff --git a/openbsd/blowfish.buetow.org/etc/mail/smtpd.conf b/openbsd/blowfish.buetow.org/etc/mail/smtpd.conf index e921004..552d186 100644 --- a/openbsd/blowfish.buetow.org/etc/mail/smtpd.conf +++ b/openbsd/blowfish.buetow.org/etc/mail/smtpd.conf @@ -1,12 +1,18 @@ # 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/buetow.org.fullchain.pem" +pki "buetow_org_tls" key "/etc/ssl/private/buetow.org.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 +listen on all tls pki "buetow_org_tls" hostname "buetow.org" +#listen on all action localmail mbox alias action receive mbox virtual -- cgit v1.2.3