diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-12 05:20:15 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-12 05:20:15 +0800 |
commit | 91a5a9db9a5d55b3ff577d6aa61f16f7a934f1dc (patch) | |
tree | 1e18ab9c882d3f06a40dbbb78e4c31981aea62af /maild.scfg | |
parent | incoming -> deliver_dir (diff) | |
download | maild-91a5a9db9a5d55b3ff577d6aa61f16f7a934f1dc.tar.gz maild-91a5a9db9a5d55b3ff577d6aa61f16f7a934f1dc.tar.zst maild-91a5a9db9a5d55b3ff577d6aa61f16f7a934f1dc.zip |
Add TLS cert configuration handling
Diffstat (limited to 'maild.scfg')
-rw-r--r-- | maild.scfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,3 +5,8 @@ routes { test@andrewyu.org /home/runxiyu/inbox adeline@andrewyu.org /home/runxiyu/inbox } + +tls { + cert /etc/tls/cert.pem + key /etc/tls/privkey.pem +} |