diff options
author | jlam <jlam@pkgsrc.org> | 2003-06-19 20:39:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-06-19 20:39:09 +0000 |
commit | 37b114ba72018b6668b2056423b838b8b7430ea0 (patch) | |
tree | 2a6a7b050bc17185255402a6f119002ed8c0adab /mail/ssmtp/MESSAGE | |
parent | 2383f8e3be8af3aeb3d1ee420d2ae968d84c288a (diff) | |
download | pkgsrc-37b114ba72018b6668b2056423b838b8b7430ea0.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/MESSAGE')
-rw-r--r-- | mail/ssmtp/MESSAGE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ssmtp/MESSAGE b/mail/ssmtp/MESSAGE new file mode 100644 index 00000000000..df28550d511 --- /dev/null +++ b/mail/ssmtp/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2003/06/19 20:39:10 jlam Exp $ + +*BEFORE* using the program, you will need to edit the following files: + + ${PKG_SYSCONFDIR}/ssmtp.conf + ${PKG_SYSCONFDIR}/revaliases + +especially the variables `mailhub' and `hostname' in ssmtp.conf. +=========================================================================== |