diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2012-11-23 16:13:00 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-24 15:36:46 -0500 |
commit | 99e03c77a4dcb27538db5388ace782afafcde88e (patch) | |
tree | 686d45fb68e8686c738fc44245895a2ac31efed5 /network/ssmtp/README | |
parent | 2ee0f6fef1d8db8dfaabd3a293a9825097986d28 (diff) | |
download | slackbuilds-99e03c77a4dcb27538db5388ace782afafcde88e.tar.gz |
network/ssmtp: Added (simple MTA that forwards to a smarthost).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/ssmtp/README')
-rw-r--r-- | network/ssmtp/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/ssmtp/README b/network/ssmtp/README new file mode 100644 index 0000000000..716a836eda --- /dev/null +++ b/network/ssmtp/README @@ -0,0 +1,5 @@ +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. |