diff options
author | sefidel <contact@sefidel.net> | 2023-07-10 19:05:11 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-10 19:05:11 +0900 |
commit | c8ea18e110dce3bd6dcc6c7336e70e7e71330b0a (patch) | |
tree | 47b98980173bb5d59d246aa553e7810fd8e602fa | |
parent | 99f6c0b130dd37673ebc94901db2db19d9a4655a (diff) | |
download | infra-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.
-rw-r--r-- | modules/services/nixos-mailserver.nix | 2 |
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" = { |