Davmail: Add an Exchange proxy.
This commit is contained in:
parent
cd68dce884
commit
6f2da669fb
15
host/x86_64-linux/home/Davmail.nix
Normal file
15
host/x86_64-linux/home/Davmail.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.davmail = {
|
||||
enable = true;
|
||||
url = "https://mail.fsight.ru/ews/exchange.asmx";
|
||||
config = {
|
||||
davmail.server = true;
|
||||
davmail.allowRemote = true;
|
||||
davmail.bindAddress = "::";
|
||||
davmail.imapPort = 55143;
|
||||
davmail.smtpPort = 55025;
|
||||
davmail.caldavPort = 55080;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue