From b21fa00b4349ef557a11762ba817c916351cea29 Mon Sep 17 00:00:00 2001 From: Richard Narron Date: Tue, 17 May 2016 08:48:51 +0700 Subject: network/opensmtpd: Updated for version 5.9.2p1. Signed-off-by: Willy Sudiarto Raharjo --- network/opensmtpd/README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'network/opensmtpd/README') diff --git a/network/opensmtpd/README b/network/opensmtpd/README index 2931722d49..bbd1b2606f 100644 --- a/network/opensmtpd/README +++ b/network/opensmtpd/README @@ -5,6 +5,7 @@ speaking the SMTP protocol. You must have smtpd and smtpq users and groups on the system for privilege separation - something like this should suffice: + groupadd -g 270 smtpd useradd -u 270 -g 270 -r -s /bin/false -d /var/empty smtpd groupadd -g 271 smtpq @@ -17,3 +18,9 @@ rc.opensmtpd). This package conflicts with the stock sendmail package included in Slackware and overwrites some of its files, so remove the sendmail package before installing opensmtpd. + +In the change from version 5.7.3p2 to 5.9.2p1 the ownership and permissions +changed for the /var/spool/offline directory + + chown -R root:smtpq /var/spool/offline + chmod 770 /var/spool/offline -- cgit v1.2.3