diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-11 10:03:02 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-11 10:03:02 +0000 |
commit | 2c0a632ba8f7b1c015de57f201a8cd0734c6273e (patch) | |
tree | 11c3ae8f6d74eaa5847a108611063e5bcec35c96 /mail/Makefile | |
parent | d32ebd314144b77e0e2580b8560830feb0ff4ba0 (diff) |
New port: mini_sendmail.
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. This means mini_sendmail
can be used to send email from inside a chroot(2) area.
Notes
Notes:
svn path=/head/; revision=84660
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index e23e78e10899..cdfb517d1e6a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -149,6 +149,7 @@ SUBDIR += mew2-xemacs21 SUBDIR += mew2-xemacs21-mule SUBDIR += mimedefang + SUBDIR += mini_sendmail SUBDIR += minimalist SUBDIR += ml SUBDIR += mmc |