From 378271100e61d31743063ebb1d3249480b3ac927 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 21 Mar 2026 13:00:52 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44bb466..a4d47c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Documentation relating to my self-hosted mail server +# Documentation and information relating to my self-hosted mail server Postfix is used as the SMTP server and Dovecot is used as the IMAP server TLS certs are obtained via lets encrypt @@ -7,6 +7,14 @@ OpenDKIM is used for signing paired with spamassassin for mail filtering A custom self-written Bash script is used to parse logs and automatically drop connections from offenders with iptables +## Mail successfully being delivered to the most prolific service proivders + +![picture](https://git.tobiastime.xyz/Tobias/Mail-Server/src/branch/main/images/mail_delivered.jpg) + +## Fully functional mail account successfully logged into Android client + +![picture](https://git.tobiastime.xyz/Tobias/Mail-Server/src/branch/main/images/k9mail.jpg) + ## Extremely useful tools in debugging - The "postfix check" command