Home: Reconfig davmail.
This commit is contained in:
parent
e5fa034eed
commit
fe98879489
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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -9,7 +9,6 @@
|
||||||
module = {
|
module = {
|
||||||
builder.server.enable = true;
|
builder.server.enable = true;
|
||||||
display.primary = "HDMI-A-1";
|
display.primary = "HDMI-A-1";
|
||||||
davmail.enable = true;
|
|
||||||
purpose = {
|
purpose = {
|
||||||
desktop = true;
|
desktop = true;
|
||||||
router = true;
|
router = true;
|
||||||
|
|
Loading…
Reference in a new issue