removing certs due to mailserver change

This commit is contained in:
Chris Cochrun 2025-01-30 09:30:33 -06:00
parent 47b0aeaee9
commit 012789e5d0

View file

@ -173,7 +173,7 @@ in {
port = 993;
tls = {
enable = true;
certificatesFile = ./certs.txt;
# certificatesFile = ./certs.txt;
};
};
smtp = {
@ -181,7 +181,7 @@ in {
port = 25;
tls = {
enable = true;
certificatesFile = ./certs.txt;
# certificatesFile = ./certs.txt;
};
};
mbsync = {