From bbb99d9cf7aed9bcd854d472ce04d9da04693a42 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 12 Mar 2026 20:22:12 +0000 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..31b2e48 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Documentation 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 + +## Extremely useful tools in debugging + +- postfix check + +- doveconf -n + +- https://www.appmaildev.com/en/dkim \ No newline at end of file