Re: sending mail with attachment via commandline?

2003-10-16 Thread Eric Wood
Sean Estabrooks wrote: > You can use mutt : > > mutt -a $ATTACHFILE -s "$SUBJECT" $MAILTO < $TXTFILE Ah! I just tested sending multiple attachments too... cool trick! Thanks, -eric wood -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/re

Re: sending mail with attachment via commandline?

2003-10-16 Thread Sean Estabrooks
On Thu, 16 Oct 2003 12:05:36 -0700 "Chris W. Parker" <[EMAIL PROTECTED]> wrote: > I already have pine installed. Will there be any sort of conflict if I > also install mutt? Chris, It's hard to imagine any problem, especially if you're just using Mutt to _send_ the occasional message. Don't t

RE: sending mail with attachment via commandline?

2003-10-16 Thread Chris W. Parker
Sean Estabrooks on Thursday, October 16, 2003 11:56 AM said: > You can use mutt : Hmm... hopefully this isn't a stupid question but here goes... I already have pine installed. Will there be any sort of conflict if I also install mutt? Chris. -- Don't like refo

Re: sending mail with attachment via commandline?

2003-10-16 Thread Sean Estabrooks
On Thu, 16 Oct 2003 11:42:22 -0700 "Chris W. Parker" <[EMAIL PROTECTED]> wrote: > Hey everyone. > > I've got a shell script that does a simple backup of a directory on a > nightly basis and since I don't have samba configured I'd like to send > that backup file to my email address. > > I've 'man

Re: sending mail with attachment via commandline?

2003-10-16 Thread Craig Daters
Mail will only send text files, you have to use something like uuencode to convert it first, then do something like: mail [EMAIL PROTECTED] < yourfile.uuencoded.file On 10/16/03 11:42 AM, "Chris W. Parker" <[EMAIL PROTECTED]> spoke thusly: > Hey everyone. > > I've got a shell script that do

sending mail with attachment via commandline?

2003-10-16 Thread Chris W. Parker
Hey everyone. I've got a shell script that does a simple backup of a directory on a nightly basis and since I don't have samba configured I'd like to send that backup file to my email address. I've 'man mail' but didn't see anything about adding attachments? Did I miss it or do I need to use a di

Re: A mailer/attachment question

2003-09-07 Thread Cameron Simpson
On 18:17 07 Sep 2003, TK <[EMAIL PROTECTED]> wrote: | I have an email account dedicated to receiving image files as | attachment. I'm looking for a command line non-interactive mailer | program that would automatically save those attachment into file system. | Mutt works, bu

Re: A mailer/attachment question

2003-09-07 Thread Mark Neidorff
I haven't done it, but I think that is within the capabilities of the procmail/formail pair. Mark On Sun, 7 Sep 2003, TK wrote: > Hi, > > I have an email account dedicated to receiving image files as > attachment. I'm looking for a command line non-interactive mailer

A mailer/attachment question

2003-09-07 Thread TK
Hi, I have an email account dedicated to receiving image files as attachment. I'm looking for a command line non-interactive mailer program that would automatically save those attachment into file system. Mutt works, but only in a interactive way. Any recommendation? Thanks. -- redhat

Re: Sending attachment using crontab

2003-07-28 Thread Anthony E. Greene
On 28-Jul-2003/13:08 -0500, Khademul Islam <[EMAIL PROTECTED]> wrote: >I have setup crontab the following way: (My weekely report doesn't work! >and how can I setup my daily report to go only in the weekdays) To run a command only on weekdays set "days" to "1-5": 01 01 * * 1-5 root command Your

Sending attachment using crontab

2003-07-28 Thread Khademul Islam
I have setup crontab the following way: (My weekely report doesn't work! and how can I setup my daily report to go only in the weekdays) [EMAIL PROTECTED] dislam]$ cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ # run-parts 01 * * * * root run-parts /etc/cro

Re: Deleting .exe's from mail attachment

2003-06-24 Thread Bill Tangren
Distribution Lists wrote: I have a redhat 7.2 with the following configured Running amavis-0.3.12 postfix-2.0.12 spamassassin-2.55 does anyone know how I would delete .exe attachments Thanks Look at procmail http://www.procmail.org. There are links to FAQ's that should address this issue. If t

Deleting .exe's from mail attachment

2003-06-23 Thread Distribution Lists
I have a redhat 7.2 with the following configured Running amavis-0.3.12 postfix-2.0.12 spamassassin-2.55 does anyone know how I would delete .exe attachments Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: sendmail attachment

2003-04-04 Thread Anthony E. Greene
bulent wrote: Hello friends, I want to attachment for all sending mail which include any warning by sendmail. How can I this? I do not know if you can do that. Try this perl module: http://sourceforge.net/projects/sendmail-milter/ Tony -- Anthony E. Greene <mailto:[EMAIL PROTECTED]> O

sendmail attachment

2003-04-03 Thread bulent
Hello friends, I want to attachment for all sending mail which include any warning by sendmail. How can I this? thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: ssl attachment problem

2002-12-28 Thread nate
Michael Rubin said: > > Has anyone else had the problem of attachments not working with ssl? I > have a script which displays a file in the browser window. Everything is > fine with http but does not work correctly with https. The one fix that I > managed to find on the net (see below) does not

RE: ssl attachment problem

2002-12-27 Thread Michael Rubin
EMAIL PROTECTED] > Subject: ssl attachment problem > > > > Has anyone else had the problem of attachments not working with > ssl? I have > a script which displays a file in the browser window. Everything is fine > with http but does not work correctly with https. The one

ssl attachment problem

2002-12-27 Thread Michael Rubin
Has anyone else had the problem of attachments not working with ssl? I have a script which displays a file in the browser window. Everything is fine with http but does not work correctly with https. The one fix that I managed to find on the net (see below) does not work for me. Any suggestions

Re: attachment to mail

2002-11-27 Thread Mike Burger
Are you actually using the "mail" command, or something else, like Pine, Elm, or mutt? On Tue, 26 Nov 2002, Jim Baxter wrote: > Pardon the new guy but can anyone tell me how to use mail to send a > message with an attachment. I can use it to sand messages to other > Linux o

Re: attachment to mail

2002-11-26 Thread Cameron Simpson
On 13:51 26 Nov 2002, Hidong Kim <[EMAIL PROTECTED]> wrote: | Jim Baxter wrote: | >Pardon the new guy but can anyone tell me how to use mail to send a | >message with an attachment. I can use it to sand messages to other | >Linux or any email address but I can't find a wa

Re: attachment to mail

2002-11-26 Thread Hidong Kim
Jim Baxter wrote: Pardon the new guy but can anyone tell me how to use mail to send a message with an attachment. I can use it to sand messages to other Linux or any email address but I can't find a way to add one or more attachments. Hi, Which e-mail client are you using? If you use Mo

attachment to mail

2002-11-26 Thread Jim Baxter
Pardon the new guy but can anyone tell me how to use mail to send a message with an attachment. I can use it to sand messages to other Linux or any email address but I can't find a way to add one or more attachments. Thank you for your help Jim -- redhat-list mailing list unsubscribe m

Re: command line mail with attachment

2002-10-30 Thread Paul Campbell
At 07:42 PM 10/30/02 +0100, you wrote: >On Wed, Oct 30, 2002 at 01:10:21PM -0500, Reuben D. Budiardja wrote: >> >> Is there anyway to send e-mail with attachment from command line? the command >> "mail" doesn't seem to have attachment capability. m

Re: command line mail with attachment

2002-10-30 Thread Chuck Mead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Oct 2002, Reuben D. Budiardja posted the following: RDB> RDB>Hi, RDB>Is there anyway to send e-mail with attachment from command line? the command RDB>"mail" doesn't seem to have attachment capability. If you h

Re: command line mail with attachment

2002-10-30 Thread Emmanuel Seyman
On Wed, Oct 30, 2002 at 01:10:21PM -0500, Reuben D. Budiardja wrote: > > Is there anyway to send e-mail with attachment from command line? the command > "mail" doesn't seem to have attachment capability. The command "mutt" does. echo "text in the body of

Re: command line mail with attachment

2002-10-30 Thread Juan Nin
From: "Reuben D. Budiardja" <[EMAIL PROTECTED]> > Is there anyway to send e-mail with attachment from command line? the command > "mail" doesn't seem to have attachment capability. you can use mutt # cat yourMessageBody.txt | mutt -a /path/to/attachme

command line mail with attachment

2002-10-30 Thread Reuben D. Budiardja
Hi, Is there anyway to send e-mail with attachment from command line? the command "mail" doesn't seem to have attachment capability. Thanks. -- - /"\ ASCII Ribbon Campaign against HTML \ / email and proprietary for

Re: is there any script/program to strip out the attachment from the mail?

2002-02-20 Thread Cameron Simpson
On 12:22 20 Feb 2002, Edward C. Bailey <[EMAIL PROTECTED]> wrote: | >>>>> "li" == <[EMAIL PROTECTED]> writes: | li> Is there any script/program to strip out the attachment from the mail? | How about metamail? And also "DeMIME". -- Cameron

Re: is there any script/program to strip out the attachment from the mail?

2002-02-20 Thread Edward C. Bailey
>>>>> "li" == <[EMAIL PROTECTED]> writes: li> Is there any script/program to strip out the attachment from the mail? How about metamail? Ed -- Ed BaileyRed Hat, Inc. http://www.redhat.com/

is there any script/program to strip out the attachment from the mail?

2002-02-20 Thread li
Is there any script/program to strip out the attachment from the mail? thanks a lot. Peter ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Cron to auto-mail myself an attachment

2001-12-24 Thread Emmanuel Seyman
On Mon, Dec 24, 2001 at 05:56:05PM +0600, [EMAIL PROTECTED] wrote: > > I need to have cron to auto mail me an attachment once a week. > is it something like this ? > mimencode file1 | qmail-inject [EMAIL PROTECTED] I use mutt in these cases. mutt -a file1 [EMAIL PROTECTE

Cron to auto-mail myself an attachment

2001-12-24 Thread redhat
Hi all, I need to have cron to auto mail me an attachment once a week. How do I attach a file using qmail-inject or some similar software. I presume I have to convert the attachment with MIME software before it is attached is it something like this ? mimencode file1 | qmail-inject [EMAIL

Re: can sendmail relay mail with attachment ???

2001-02-15 Thread Anthony E . Greene
On Tue, 13 Feb 2001 12:27:34 Philippe Moutarlier wrote: >I have setup a smtp mail relay using sendmail on a RH 6.2 box >(actually, I also tried 7.0). > >I can send mail from a Windows box using my relay as smtp server as long >as there is no attachment in the mail. Sendmail doe

Re: can sendmail relay mail with attachment ???

2001-02-14 Thread Mikkel L. Ellertson
On Tue, 13 Feb 2001, Philippe Moutarlier wrote: > Hi, > > I have setup a smtp mail relay using sendmail on a RH 6.2 box > (actually, I also tried 7.0). > > I can send mail from a Windows box using my relay as smtp server as long > as there is no attachment in the mail.

Re: can sendmail relay mail with attachment ???

2001-02-14 Thread Vineeta
I haven't heard of sendmail not relaying because of attachment. Sounds new to me. But,i have worked with sendmail and never came across such a problem with attachments. Can you check out the mail logs?? perhaps send across the sendmail.cf file?? Cheers, Vineeta Philippe Moutarlier

can sendmail relay mail with attachment ???

2001-02-14 Thread Philippe Moutarlier
Hi, I have setup a smtp mail relay using sendmail on a RH 6.2 box (actually, I also tried 7.0). I can send mail from a Windows box using my relay as smtp server as long as there is no attachment in the mail. I checked on the server : it seems to stay stuck with things like : 8571 ? S 0:00

Re: command line attachment emailer

2000-08-03 Thread Johnie Stafford
>>> On Thu, 3 Aug 2000 18:00:43 -0400 , Steve Thornhill <[EMAIL PROTECTED]> said: st> I need to email a file as an attachment using a just a st> command line. Does anyone know of a simple smtp mailer st> that can be used from a script? metasend, part of the met

command line attachment emailer

2000-08-03 Thread Steve Thornhill
I need to email a file as an attachment using a just a command line. Does anyone know of a simple smtp mailer that can be used from a script? thanks Steve Thornhill <[EMAIL PROTECTED]> ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: ATTACHMENT

2000-04-30 Thread Steve Jardine
On Sun, 30 Apr 2000, Anthony E. Greene wrote: > /usr/bin/mimencode $filename Where does one find the executable "mimencode"? -- Regards, Steve Jardine Searchable Linux Links: http://www.infoware.dhs.org/ Linux ID: 24951 Clarity is pleasurable. --

Re: [Re: ATTACHMENT]

2000-04-30 Thread Anthony E. Greene
Manoj Alex wrote: > I tried from the command line and my use is to send to all the users defined > on the system. If I use pine how can I send to all the users defined. Please > help. In the script I sent, you should add a section that gets the addresses of all the users on the system. These shou

Re: ATTACHMENT

2000-04-30 Thread Anthony E. Greene
Manoj Alex wrote: > This may seems to be very simple. How can I attach a Microsoft word document( > test.doc) along with an e-mail and sent it to everybody. > Thanx in advance. #!/bin/bash # # Script: sendfile # # Purpose: Send the specified file via email as a MIME # attachme

Re: How Can I Automate Sending an Attachment?

2000-04-30 Thread Don Knott
On Sun, 30 Apr 2000, Michael Price wrote: > > How can I automate (script) sending an attachment? > > Thanks in advance! How do you want to send it? Via email? You can use metasend to script sending attachments via email. -- -- To unsubscribe: mail [EMAIL PROTECTED] with &quo

Re: How Can I Automate Sending an Attachment?

2000-04-30 Thread Todd A. Jacobs
On Sun, 30 Apr 2000, Michael Price wrote: > How can I automate (script) sending an attachment? If it's text, pipe it into the message body. If it's binary, use something like mutt. Better yet, don't waste everyone's bandwidth; copy the file to an ftp directory, and ema

Re: [Re: ATTACHMENT]

2000-04-30 Thread Martin Brown
With pine, your outgoing mail should have a header line marked as 'Attchmnt:'. Put the file pathname of the attachment on this line. On 29 Apr 2000, Manoj Alex wrote: > Hi, > I tried from the command line and my use is to send to all the users defined > on the system. If I

How Can I Automate Sending an Attachment?

2000-04-29 Thread Michael Price
How can I automate (script) sending an attachment? Thanks in advance! -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: [Re: ATTACHMENT]

2000-04-29 Thread Manoj Alex
Hi, I tried from the command line and my use is to send to all the users defined on the system. If I use pine how can I send to all the users defined. Please help. Regards. Danny <[EMAIL PROTECTED]> wrote: It all depneds what email client you are using. Are you using pine mutt netscape mail k

Re: ATTACHMENT

2000-04-29 Thread Danny
It all depneds what email client you are using. Are you using pine mutt netscape mail kmail Please CC the reply to the mailing list so you can a variety of answers. On Thu, 05 Jun 2036, Manoj Alex wrote: > Hi, > > This may seems to be very simple. How can I attach a Microsoft word document(

ATTACHMENT

2000-04-29 Thread Manoj Alex
Hi, This may seems to be very simple. How can I attach a Microsoft word document( test.doc) along with an e-mail and sent it to everybody. Thanx in advance. Regards. Get free email and a permanent address at http://www.netaddr

Sendmail Attachment

1998-06-09 Thread John Golovich
I need to send an attachment via sendmail from a command line. Can someone help me with the syntax? Just to give you an idea of what is being done. For security reasons I need to keep an offsite copy of a binary. The easiest way to do it is to email it to an offsite location. Hence the