aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2023-12-24 16:45:44 +0100
committerarf20 <aruizfernandez05@gmail.com>2023-12-24 16:45:44 +0100
commitcedca3884194b9f4c86a9b1b58079dfd8b802021 (patch)
treeebb992ae074dda4d10fa1eb6e18b0fcdbfe02d59
parentb3f46e0353d404dcf886020baef82cb71e6b7eb7 (diff)
downloadmail-conf-cedca3884194b9f4c86a9b1b58079dfd8b802021.tar.gz
mail-conf-cedca3884194b9f4c86a9b1b58079dfd8b802021.zip
Update readme
-rw-r--r--README.md24
1 files changed, 17 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1a59c8d..bb07fa9 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,22 @@
# mail-conf
ARFNET mail server configuration
-Postfix SMTP MTA and smtpd.
-With smtpd at ports 25, SMTPS submission at 465 and STARTTLS submission at 587.
+- Domain: `arf20.com` (MX mail.arf20.com) (PTR, TLSA, SPF, DKIM and DMARC configured)
+- FQDN: `mail.arf20.com`
+- hostname: `mail`
+- mailname: `arf20.com`
+
+## Postfix SMTP MTA and smtpd.
+With smtpd at ports 25, SMTPS submission at 465 and SMTP (STARTTLS) submission at 587.
+
Accepts all connections, relays mail from authenticated users, rejects unauthenticated relaying.
-Dovecot IMAP daemon
+## Dovecot IMAP daemon
IMAP at 145 and IMAPS at 993
-Domain: `arf20.com` (MX mail.arf20.com) (PTR, TLSA, SPF, DKIM and DMARC configured)
-FQDN: `mail.arf20.com`
-hostname: `mail`
-mailname: `arf20.com`
+No POP3 because POP3 sucks
+## Files
```
postfix
|- master.cf daemon instance specific, { smtpd, submission, submissions }
@@ -25,3 +29,9 @@ gnu-mailutils
|- .mailrc user specific mail options
```
+## Tested clients
+- Local GNU mail
+- Local alpine
+- Remote mutt
+- Remote thunderbird
+- Remote Gmail client on android (non-gmail account)