~sircmpwn/public-inbox

drewdevault.com: local-mail-server: fix transport v1 APPLIED

Vlad-Stefan Harbuz: 1
 local-mail-server: fix transport

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/public-inbox/patches/36562/mbox | git am -3
Learn more about email & git

[PATCH drewdevault.com] local-mail-server: fix transport Export this patch

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
Thanks!

To git@git.sr.ht:~sircmpwn/drewdevault.com
   b3653a1..c54dfe7  master -> master