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>
---
content/blog/Local-mail-server.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/blog/Local-mail-server.md b/content/blog/Local-mail-server.md
index de72535..a5aed38 100644
--- 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
--
2.38.1