Re: [gentoo-user] mail command and attachment?

2005-11-24 Thread Leonard - Gentoo

Thanks, but that doesn't seem to work

Regards ..

Leonard
- Original Message - 
From: Iain Buchanan [EMAIL PROTECTED]

To: gentoo-user@lists.gentoo.org
Sent: Thursday, November 24, 2005 1:48 AM
Subject: Re: [gentoo-user] mail command and attachment?



On Thu, 2005-11-24 at 01:15 -0500, Leonard - Gentoo wrote:

Thinking of this now.. but qmail is on this same box..

Anyone know off hand the syntax to send a message feeding it to qmail for
delivery to an account on the box?


I don't know about qmail, but most of the time you can say
[EMAIL PROTECTED] or just user in most cases.

HTH,
--
Iain Buchanan [EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mail command and attachment?

2005-11-24 Thread Leonard - Gentoo
Hello .. thanks again.. but that doesn't work.. maybe mutt is the way to go 
..


Regards ..

Leonard
- Original Message - 
From: Mariusz Pekala [EMAIL PROTECTED]

To: gentoo-user@lists.gentoo.org
Sent: Thursday, November 24, 2005 2:28 AM
Subject: Re: [gentoo-user] mail command and attachment?


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mail command and attachment?

2005-11-24 Thread Leonard - Gentoo

Hello All..

Found the uuencode method on the qmail list ..

uuencode file.ext file.ext | mail -s This is a test [EMAIL PROTECTED]

Thank you everyone!

Regards ..

Leonard
- Original Message - 
From: Leonard - Gentoo [EMAIL PROTECTED]

To: gentoo-user@lists.gentoo.org
Sent: Thursday, November 24, 2005 8:40 AM
Subject: Re: [gentoo-user] mail command and attachment?


Hello .. thanks again.. but that doesn't work.. maybe mutt is the way to 
go ..


Regards ..

Leonard
- Original Message - 
From: Mariusz Pekala [EMAIL PROTECTED]

To: gentoo-user@lists.gentoo.org
Sent: Thursday, November 24, 2005 2:28 AM
Subject: Re: [gentoo-user] mail command and attachment?


--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Neil Bothwick
On Wed, 23 Nov 2005 11:58:40 -0500, Leonard - Gentoo wrote:

 Is it possible to send an attachment using the 'mail' command say in a 
 cronjob? i have a file that i would like sent to me before deleted and 
 recreated to examine it.. but 'man mail' doesnt exactly suggest that an 
 attachment is possible

I don't believe mail will do this, unless you encode the attachment and
incorporate it into the mail yourself. mail-client/nail seems to do what
you want, describing itself as 'an enhanced mailx-compatible mail client'.


-- 
Neil Bothwick

Locutous for Pontiac: Excitment is irrelivent.


signature.asc
Description: PGP signature


Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Leonard - Gentoo

Hello,

Thanks for the suggestion!

Regards ..

Leonard
- Original Message - 
From: Neil Bothwick [EMAIL PROTECTED]

To: gentoo-user@lists.gentoo.org
Sent: Wednesday, November 23, 2005 12:28 PM
Subject: Re: [gentoo-user] mail command and attachment?


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Heinz Sporn
Am Mittwoch, den 23.11.2005, 17:28 + schrieb Neil Bothwick:
 On Wed, 23 Nov 2005 11:58:40 -0500, Leonard - Gentoo wrote:
 
  Is it possible to send an attachment using the 'mail' command say in a 
  cronjob? i have a file that i would like sent to me before deleted and 
  recreated to examine it.. but 'man mail' doesnt exactly suggest that an 
  attachment is possible
 
 I don't believe mail will do this, unless you encode the attachment and
 incorporate it into the mail yourself. mail-client/nail seems to do what
 you want, describing itself as 'an enhanced mailx-compatible mail client'.

Or use just this:

emerge mutt

Than in a script you might use something like this:

echo Content | mutt -s Subject -a file [EMAIL PROTECTED]

 
 
-- 
Mit freundlichen Grüßen

Heinz Sporn

SPORN it-freelancing

Mobile:  ++43 (0)699 / 127 827 07
Email:   [EMAIL PROTECTED]
 [EMAIL PROTECTED]
Website: http://www.sporn-it.com
Snail:   Steyrer Str. 20
 A-4540 Bad Hall
 Austria / Europe


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Leonard - Gentoo

Heinz,

Outstanding.. thanks for the suggestion also..

Regards ..

Leonard
- Original Message - 
From: Heinz Sporn [EMAIL PROTECTED]

To: gentoo-user@lists.gentoo.org
Sent: Thursday, November 24, 2005 12:49 AM
Subject: Re: [gentoo-user] mail command and attachment?



Am Mittwoch, den 23.11.2005, 17:28 + schrieb Neil Bothwick:

On Wed, 23 Nov 2005 11:58:40 -0500, Leonard - Gentoo wrote:

 Is it possible to send an attachment using the 'mail' command say in a
 cronjob? i have a file that i would like sent to me before deleted and
 recreated to examine it.. but 'man mail' doesnt exactly suggest that an
 attachment is possible

I don't believe mail will do this, unless you encode the attachment and
incorporate it into the mail yourself. mail-client/nail seems to do what
you want, describing itself as 'an enhanced mailx-compatible mail 
client'.


Or use just this:

emerge mutt

Than in a script you might use something like this:

echo Content | mutt -s Subject -a file [EMAIL PROTECTED]





--
Mit freundlichen Grüßen

Heinz Sporn

SPORN it-freelancing

Mobile:  ++43 (0)699 / 127 827 07
Email:   [EMAIL PROTECTED]
[EMAIL PROTECTED]
Website: http://www.sporn-it.com
Snail:   Steyrer Str. 20
A-4540 Bad Hall
Austria / Europe


--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Leonard - Gentoo

Thinking of this now.. but qmail is on this same box..

Anyone know off hand the syntax to send a message feeding it to qmail for 
delivery to an account on the box?


Regards ..

Leonard
- Original Message - 
From: Leonard - Gentoo [EMAIL PROTECTED]

To: gentoo-user@lists.gentoo.org
Sent: Thursday, November 24, 2005 1:05 AM
Subject: Re: [gentoo-user] mail command and attachment?



Heinz,

Outstanding.. thanks for the suggestion also..

Regards ..

Leonard
- Original Message - 
From: Heinz Sporn [EMAIL PROTECTED]

To: gentoo-user@lists.gentoo.org
Sent: Thursday, November 24, 2005 12:49 AM
Subject: Re: [gentoo-user] mail command and attachment?



Am Mittwoch, den 23.11.2005, 17:28 + schrieb Neil Bothwick:

On Wed, 23 Nov 2005 11:58:40 -0500, Leonard - Gentoo wrote:

 Is it possible to send an attachment using the 'mail' command say in a
 cronjob? i have a file that i would like sent to me before deleted and
 recreated to examine it.. but 'man mail' doesnt exactly suggest that 
 an

 attachment is possible

I don't believe mail will do this, unless you encode the attachment and
incorporate it into the mail yourself. mail-client/nail seems to do what
you want, describing itself as 'an enhanced mailx-compatible mail 
client'.


Or use just this:

emerge mutt

Than in a script you might use something like this:

echo Content | mutt -s Subject -a file [EMAIL PROTECTED]





--
Mit freundlichen Grüßen

Heinz Sporn

SPORN it-freelancing

Mobile:  ++43 (0)699 / 127 827 07
Email:   [EMAIL PROTECTED]
[EMAIL PROTECTED]
Website: http://www.sporn-it.com
Snail:   Steyrer Str. 20
A-4540 Bad Hall
Austria / Europe


--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Iain Buchanan
On Thu, 2005-11-24 at 01:15 -0500, Leonard - Gentoo wrote:
 Thinking of this now.. but qmail is on this same box..
 
 Anyone know off hand the syntax to send a message feeding it to qmail for 
 delivery to an account on the box?

I don't know about qmail, but most of the time you can say
[EMAIL PROTECTED] or just user in most cases.

HTH,
-- 
Iain Buchanan [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mail command and attachment?

2005-11-23 Thread Mariusz Pękala
On 2005-11-24 01:15:07 -0500 (Thu, Nov), Leonard - Gentoo wrote:
 Thinking of this now.. but qmail is on this same box..
 
 Anyone know off hand the syntax to send a message feeding it to qmail for 
 delivery to an account on the box?
 

Maybe
   cat message | /var/qmail/bin/qmail-inject -a username
would do it?
Attachments should be already included/encoded in message, I suppose.
(Is anybody still using uuencode these days?)

-- 
No virus found in this outgoing message.
Checked by 'grep -i virus $MESSAGE'
Trust me.


pgpHsCvbchjwz.pgp
Description: PGP signature