smtp-relay: Rewrite dustin@hatch.name
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.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user