diff options
author | is <is> | 2003-02-15 22:11:22 +0000 |
---|---|---|
committer | is <is> | 2003-02-15 22:11:22 +0000 |
commit | e3235ea8de93a03c49c9be3219a0212205fa913f (patch) | |
tree | 8003d17cd6fd20fabf984a4dcafda537f063e59b /mail | |
parent | e8c2baa2a9563cb340c90387576b27678cefe1a5 (diff) | |
download | pkgsrc-e3235ea8de93a03c49c9be3219a0212205fa913f.tar.gz |
mini_sendmail by Jef Poskanzer. Useful to get mail out of a chroot setup,
or from a diskless client to it's smart mailer.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mini_sendmail/DESCR | 9 | ||||
-rw-r--r-- | mail/mini_sendmail/MESSAGE | 8 | ||||
-rw-r--r-- | mail/mini_sendmail/Makefile | 6 |
3 files changed, 23 insertions, 0 deletions
diff --git a/mail/mini_sendmail/DESCR b/mail/mini_sendmail/DESCR new file mode 100644 index 00000000000..eb6e5f359e3 --- /dev/null +++ b/mail/mini_sendmail/DESCR @@ -0,0 +1,9 @@ +mini_sendmail reads its standard input up to an end-of-file and +sends a copy of the message found there to all of the addresses +listed. The message is sent by connecting to a local SMTP server. + +If you want to use mini_sendmail to send email from inside a +chroot(2) area, you might want to use the mini_sendmail_static +package instead to avoid copying libraries. + +See the manual entry for more details. diff --git a/mail/mini_sendmail/MESSAGE b/mail/mini_sendmail/MESSAGE new file mode 100644 index 00000000000..47d0e0db868 --- /dev/null +++ b/mail/mini_sendmail/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2003/02/15 22:11:23 is Exp $ + +Before you install ${PREFIX}/etc/mailer.conf.mini_sendmail as +/etc/mailer.conf, edit it to replace ``relayhost'' with the name of +the smart mail relay host. + +See the manual page for details. diff --git a/mail/mini_sendmail/Makefile b/mail/mini_sendmail/Makefile new file mode 100644 index 00000000000..eb1a045920b --- /dev/null +++ b/mail/mini_sendmail/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1 2003/02/15 22:11:23 is Exp $ +# + +PKGNAME= mini_sendmail-1.3.2 + +.include "Makefile.common" |