[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: "Oliver Schlag" <chairman@xxxxxxxx>
- Date: Fri Sep 14 22:45:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hy Mark,
the Output looks like sendmail is running correct, if you like you can try
to make a "telnet your.host.name 25" and check if sendmail answers. If this
is so, then create a file info.php and put the following lines into it :
<?php
phpinfo();
?>
Call the file via your webbrowser and look for the path to sendmail, this
should be something like /usr/sbin/sendmail -t. If not, then search for the
file php.ini and correct the path to sendmail. You can search for php.ini
with the following command find / -name "php.ini"
Hope that works.
Olive