From 68879a34a585cd6b4c1d276ef0806643d421b6aa Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 25 Jun 2017 17:49:14 +0200 Subject: [PATCH] Enable saslauthd --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6625c46..2372c8b 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,10 @@ If you copied over the new etc/apt/sources.list file, we need to update our repo apt-get update && apt-get install deb.torproject.org-keyring ``` -To allow sasl authentication, add postfix to the sasl group: +To allow sasl authentication, set start to yes in /etc/default/sasauthd and add postfix to the sasl group: ``` usermod -aG sasl postfix +service saslauthd restart ``` This setup has two postfix instances, one for receiving and sending mail to other .onion services and one for rewriting addresses to pass them on to a clearnet facing mail relay. You may or may not want to create the second instance by running