diff --git a/systems/x86_64-linux/sgx/mail.nix b/systems/x86_64-linux/sgx/mail.nix index 0a1446a..a452ec6 100644 --- a/systems/x86_64-linux/sgx/mail.nix +++ b/systems/x86_64-linux/sgx/mail.nix @@ -9,16 +9,13 @@ enable = true; relayHost = "smtp.gmail.com"; relayPort = 587; - #rootAlias = "harald.hoyer@gmail.com"; - extraAliases = "admin: root"; config = { smtp_use_tls = "yes"; smtp_sasl_auth_enable = "yes"; smtp_sasl_security_options = ""; smtp_sasl_password_maps = "texthash:${config.sops.secrets.sasl_passwd.path}"; # optional: Forward mails to root (e.g. from cron jobs, smartd) - # to me privately and to my work email: - virtual_alias_maps = "inline:{ {root=harald.hoyer@gmail.com} }"; + virtual_alias_maps = "inline:{ root=harald.hoyer@gmail.com, admin=harald.hoyer@gmail.com }"; }; };