[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Configuring and Starting Sendmail



> 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