Davmail: Add an Exchange proxy.

This commit is contained in:
Dmitry Voronin 2025-01-10 08:27:54 +03:00
parent cd68dce884
commit 6f2da669fb
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View 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;
};
};
}