This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Network > opensmtpd (6.0.3p1)

OpenSMTPD is a FREE implementation of the server-side SMTP protocol
as defined by RFC 5321, with some additional standard extensions.
It allows ordinary machines to exchange e-mails with other systems
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
useradd -u 271 -g 271 -r -s /bin/false -d /var/empty smtpq

You will want to add /etc/rc.d/rc.opensmtpd to rc.local so that it
will start on boot (or perhaps consider symlinking rc.sendmail to
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.

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

This requires: libasr

Maintained by: Richard Narron
Keywords: mail,smtpd,openbsd,sendmail,smtp,lmtp,exim,postfix
ChangeLog: opensmtpd

Homepage:
https://www.opensmtpd.org/

Source Downloads:
opensmtpd-6.0.3p1.tar.gz (66e496bb0f3303d660744f4fa2178765)

Download SlackBuild:
opensmtpd.tar.gz
opensmtpd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds