diff options
Diffstat (limited to 'depo')
-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"; |