Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sendmail issue 1

Status
Not open for further replies.

fortytwo

Technical User
Apr 18, 2000
206
GB
Hi, Whenever I call sendmail from a script I use:

[tt]/usr/lib/sendmail[/tt]

but I have seen some scripts that use:

[tt]/usr/lib/sendmail -t[/tt]

What does that extra -t do?
 
It means that sendmail should read the message to work out who to send the email to -- rather than taking them from the command line.

Any addresses on the command line will *not* receive email even if specified in a To:, Cc:, or Bcc: line in the email.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top