aboutsummaryrefslogtreecommitdiff
path: root/maild.scfg
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-16 11:43:38 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-16 11:43:38 +0800
commitb408645806e8098b89e782a09e8ba7ef36c6fb6f (patch)
treeccc245e196a4df6ae8dce325cede4705656637d3 /maild.scfg
parentIMAP: Use clog.Debug instead of fmt.Printf (diff)
downloadmaild-b408645806e8098b89e782a09e8ba7ef36c6fb6f.tar.gz
maild-b408645806e8098b89e782a09e8ba7ef36c6fb6f.tar.zst
maild-b408645806e8098b89e782a09e8ba7ef36c6fb6f.zip
IMAP: Use TLS
Diffstat (limited to 'maild.scfg')
-rw-r--r--maild.scfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/maild.scfg b/maild.scfg
index 8e909e9..646a5b3 100644
--- a/maild.scfg
+++ b/maild.scfg
@@ -17,6 +17,7 @@ mx {
imap {
net tcp
+ trans tls
addr :1993
- # TODO: Allow two listeners, one for TCP, one for TLS
+ # TODO: Add multiple listeners
}