commit: 3e0eb28c60d2c0f7e7336a4c3e20b010c5590e05
parent c54dfe703797e439d5f64c014b94957d299fb4ae
Author: Vlad-Stefan Harbuz <vlad@vladh.net>
Date: Thu, 3 Nov 2022 11:22:43 +0000
local-mail-server: fix transport
The adjacent paragraph mentions sending email to `sircmpwn@lists.homura`, but
the current transport would require sending to
`sircmpwn@lists.homura.localdomain`.
Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/blog/Local-mail-server.md b/content/blog/Local-mail-server.md
@@ -129,8 +129,8 @@ transport_maps = hash:/etc/postfix/transport
Then I'll edit `/etc/postfix/transport` and add these lines:
```
-lists.homura.localdomain lmtp:unix:/tmp/lists.sr.ht-lmtp.sock
-homura.localdomain local:homura
+lists.homura lmtp:unix:/tmp/lists.sr.ht-lmtp.sock
+homura local:homura
```
This will deliver mail normally to `$user@homura` (my hostname), but will