diff options
author | Ben Sima <ben@bsima.me> | 2019-08-29 06:22:37 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-08-29 06:26:16 -0700 |
commit | cac8297fa42721e09d96614c1b16ab17d2c383d0 (patch) | |
tree | 245ab2c4febcf3da3abfcd77bf5aa758df5211e5 /depo/nutin-madaj/mail.nix | |
parent | ea1b81977d6c4d60e6c0764477a11dcb232c7b9d (diff) |
reorganize some depo nix files
Diffstat (limited to 'depo/nutin-madaj/mail.nix')
-rw-r--r-- | depo/nutin-madaj/mail.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/depo/nutin-madaj/mail.nix b/depo/nutin-madaj/mail.nix index 39ed456..81bddc2 100644 --- a/depo/nutin-madaj/mail.nix +++ b/depo/nutin-madaj/mail.nix @@ -4,7 +4,7 @@ mailserver = { enable = true; monitoring = { - enable = true; + enable = false; alertAddress = "bsima@me.com"; }; fqdn = "simatime.com"; @@ -16,6 +16,7 @@ enablePop3Ssl = true; enableManageSieve = true; virusScanning = false; # ur on ur own + localDnsResolver = true; loginAccounts = { "ben@simatime.com" = { |