From 63c11801e70ca487f5a4c535f30070ebc836427f Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 2 Nov 2021 19:48:19 +0000 Subject: [PATCH] Fix URL of smtpd-pipe --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0607386..db53d1d 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ Configuration and data storage must be mounted respectively in */etc/lurker* and */var/lib/lurker*. Instead of running a full-blown Postfix instance, this container runs -a very simple [SMTP server](smtpd.go) that is only suitable for internal -traffic. +a very simple [SMTP +server](https://git.autistici.org/ai3/tools/smtpd-pipe) that is only +suitable for internal traffic. The image expects /var/lib/lurker to be mounted externally with the right permissions, and to contain the *www* and *data* subdirectories. -- GitLab