refactor(mail): comment out rootAlias and update alias mapping
This commit is contained in:
parent
ac0eef954d
commit
0a4b80c860
|
@ -9,7 +9,7 @@
|
|||
enable = true;
|
||||
relayHost = "smtp.gmail.com";
|
||||
relayPort = 587;
|
||||
rootAlias = "harald.hoyer@gmail.com";
|
||||
#rootAlias = "harald.hoyer@gmail.com";
|
||||
extraAliases = "admin: root";
|
||||
config = {
|
||||
smtp_use_tls = "yes";
|
||||
|
@ -18,7 +18,7 @@
|
|||
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=you@gmail.com, you@work.com} }";
|
||||
virtual_alias_maps = "inline:{ {root=harald.hoyer@gmail.com} }";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue