From 354af91cdaded78f89d1879f229ff1fee4e96869 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 5 Jan 2022 14:12:30 -0500 Subject: Small infra updates - notes about dovecot and ssl certs - disable matrix because its not setup properly and i don't use it - format some stuff - fix path to git repos --- Biz/Cloud/Mail.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Biz/Cloud/Mail.nix') diff --git a/Biz/Cloud/Mail.nix b/Biz/Cloud/Mail.nix index ecb64ff..4ff3fd6 100644 --- a/Biz/Cloud/Mail.nix +++ b/Biz/Cloud/Mail.nix @@ -1,5 +1,15 @@ { ... }: +/* + +Known issues: + +- when the acme cert gets refreshed, you need to manually restart dovecot +- when restarting dovecot, it might hang, in that case do: + systemctl --job-mode=ignore-dependencies restart dovecot2 postfix + +*/ + { mailserver = { enable = true; -- cgit v1.2.3