From 5f9e61a4502c0ccabd47aab9a9a49f26c20b0f1c Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:48:16 +0200 Subject: Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 62324db..4ce4e0d 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,12 @@ sudo -u m2usenet go build -trimpath -ldflags="-s -w -extldflags=-static" -a -o m # Make executable sudo chmod +x /home/m2usenet/m2usenet -# Test binary -sudo -u m2usenet /home/m2usenet/m2usenet --help || echo "Backend compiled successfully" +# copy binary in /usr/local/bin +sudo cp /home/m2usenet/m2usenet /usr/local/bin/ +sudo chown postfix:postfix /usr/local/bin/m2usenet +# Set alias +# /etc/aliases +mail2news: |/usr/local/bin/m2usenet ``` ### Step 5: SSL Certificate -- cgit v1.2.3