slackbuilds/network/opensmtpd
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README network/opensmtpd: Added (Open SMTPd) 2013-04-15 17:21:03 -05:00
aliases network/opensmtpd: Added (Open SMTPd) 2013-04-15 17:21:03 -05:00
doinst.sh network/opensmtpd: Added (Open SMTPd) 2013-04-15 17:21:03 -05:00
opensmtpd.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
opensmtpd.info network/opensmtpd: Fixed dep info for 14.1. 2013-10-29 23:31:41 -05:00
rc.opensmtpd network/opensmtpd: Added (Open SMTPd) 2013-04-15 17:21:03 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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, smtpf, smtpl, and smtpq users on the system 
for privilege separation - something like this should suffice: 
useradd -u 270 -g 0 -r -s /bin/false -d /var/empty smtpd 
useradd -u 271 -g 0 -r -s /bin/false -d /var/empty smtpf 
useradd -u 272 -g 0 -r -s /bin/false -d /var/empty smtpl 
useradd -u 273 -g 0 -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 if you do not remove it
before.