Hi,
I have set up fail2ban and Postfix configured with DKIM to send me mails and it works except I would like to get my mails encrypted.
I found this tutorial:
https://www.upcloud.com/support/secure-postfix-using-lets-encrypt/
I run:
sudo postconf -e ‘home_mailbox = Maildir/’
sudo postconf -e 'mydomain = benjaminthompson.org
sudo apt install letsencrypt
sudo letsencrypt certonly --standalone -d benjaminthompson.org
And I get:
Problem binding to port 443: Could not bind to IPv4 or IPv6.
And find this:
But I don’t know what to do. Any help wil be much appreciated, thanks!
