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/slack-desc | |
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/slack-desc')
-rw-r--r-- | network/ssmtp/slack-desc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/ssmtp/slack-desc b/network/ssmtp/slack-desc new file mode 100644 index 0000000000..0501f5cf99 --- /dev/null +++ b/network/ssmtp/slack-desc @@ -0,0 +1,18 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +ssmtp: ssmtp (extremely simple MTA to get mail off the system to a mail hub) +ssmtp: +ssmtp: This is sSMTP, a program that replaces sendmail on workstations that +ssmtp: should send their mail via the departmental mailhub from which they +ssmtp: pick up their mail (via pop, imap, rsmtp or the like). This program +ssmtp: accepts mail and sends it to the mailhub, optionally replacing the +ssmtp: domain in the From: line with a different one. +ssmtp: +ssmtp: Homepage: https://github.com/ajwans/sSMTP +ssmtp: |