summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMilan Pässler <me@pbb.lc>2020-07-06 10:38:12 +0200
committerAntoine Eiche <lewo@abesis.fr>2020-10-05 20:54:46 +0200
commitcc526a27009be1f1cfbc195f7e859f924f19ef68 (patch)
tree2044a41752b0b75369f2c38ae9ee0498ba7ec8e7 /README.md
parent823c26fa69fcecce60a1f31610281476833a7b7e (diff)
add full support for tls wrapped mode
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 960e8c5..5561bd2 100644
--- a/README.md
+++ b/README.md
@@ -35,12 +35,15 @@ D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A
* [x] Multiple Domains
* Postfix MTA
- [x] smtp on port 25
- - [x] submission port 587
+ - [x] submission tls on port 465
+ - [x] submission starttls on port 587
- [x] lmtp with dovecot
* Dovecot
- [x] maildir folders
- - [x] imap starttls on port 143
- - [x] pop3 starttls on port 110
+ - [x] imap with tls on port 993
+ - [x] pop3 with tls on port 995
+ - [x] imap with starttls on port 143
+ - [x] pop3 with starttls on port 110
* Certificates
- [x] manual certificates
- [x] on the fly creation