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.
11 lines
238 B
YAML
11 lines
238 B
YAML
smtp:
|
|
mode: relay
|
|
host: smtp.fastmail.com
|
|
port: 587
|
|
auth: plain
|
|
username: '{{ smtp_username }}'
|
|
password: '{{ smtp_password }}'
|
|
security: starttls
|
|
postfix_recipient_canonical_map:
|
|
dustin@hatch.name: gyrfalcon@ebonfire.com
|