diff options
Diffstat (limited to 'mail/mini_sendmail/DESCR')
-rw-r--r-- | mail/mini_sendmail/DESCR | 9 |
1 files changed, 9 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. |