Add davmail

This commit is contained in:
Paul-Henri Froidmont 2020-07-28 00:44:51 +02:00
parent bf05016659
commit 072b2298bb
2 changed files with 9 additions and 1 deletions

View file

@ -14,6 +14,7 @@
mumble
libreoffice-fresh
slack
thunderbird
zoom-us
];
programs.firefox = {
@ -23,7 +24,6 @@
ublock-origin
umatrix
cookie-autodelete
dark-night-mode
];
};

View file

@ -3,4 +3,12 @@
networking.hosts = {
"127.0.0.1" = [ "localhost" "local.ted.europa.eu" ];
};
services.davmail = {
enable = true;
url = "https://webmail.arhs-developments.com/owa/";
config = {
davmail.mode = "EWS";
davmail.allowRemote = false;
};
};
}