slackbuilds/network/ssmtp
B. Watson db8b3116f4
network/ssmtp: Clean up build.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-13 00:52:25 +07:00
..
patches network/ssmtp: Clean up build. 2021-10-13 00:52:25 +07:00
README network/ssmtp: Clean up build. 2021-10-13 00:52:25 +07:00
doinst.sh network/ssmtp: Clean up build. 2021-10-13 00:52:25 +07:00
slack-desc
ssmtp.SlackBuild network/ssmtp: Clean up build. 2021-10-13 00:52:25 +07:00
ssmtp.info network/ssmtp: New maintainer. 2020-02-01 09:00:29 +07:00

README

ssmtp (extremely simple MTA to get mail off the system to a mail hub)

sSMTP, replaces sendmail on workstations that should send their mail
via the departmental mailhub from which they pick up their mail (via
pop, imap, rsmtp, pop_fetch, NFS... or the like). This program accepts
mail and sends it to the mailhub, optionally replacing the domain in
the From: line with a different one.

Normally, when using ssmtp, you want to remove the OS's MTA
package(s), sendmail and/or postfix. In this case, ssmtp will
be symlinked to /usr/sbin/sendmail, and software that sends mail
shouldn't have to be modified. If you keep sendmail/postfix installed,
there's no conflict, but any software that sends mail will have to be
configured or modified to use /usr/sbin/ssmtp.

NOTE: After installing, you'll want to edit "/etc/ssmtp/ssmtp.conf".
There's a man page for it (man ssmtp.conf).