diff options
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 |