No subject


Sat Sep 20 21:17:40 BST 2008


       -fname Sets  the  name  of  the ``from'' person (i.e., the
              envelope sender of the  mail).   This  address  may
              also  be used in the From: header if that header is
              missing during initial  submission.   The  envelope
              sender  address is used as the recipient for deliv-
              ery status notifications and may also appear  in  a
              Return-Path:  header.   -f  should  only be used by
              ``trusted'' users (normally root, daemon, and  net-
              work)  or if the person you are trying to become is
              the same as the person you are.  Otherwise,  an  X-
              Authentication-Warning  header will be added to the
              message.

i.e.

roger at dev$ sendmail -v -t -ftest
To: roger
From: someone

test 3
.
roger... Connecting to runcirc.local. via relay...
220 runcirc.demon.co.uk ESMTP Sendmail 8.11.2/8.11.2; Tue, 21 May 2002 16:25:25 +0100 (BST)
>>> EHLO runcircle.co.uk
250-runcirc.demon.co.uk Hello dev.local [192.168.1.3], pleased to meet you
250-ENHANCEDSTATUSCODES
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ONEX
250-ETRN
250-XUSR
250 HELP
>>> MAIL From:<test at runcircle.co.uk> SIZE=32
250 2.1.0 <test at runcircle.co.uk>... Sender ok
>>> RCPT To:<roger at runcirc.local>
250 2.1.5 <roger at runcirc.local>... Recipient ok
>>> DATA
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 g4LFPPC04946 Message accepted for delivery
roger... Sent (g4LFPPC04946 Message accepted for delivery)
Closing connection to runcirc.local.
>>> QUIT
221 2.0.0 runcirc.demon.co.uk closing connection
roger at dev$ 

Cheers, Roger


Cheers, Roger




More information about the Ukfreebsd mailing list