Sponsored Content
Full Discussion: Sendmail
Top Forums UNIX for Advanced & Expert Users Sendmail Post 302144897 by Smiling Dragon on Sunday 11th of November 2007 05:17:25 PM
Old 11-11-2007
Another option if that log file is plain text (ie human readable), would be to add the To: From: and Subject: lines to the front of that file thus:
Code:
echo "From: me@here
To: You@there
Subject: Very important messages
" | cat - /path/to/file.log | /usr/lib/sendmail someone@someplace.com

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sendmail.cf

Dear All , I have Linux Red Hat 6.1 , and i have sendmail (8.11.6 ) . i have big problem with spammers , i was looking in sendmail.cf configuration file and i saw this option , i tried it but it failed : the option is : # file containing known spammers by email,domain,ip Kjunk hash... (1 Reply)
Discussion started by: tamemi
1 Replies

2. Programming

sendmail

hi, i am using sendmail function to send the mail for mail client. when i am sending mime content with attaching with body for the images. the image is not displaying in the mail box. all the mime content stuff is displaying. all the headers are proper. hope the reply for this (0 Replies)
Discussion started by: nagineni
0 Replies

3. Shell Programming and Scripting

Sendmail

HI CAN ANYBODY HELP ME? I HAVE COME ACROSS A PROBLEM. I AM USING SENDMAIL IN HP-UX IN THE FOLLOWING MANNER /usr/sbin/sendmail -t someone@someplace.com < /path/to/file.log BUT THE RECEIPIENT DOESNOT GET THE ADDRESS IN THE TO: SECTION OF THE MAIL. ALSO I HAVE NOT FOUND ANY OPTION TO PUT A... (0 Replies)
Discussion started by: cobroraj
0 Replies

4. UNIX and Linux Applications

sendmail.cf

we have two mail servers and want to setup failover for DR. we have a line in sendmail.cf like this DS smtp.domain.com and this works fine...... we changed it to DS smtp1.domain.com smtp2.domain.com this is bad, we get errors of savemail panic and many bounce messages... (1 Reply)
Discussion started by: robsonde
1 Replies

5. UNIX for Dummies Questions & Answers

sendmail.cf

we have two mail servers and want to setup failover for DR. we have a line in sendmail.cf like this DS smtp.domain.com and this works fine...... we changed it to DS smtp1.domain.com smtp2.domain.com this is bad, we get errors of savemail panic and many bounce messages and... (0 Replies)
Discussion started by: robsonde
0 Replies

6. Shell Programming and Scripting

Sendmail Help

Hi All, Can anyone help me out to know how can a mail be sent from sendmail command. I tried the below command sendmail -f user-host@xyz.com -s "Some Message" -t abcd@xyz.com It throwed a message -s... User unknown Message... User unknown Some... User unknown But this did not work... (1 Reply)
Discussion started by: ganga.dharan
1 Replies

7. Linux

Sendmail

How do i see all incoming mail's and outgoing mail's for a particular user and how do i list folders of sendmail (mailbox) (1 Reply)
Discussion started by: sagar824u
1 Replies

8. UNIX for Advanced & Expert Users

Sendmail questions, SCO 5.0.6 sendmail 8.11.0

I am running SCO 5.0.6 and using sendmail 8.11.0 and having issues with smtp authentication. When trying to send mail the following message will kick back. (reason: 530 5.7.1 Authentication required) 530 5.7.1 Authentication required Not sure what needs to be tweeked in sendmail.cf but I... (1 Reply)
Discussion started by: ziggy6
1 Replies

9. UNIX for Advanced & Expert Users

Sendmail

Hi, I have sendmail running in my server. I would like to know the vendor of this sendmail running in the server. I read in a blog that there are many vendors for sendmail. Please advise me how could I identify the vendor for this? Thanks, Poovalingam. (4 Replies)
Discussion started by: poova
4 Replies

10. Solaris

Clarifying sendmail configuration - sendmail-client offline

Hi all, I have read about sendmail running as 2 separate process. 1 as a MSP, and the other as the real daemon or MTA. In my current configuration, the sendmail-client is disabled. Both submit.cf and sendmail.cf are left as default untouch I do not specified any mailhost... (3 Replies)
Discussion started by: javanoob
3 Replies
NFMAIL(8)						      System Manager's Manual							 NFMAIL(8)

NAME
nfmail - accept mail for a notesfile SYNOPSIS
nfmail [ -F ] [ -s ] [ -d ] [ -m mailrc ] topic DESCRIPTION
Nfmail is a mail-receiving program which takes incoming mail, parses subject and author information, and places the letter in a notesfile. Replies, marked by a ``Re:'' prefix in the Subject line, are placed in the notesfile as responses if a basenote with the appropriate title can be found. Normally, the matching of titles based on the ``Re:'' prefixes is done so that a match only occurs when the basenote titles starts with the remainder of the string. Thus, ``Re: this'' will match as a response of the basenote ``this is it'', but will not match a basenote titled ``see this note''. Specify the -F option if you wish to remove the restriction that matches start at the beginning of the title. The -s option tells nfmail to strip header lines from the letter before placing it in the notesfile. Normally, all header information is retained. The ``Subject'', and ``From'' header lines are never removed from the letter. The file /etc/Mail.rc defines default mail read- ing characteristics on many BSD systems. This file can contain lists of header lines to be ignored when presenting messages to users. Nfmail reads this file to determine which header lines are normally ignored. If this file is missing, nfmail doesn't strip any header lines. The -m option specifies further files, typically ``.mailrc'' files, to search for header lines to ignore. More than one -m option can appear on the command line. Use the -d option when you want the inserted note or response to be flagged as a director message. Nfmail usually appears as a mail alias in the file ``/etc/aliases'' in lines such as: problems: "|/usr/spool/notes/.utilities/nfmail -s problems" BUGS
The dependence on ``/etc/Mail.rc'' for lists of headers to be ignored should be cleaned up. Perhaps something where absence of the file means to strip all headers except the Subject and From lines. FILES
/usr/spool/notes/.utilities/nfmail where this program lives. /etc/aliases Mail aliases (BSD UNIX) /etc/Mail.rc Mail configuration templates SEE ALSO
delivermail(8), notes(1), Mail(1), sendmail(8), The Notesfile Reference Manual AUTHORS
Ray Essick (uiucdcs!essick, essick%uiuc@csnet-relay.arpa) Department of Computer Science University of Illinois at Urbana-Champaign Urbana, IL Rob Kolstad (kolstad@convex.UUCP) CONVEX Computer Corporation Richardson, TX University of Illinois NFMAIL(8)
All times are GMT -4. The time now is 01:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy