Re[2]: Sendmail problem...BUG !

2000-08-30 Thread Audouy Jérôme
Le mercredi 30 août 2000 à 4:11:49 PM, [EMAIL PROTECTED] a écris: > On Wed, Aug 30, 2000 at 03:14:19PM +0200, Audouy J?r?me wrote: >> > I have a problem with the /var/qmail/bin/sendmail program >> > i try to send a mail via a script (AMaViS) but the command line doesn't work : >> > #!/bin/sh >> >

Re: Sendmail problem...BUG !

2000-08-30 Thread markd
On Wed, Aug 30, 2000 at 03:14:19PM +0200, Audouy J?r?me wrote: > > I have a problem with the /var/qmail/bin/sendmail program > > i try to send a mail via a script (AMaViS) but the command line doesn't work : > > #!/bin/sh > > cat < > From: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > > Subject: t

Sendmail problem...BUG !

2000-08-30 Thread Audouy Jérôme
> I have a problem with the /var/qmail/bin/sendmail program > i try to send a mail via a script (AMaViS) but the command line doesn't work : > #!/bin/sh > cat < From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: test > > my test text. > EOF i find my problem ! there is a little bug in qma

Re[2]: [AMaViS-user] Sendmail problem...

2000-08-30 Thread Audouy Jérôme
Le mardi 29 août 2000 à 5:49:23 PM, Rainer Link a écris: > The following small script (tested with qmail, of course) worked for me. > #!/bin/sh > cat < From: rainer@localhost > To: test@localhost > Subject: test > my test text. > EOF > That's basically just the same way

Re: [AMaViS-user] Sendmail problem...

2000-08-29 Thread Ronny Haryanto
On 29-Aug-2000, Rainer Link wrote: > On Tue, 29 Aug 2000, Audouy Jérôme wrote: > > > I have a problem with the /var/qmail/bin/sendmail program > > i try to send a mail via a script (AMaViS) but the command line doesn't work : > > > > $cat < > From: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > >

Re: [AMaViS-user] Sendmail problem...

2000-08-29 Thread Rainer Link
On Tue, 29 Aug 2000, Audouy Jérôme wrote: > I have a problem with the /var/qmail/bin/sendmail program > i try to send a mail via a script (AMaViS) but the command line doesn't work : > > $cat < From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: test > my test text. > Well, using -t and

Re: Sendmail problem...

2000-08-29 Thread Ronny Haryanto
On 29-Aug-2000, Audouy Jérôme wrote: > I have a problem with the /var/qmail/bin/sendmail program > > i try to send a mail via a script (AMaViS) but the command line doesn't work : > > $cat < From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: test > my test text. > > ^D > $ Proper email

Re: [AMaViS-user] Sendmail problem...

2000-08-29 Thread James Raftery
On Tue, Aug 29, 2000 at 05:49:23PM +0200, Rainer Link wrote: > Well, using -t and -f together does not make sense imho. Here's a quote of > the man-page from sendmail -f specifies the (envelope) sender. -t is used to specify the recipients. Using them together makes perfect sense! Regards, jame

Sendmail problem...

2000-08-29 Thread Audouy Jérôme
I have a problem with the /var/qmail/bin/sendmail program i try to send a mail via a script (AMaViS) but the command line doesn't work : $cat