[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: One question
From: |
Rick Macdonald |
Subject: |
Re: One question |
Date: |
Tue, 18 Sep 2001 08:05:05 -0600 (MDT) |
On Tue, 18 Sep 2001, Alpesh Thakar wrote:
> > MAIL_AGENT = /usr/lib/sendmail -oi -t -f gnats@mycompany.com
> I have -f gnats@mycompany.com in make file.
It should be gnats@einfochips.com
> > Test sendmail on your gnats server machine on the command line. Create an
> > email in a file and run:
> >
> > cat mail.file | /usr/lib/sendmail -oi -t
> I have created the mail.file name in my local folder and from where i have
> run the above command cat mail.file | /usr/lib/sendmail -oi -t. There is no
> any changes i have seen it will directly give the second prompt.But when I
> have seen the process using "ps -elf | grep sendmail".It shows me.
> Then after what I have to do. Please tell me.
There is a sendmail daemon that always runs. That is correct. If you get
the prompt back that is correct. If the email is not delivered then I
cannot help you.
...RickM...