summaryrefslogtreecommitdiffstats
path: root/network/opensmtpd/README
diff options
context:
space:
mode:
author Richard Narron <richard@aaazen.com>2019-08-29 21:37:24 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-29 21:37:24 +0700
commitcae0cdfc48f4f6e5882823d848112c56d38a29b6 (patch)
tree1192a4c49faa6ca8931dfca91c799114e93cd96a /network/opensmtpd/README
parentfaf5b05f211ceb715b5698a3d7d270a569c9e856 (diff)
downloadslackbuilds-cae0cdfc48f4f6e5882823d848112c56d38a29b6.tar.gz
slackbuilds-cae0cdfc48f4f6e5882823d848112c56d38a29b6.tar.xz
network/opensmtpd: Fix bug.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/opensmtpd/README')
-rw-r--r--network/opensmtpd/README12
1 files changed, 8 insertions, 4 deletions
diff --git a/network/opensmtpd/README b/network/opensmtpd/README
index bbd1b2606f..39e7203c20 100644
--- a/network/opensmtpd/README
+++ b/network/opensmtpd/README
@@ -19,8 +19,12 @@ 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
+Alpine hangs when sending mail using the opensmtp sendmail command and the
+opensmtpd server is down.
+
+To prevent this, modify the /etc/pine.conf or the user .pinerc to
+send the mail directly to the server instead of using the
+opensmtpd sendmail command:
+
+ smtp-server=localhost
- chown -R root:smtpq /var/spool/offline
- chmod 770 /var/spool/offline