removing certs due to mailserver change
This commit is contained in:
parent
47b0aeaee9
commit
012789e5d0
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue