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

Re: [cobalt-users] Configuring and Starting Sendmail



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