Sponsored Content
Top Forums Shell Programming and Scripting Sendmail - Attachments & Subjects Post 303025339 by dakelly on Wednesday 31st of October 2018 05:22:43 AM
Old 10-31-2018
Quote:
Originally Posted by jgt
you are missing a final boundary line.
you should be able to find a workable solution if you search 'sendmail' and restrict the output to my posts.
Thanks jgt, but I never found what I was looking for via the search.

However, I was able to fix my problem this morning - it's great what a nights sleep can do.

Code:
( echo "Subject: Test from HOST"; cat /home/dakelly/message_body.txt; uuencode /home/dakelly/attachment.txt attachment.txt ) | sendmail recipient@domain.com

the above code sends an email with a subject, a body & an attachment... after testing I can add in more attachments as well as long as I add in more
Code:
uuencode /path/to/file file_name_to_send; uuencode /path/to/file file_name_to_send;


Last edited by dakelly; 10-31-2018 at 12:40 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Using Sendmail (& attachment)

Hi, This is my first thread. Iam trying the following: OS: Sun Database: DB2, Informix, Oracle * Get the status of the database (using database command line options) * pipe to a text file * send mail of the text file to receiptents. TODO1: First step i tried to send a test message.... (3 Replies)
Discussion started by: kenkanya
3 Replies

2. UNIX for Dummies Questions & Answers

sendmail attachments

Dear all, I've been working with AIX for, um, 15 years now and I have read all I can about the above, but I am stuck. Everything seems to point to using sendmail on the command line to embed a uuencoded attatchment will not work. Using something like "(cat plain.txt;uuencode attach.file... (4 Replies)
Discussion started by: rbatte1
4 Replies

3. Shell Programming and Scripting

sendmail with attachments

Hi, I got the following script from Ygor on this site: #!/usr/bin/ksh export MAILTO="email_address" export CONTENT="/export/home/aisdba/email_body.html" export SUBJECT="subject of email" ( echo "Subject: $SUBJECT" echo "MIME-Version: 1.0" echo "Content-Type: text/html" echo... (9 Replies)
Discussion started by: suthera
9 Replies

4. UNIX for Advanced & Expert Users

Email with multiple attachments & HTML body

I have a html file: # cat sample.html <html> <body> Sample HTML file</p> </body> </html> And I have two excel sheets (sheet1.xls & sheet2.xls) I want to send an email by having the sample.html as the message body and two spreadsheets as the attachments. I tried using the below command:... (12 Replies)
Discussion started by: BHM
12 Replies

5. Shell Programming and Scripting

Sendmail Script: Gmail cannot find attachments

Hi. I am using a script on HP-UX to send emails that include a Pdf attachment to clients. The scipt makes use of sendmail. The scripts works for everything except gmail. When I go on gmail via my Web Browser, I can see the message with the attachment, but if I try to view or download the... (2 Replies)
Discussion started by: Wahooka
2 Replies

6. UNIX for Advanced & Expert Users

Mutt for html body and multiple html & pdf attachments

Hi all: Been racking my brain on this for the last couple of days and what has been most frustrating is that this is the last piece I need to complete a project. There are numerous posts discussing mutt in this forum and others but I have been unable to find similar issues. Running with... (1 Reply)
Discussion started by: raggmopp
1 Replies

7. Shell Programming and Scripting

Sendmail Png Attachments

I use sendmail to send html emails, my script works perfect and sends email with plain text attachment. Now i need to attache png file to the email and this attachment part is not working. ( echo "From: $FROM" echo "To: $TO" echo "MIME-Version: 1.0" echo "Subject: $SUBJECT" echo... (4 Replies)
Discussion started by: posner
4 Replies

8. Shell Programming and Scripting

Sendmail gz Attachments

Hi All, I have a problem again with sendmail content type . I am trying to attach the gz file to the html email but couldnt figure out even after extensive google. Here is my code. ( echo "From: $FROM" echo "To: $MAILTO" echo... (3 Replies)
Discussion started by: posner
3 Replies

9. Red Hat

/etc/aliases & Sendmail

I've recently migrated a Solaris 10 server, to Redhat. I've migrated all my crons & scripts and now I'm attempting to set all the aliases, to send to the appropriate accounts. I have a particular user defined in /etc/aliases, however, when a particular script is ran in cron, I do not receive any... (2 Replies)
Discussion started by: Nvizn
2 Replies

10. Shell Programming and Scripting

Mailing multiple PNG attachments using sendmail

Need assistance in using the below script and having multiple png file attachments in the same script . Your inputs are appreciated. I dont have uuencode , I use either mailx, sendmail, mpack . ( echo "to: samplemail@somewhere.com" echo "from: samplemail@elsewhere.com" echo "subject:... (2 Replies)
Discussion started by: ajayram_arya
2 Replies
MIMEDEFANG(8)						      System Manager's Manual						     MIMEDEFANG(8)

NAME
mimedefang - Sendmail MIME mail filter SYNOPSIS
mimedefang prcap mimedefang -p connection -m mx_socket_name -U user [options] DESCRIPTION
mimedefang is a filter built around Sendmail 8.11's milter API for mail filters. It collects each incoming message and runs a filter on the message. This is useful for deleting attachments which may be a security risk on poorly-designed systems like Microsoft Windows. mimedefang does not actually run the Perl filter; instead, it communicates with mimedefang-multiplexor(8), which manages a pool of persis- tent Perl processes. See the mimedefang-multiplexor man page for additional information. OPTIONS
If you invoke mimedefang with the single argument prcap, it prints information about the version of Milter it is linked against and exits. Otherwise, you should invoke mimedefang as shown in the second line of the SYNOPSIS. -U user Runs mimedefang as user rather than root. The user argument must match the argument to mimedefang-multiplexor's -U option as well. -z spooldir Set the spool directory to spooldir. If this option is omitted, the spool directory defaults to /var/spool/MIMEDefang. -p connection The -p switch is required and specifies the milter connection type. Typically, you should run mimedefang on the same computer as sendmail. Therefore, you should use a UNIX-domain socket for the connection type. The suggested value for the -p switch is mimede- fang.sock under the spool directory. -m mx_socket_name Specifies the socket for communicating with mimedefang-multiplexor(8). The mx_socket_name specifies the path of the UNIX-domain socket. See mimedefang-multiplexor(8) for details. -b backlog Sets the "backlog" argument to the listen(2) system call to backlog. If this option is omitted, then the operating-system default backlog is used. -d The -d switch causes mimedefang not to delete the temporary spool files it creates for incoming messages. This is for debugging purposes only and should never be used on a production mail server. -r Causes mimedefang to perform a relay check before processing any messages. It calls into a user-supplied Perl function called fil- ter_relay with the IP address and host name of the sending relay. (See mimedefang-filter(5) for details.) -H Causes mimedefang to perform a HELO check before processing any messages. It calls into a user-supplied Perl function called fil- ter_helo with the IP address and host name of the sending relay, and the HELO argument. (See mimedefang-filter(5) for details.) -s Causes mimedefang to perform a sender check before processing the message body. It calls into a user-supplied Perl function called filter_sender with the envelope address of the sender. (See mimedefang-filter(5) for details.) -t Causes mimedefang to perform recipient checks before processing the message body. It calls into a user-supplied Perl function called filter_recipient with the envelope address of each recipient. (See mimedefang-filter(5) for details.) -q Permits the multiplexor to queue new connections. See the section QUEUEING REQUESTS in the mimedefang-multiplexor man page. Note that this option and the -R option are mutually-exclusive. If you supply -q, then -R is ignored. -k Causes mimedefang not to delete working directories if a filter fails. This lets you obtain the message which caused the filter to fail and determine what went wrong. mimedefang logs the directory containing the failed message using syslog. -P fileName Causes mimedefang to write its process-ID (after becoming a daemon) to the specified file. -R num Normally, mimedefang tempfails a new SMTP connection if there are no free slaves. Supplying the -R num option makes mimedefang tempfail new connections if there are fewer than num free slaves, unless the connection is from the local host. This allows you to favour connections from localhost so your clientmqueue doesn't build up. Note that supplying -R 0 is subtly different from omitting the option; in this case, mimedefang permits new connections from localhost to queue, but not connections from other hosts (unless you also supply the -q option.) The purpose of the -R option is to reserve resources for clientmqueue runs. Otherwise, on a very busy mail server, clientmqueue runs can starve for a long time, leading to delays for locally-generated or streamed mail. We recommend using a small number for num; probably no more than 3 or 10% of the total number of slaves (whichever is smaller.) Note that this option and the -q option are mutually-exclusive. If you supply -q, then -R is ignored. -C Conserve file descriptors by opening and closing disk files more often. (Disk files are never held open across Milter callbacks.) While this shortens the length of time a file descriptor is open, it also leaves more opportunities for the open to fail. We do not recommend the use of this flag except on very busy systems that exhibit failures due to a shortage of file descriptors. -T Causes mimedefang to log the run-time of the Perl filter using syslog. -x string Add string as the content of the X-Scanned-By: header. If you set string to the empty string (i.e. -x ""), then no X-Scanned-By: header will be added. -X Do not add an X-Scanned-By: header. Specifying -X is equivalent to specifying -x "". -D Do not fork into the background and become a daemon. Instead, stay in the foreground. Useful mainly for debugging or if you have a supervisory process managing mimedefang. -M This option is obsolete; it is accepted for backward-compatibility, but is ignored. -N Normally, mimedefang sees all envelope recipients, even ones that Sendmail knows to be invalid. If you don't want Sendmail to per- form a milter callback for recipients it knows to be invalid, invoke mimedefang with the -N flag. Please note that this flag only works with Sendmail and Milter 8.14.0 and newer. It has no effect if you're running an older version of Sendmail or Milter. -S facility Specifies the syslog facility for log messages. The default is mail. See openlog(3) for a list of valid facilities. You can use either the short name ("mail") or long name ("LOG_MAIL") for the facility name. -a macro Pass the value of the specified Sendmail macro through to the Perl filter. You can repeat the -a option to write more macros than the built-in defaults. Note that in addition to asking mimedefang to pass the macro value to the filter, you must configure Send- mail to pass the macro through to mimedefang using the confMILTER_MACROS_ENVFROM definition in Sendmail's m4 configuration file. -c Strip "bare" carriage-returns (CR) characters from the message body. A bare CR should never appear in an e-mail message. Older versions of mimedefang used to strip them out automatically, but now they are left in by default. The -c option enables the older behavior. -h Print usage information and exit. OPERATION
When mimedefang starts, it connects to sendmail using the milter API. (See the Sendmail 8.11 documentation.) For each incoming message, mimedefang creates a temporary directory and saves information in the directory. At various phases during the SMTP conversation, mimede- fang communicates with mimedefang-multiplexor to perform various operations. mimedefang-multiplexor manages a pool of persistent Perl pro- cesses that actually perform the mail scanning operations. When a Perl process scans an e-mail, the temporary spool directory contains certain files; details of the communication protocol between mimedefang and the Perl script are in mimedefang-protocol(7). WARNINGS
mimedefang does violence to the flow of e-mail. The Perl filter is quite picky and assumes that MIME e-mail messages are well-formed. While I have tried to make the script safe, I take no responsibility for lost or mangled e-mail messages or any security holes this script may introduce. AUTHOR
mimedefang was written by David F. Skoll <dfs@roaringpenguin.com>. The mimedefang home page is http://www.mimedefang.org/. SEE ALSO
mimedefang.pl(8), mimedefang-filter(5), mimedefang-multiplexor(8), mimedefang-protocol(7) 4th Berkeley Distribution 8 February 2005 MIMEDEFANG(8)
All times are GMT -4. The time now is 10:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy