From c546f09335a0b86b7a1ae7ec277f51e66bb42d2c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 22 Aug 2024 16:15:24 -0500 Subject: [PATCH] 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. --- group_vars/smtp-relay.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/group_vars/smtp-relay.yml b/group_vars/smtp-relay.yml index 602794f..5fcf510 100644 --- a/group_vars/smtp-relay.yml +++ b/group_vars/smtp-relay.yml @@ -6,3 +6,5 @@ smtp: username: '{{ smtp_username }}' password: '{{ smtp_password }}' security: starttls +postfix_recipient_canonical_map: + dustin@hatch.name: gyrfalcon@ebonfire.com