removing certs due to mailserver change
This commit is contained in:
parent
47b0aeaee9
commit
012789e5d0
|
@ -173,7 +173,7 @@ in {
|
||||||
port = 993;
|
port = 993;
|
||||||
tls = {
|
tls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
certificatesFile = ./certs.txt;
|
# certificatesFile = ./certs.txt;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
smtp = {
|
smtp = {
|
||||||
|
@ -181,7 +181,7 @@ in {
|
||||||
port = 25;
|
port = 25;
|
||||||
tls = {
|
tls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
certificatesFile = ./certs.txt;
|
# certificatesFile = ./certs.txt;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mbsync = {
|
mbsync = {
|
||||||
|
|
Loading…
Reference in a new issue