24 lines
536 B
Markdown
24 lines
536 B
Markdown
# 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
|
|
|
|
- https://sendtestemail.com/
|
|
|
|
## Extremely useful documentation
|
|
|
|
- https://www.postfix.org/documentation.html
|
|
|
|
- https://doc.dovecot.org/
|
|
|
|
- https://thomas-leister.de/en/mailserver-migrate-config-to-dovecot-2.4-debian-trixie/
|
|
|
|
- https://landchad.net/mail/ |