Home: Reconfig davmail.

This commit is contained in:
Dmitry Voronin 2025-01-16 17:06:38 +03:00
parent e5fa034eed
commit fe98879489
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 15 additions and 1 deletions

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

View file

@ -9,7 +9,6 @@
module = {
builder.server.enable = true;
display.primary = "HDMI-A-1";
davmail.enable = true;
purpose = {
desktop = true;
router = true;