[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Configuring and Starting Sendmail
- Subject: Re: [cobalt-users] Configuring and Starting Sendmail
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sat Sep 15 10:05:38 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I am running an RaQ4i, could someone please tell me how to get sendmail
> started up ?
>
> I have run:
>
> /etc/rc.d/inet.d/sendmail start
>
> But it doesn't seem to have worked, as when I execute a CGI script that
> tries to call sendmail it doesn't work.
>
Do ps ax | grep sendmail
You should see something like below!
2158 ? S 0:00 sendmail: accepting connections
Also try
[root /root]# netstat -tupan | grep sendmail
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
2158/sendmail: acce
What do you mean the script doesn't work?
Do you get some kind of an error.
Gerald