pkgsrc/mail/ssmtp/patches/patch-ae
jlam 37b114ba72 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.
2003-06-19 20:39:09 +00:00

17 lines
457 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2003/06/19 20:39:10 jlam Exp $
--- ssmtp.8.orig Fri Sep 27 05:48:59 2002
+++ ssmtp.8 Thu Jun 19 13:12:40 2003
@@ -1,11 +1,8 @@
.TH SSMTP 8 "Last change: 5 February 2000"
.SH NAME
-ssmtp, sendmail \- send a message using smtp
+ssmtp \- send a message using smtp
.SH SYNOPSIS
.B ssmtp
-.RI "[ " flags " ] [ " address " " ... " ]"
-.br
-.B /usr/lib/sendmail
.RI "[ " flags " ] [ " address " " ... " ]"
.br
.SH DESCRIPTION