diff options
author | jlam <jlam> | 2003-06-19 20:39:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-06-19 20:39:09 +0000 |
commit | 64f6824bc8475d97d922a037b3f4cbb300ff82ae (patch) | |
tree | 2a6a7b050bc17185255402a6f119002ed8c0adab /mail/ssmtp/DESCR | |
parent | 9cfaaf0b2b5ad33af72a4e3d063bac226b68005a (diff) | |
download | pkgsrc-64f6824bc8475d97d922a037b3f4cbb300ff82ae.tar.gz |
Initial import of mail/ssmtp, an extremely simple MTA that forwards mail
to a mail hub. Originally from pkgsrc-wip; created by Toru TAKAMIZU
<pkg at pop dot 707 dot to>.
A secure, effective and simple way of getting mail off a system to your
mail hub. It contains no suid-binaries or other dangerous things - no mail
spool to poke around in, and no daemons running in the background. Mail is
simply forwarded to the configured mailhost. Extremely easy configuration.
WARNING: the above is all it does; it does not receive mail, expand aliases
or manage a queue. That belongs on a mail hub with a system administrator.
This program is especially recommended for mutt users who send emails via
ISP's smtp server.
Diffstat (limited to 'mail/ssmtp/DESCR')
-rw-r--r-- | mail/ssmtp/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ssmtp/DESCR b/mail/ssmtp/DESCR new file mode 100644 index 00000000000..5ec5e45f1e2 --- /dev/null +++ b/mail/ssmtp/DESCR @@ -0,0 +1,10 @@ +A secure, effective and simple way of getting mail off a system to your +mail hub. It contains no suid-binaries or other dangerous things - no mail +spool to poke around in, and no daemons running in the background. Mail is +simply forwarded to the configured mailhost. Extremely easy configuration. + +WARNING: the above is all it does; it does not receive mail, expand aliases +or manage a queue. That belongs on a mail hub with a system administrator. + +This program is especially recommended for mutt users who send emails via +ISP's smtp server. |