diff options
author | Ben Sima <ben@bsima.me> | 2019-05-22 17:42:13 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-22 17:42:13 -0700 |
commit | 7a6cd3f4e1031b4bb4a0029f97064a9c02d5f95d (patch) | |
tree | 1c306017ad07558802ad39394be814c366e695eb | |
parent | 7f29368f0f5ec7d7a506f120fd317d23509a38e3 (diff) |
finish setting up email
-rw-r--r-- | depo/nutin-madaj/mail.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depo/nutin-madaj/mail.nix b/depo/nutin-madaj/mail.nix index 991350b..39ed456 100644 --- a/depo/nutin-madaj/mail.nix +++ b/depo/nutin-madaj/mail.nix @@ -7,7 +7,7 @@ enable = true; alertAddress = "bsima@me.com"; }; - fqdn = "mail.simatime.com"; + fqdn = "simatime.com"; domains = [ "simatime.com" "bsima.me" ]; certificateScheme = 3; # let's encrypt enableImap = true; @@ -28,7 +28,7 @@ "abuse@simatime.com" ]; catchAll = [ "simatime.com" "bsima.me" ]; - quota = "1G"; + quota = "5G"; }; "nick@simatime.com" = { hashedPassword = "$6$31P/Mg8k8Pezy1e$Fn1tDyssf.1EgxmLYFsQpSq6RP4wbEvP/UlBlXQhyKA9FnmFtJteXsbJM1naa8Kyylo8vZM9zmeoSthHS1slA1"; |