Postfix for Gmail: Difference between revisions
m Cleanup for the secrets configuration, improved references formatting. |
m →Configure Postfix: Use explicit example email address to prevent possible leaks |
||
| Line 33: | Line 33: | ||
# optional: Forward mails to root (e.g. from cron jobs, smartd) | # optional: Forward mails to root (e.g. from cron jobs, smartd) | ||
# to me privately and to my work email: | # to me privately and to my work email: | ||
virtual_alias_maps = "inline:{ {root=you@ | virtual_alias_maps = "inline:{ {root=you@work.example, you@home.example} }"; | ||
}; | }; | ||
}; | }; | ||