Links
Published on: August 18, 2025
This page contains a list of resources I’ve found helpful in the past.
System Administration Generally (Linux)
GNU Links
Exim Links
- Exim Official Website
- Exim Documentation - Current Version
- Exim Git Repo
- Exim Bugs
- Exim Mailing Lists
- Exim Wiki
- Exim - Debian Wiki
Sites with Exim Info
Caveat: Some of these sites are older sites and while the concepts presented are helpful to gaining an understanding of Exim, Exim itself has moved on in its development. Don’t just “drop in” an ACL or a configuration setting and expect it to “just work”. Unfortunately, a lot of sites don’t date the pages so it’s hard to tell how up to date things are.
-
Datadisk.co.uk - good walk-through of exim concepts by Paul Valle
-
Lena’s Site - great examples of configurations and ACLs - current
Exim Cheat Sheets
- http://www.datadisk.co.uk/html_docs/exim/exim_cs.htm
- http://bradthemad.org/tech/notes/exim_cheatsheet.php
Thanks to the authors of these cheat sheets. The info has helped me out on several occasions.
NGINX Links
NGINX, pronounced “engine-ex”, is a high performance web server with a low memory footprint.
nginx.org - documentation, FAQ, HowTo, etc.
Dovecot Links
Dovecot is a secure IMAP server.