File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mini_sendmail / mini_sendmail.8
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:52:55 2012 UTC (12 years, 3 months ago) by misho
Branches: mini_sendmail, MAIN
CVS tags: v1_3_9p0, v1_3_6p0, v1_3_6, HEAD
mini_sendmail

    1: .TH mini_sendmail 8 "12 July 2001"
    2: .SH NAME
    3: mini_sendmail - accept email on behalf of real sendmail
    4: .SH SYNOPSIS
    5: .B mini_sendmail
    6: .RB [ -f<name> ]
    7: .RB [ -t ]
    8: .RB [ -s<server> ]
    9: .RB [ -p<port> ]
   10: .RB [ -T<timeout> ]
   11: .RB [ -v ]
   12: .I address ...
   13: .SH DESCRIPTION
   14: .PP
   15: With no flags,
   16: .I mini_sendmail
   17: reads its standard input up to an end-of-file
   18: and sends a copy of the message
   19: found there to all of the addresses listed.
   20: .PP
   21: The message is sent by connecting to a local SMTP server.
   22: This means
   23: .I mini_sendmail
   24: can be used to send email from inside a chroot(2) area.
   25: .TP
   26: .B -f
   27: Sets the name of the "from" person (i.e. the sender of the mail).
   28: .TP
   29: .B -t
   30: Read message for recipients.
   31: To:, Cc:, and Bcc: lines will be scanned for recipient addresses.
   32: The Bcc: line will be deleted before transmission.
   33: .TP
   34: .B -s
   35: Specifies the SMTP server to use.
   36: Without this it uses localhost.
   37: .TP
   38: .B -p
   39: Specifies the port to use.
   40: Without this it uses 25, the standard SMTP port.
   41: .TP
   42: .B -T
   43: Specifies timeout - defaults to one minute.
   44: .TP
   45: .B -v
   46: Verbose mode - shows the conversation with the SMTP server.
   47: .SH "SEE ALSO"
   48: sendmail(8)
   49: .SH AUTHOR
   50: Copyright © 1999 by Jef Poskanzer <jef@mail.acme.com>. All rights reserved.
   51: .\" Redistribution and use in source and binary forms, with or without
   52: .\" modification, are permitted provided that the following conditions
   53: .\" are met:
   54: .\" 1. Redistributions of source code must retain the above copyright
   55: .\"    notice, this list of conditions and the following disclaimer.
   56: .\" 2. Redistributions in binary form must reproduce the above copyright
   57: .\"    notice, this list of conditions and the following disclaimer in the
   58: .\"    documentation and/or other materials provided with the distribution.
   59: .\" 
   60: .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   61: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   62: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   63: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   64: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   65: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   66: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   67: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   68: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   69: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   70: .\" SUCH DAMAGE.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>