Add davmail
This commit is contained in:
parent
bf05016659
commit
072b2298bb
2 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue