about summary refs log tree commit diff
path: root/modules/services/nixos-mailserver.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-10 19:05:11 +0900
committersefidel <contact@sefidel.net>2023-07-10 19:05:11 +0900
commitc8ea18e110dce3bd6dcc6c7336e70e7e71330b0a (patch)
tree47b98980173bb5d59d246aa553e7810fd8e602fa /modules/services/nixos-mailserver.nix
parent99f6c0b130dd37673ebc94901db2db19d9a4655a (diff)
downloadinfra-c8ea18e110dce3bd6dcc6c7336e70e7e71330b0a.tar.gz
infra-c8ea18e110dce3bd6dcc6c7336e70e7e71330b0a.zip
feat!(services/nixos-mailserver): setup catchAll to contact for sefidel.com
* this domain is being deprecated
* before it gets actually removed, set up catch-all to monitor if any accounts are tied to this domain.
Diffstat (limited to 'modules/services/nixos-mailserver.nix')
-rw-r--r--modules/services/nixos-mailserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/nixos-mailserver.nix b/modules/services/nixos-mailserver.nix
index b361287..ed8792d 100644
--- a/modules/services/nixos-mailserver.nix
+++ b/modules/services/nixos-mailserver.nix
@@ -72,7 +72,7 @@ in
 
       loginAccounts = {
         "contact@sefidel.com" = {
-          aliases = [ "sefidel" "admin" "admin@sefidel.com" "postmaster" "postmaster@sefidel.com" ];
+          catchAll = [ "sefidel.com" ];
           hashedPasswordFile = config.sops.secrets.sefidel-imap-pass.path;
         };
         "contact@sefidel.net" = {