diff options
author | Richard Narron <richard@aaazen.com> | 2016-05-17 08:48:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-20 20:03:53 +0700 |
commit | b21fa00b4349ef557a11762ba817c916351cea29 (patch) | |
tree | 3f73b1a9b61c7e64e853711011e1b81a9e322f47 /network/opensmtpd/README | |
parent | 622fe8e4f6efea5a8372beaf656a32e66c5fcfe1 (diff) | |
download | slackbuilds-b21fa00b4349ef557a11762ba817c916351cea29.tar.gz |
network/opensmtpd: Updated for version 5.9.2p1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/opensmtpd/README')
-rw-r--r-- | network/opensmtpd/README | 7 |
1 files changed, 7 insertions, 0 deletions
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 |