Sometimes, the mail server for *hatch.name* is extremely slow.  While
there isn't much I can do about it for external senders, I can at least
ensure that email messages sent by internal services like Authelia are
always delivered quickly by rewriting the recipient address to my
actualy email address, bypassing the *hatch.name* exchange entirely.
frigate-exporter
Dustin 2024-08-22 16:15:24 -05:00
parent 0e46599fbc
commit c546f09335
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ smtp:
username: '{{ smtp_username }}' username: '{{ smtp_username }}'
password: '{{ smtp_password }}' password: '{{ smtp_password }}'
security: starttls security: starttls
postfix_recipient_canonical_map:
dustin@hatch.name: gyrfalcon@ebonfire.com