summaryrefslogtreecommitdiff
path: root/Biz/Cloud/Mail.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-01-05 14:12:30 -0500
committerBen Sima <ben@bsima.me>2022-01-05 14:12:30 -0500
commit354af91cdaded78f89d1879f229ff1fee4e96869 (patch)
treedefe1b1a1322dcff1e948a24acbf6d076dd69405 /Biz/Cloud/Mail.nix
parent9a10f244693f4d0c17f4e758e64dbdc014299c9f (diff)
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
Diffstat (limited to 'Biz/Cloud/Mail.nix')
-rw-r--r--Biz/Cloud/Mail.nix10
1 files changed, 10 insertions, 0 deletions
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;