Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

sendmail....solved!

Quote Reply
sendmail....solved!
Thanks.....thats it wheris..
It works with:
# PATH of sendmail.
$db_mail_path = "/usr/sbin/sendmail -t";



I've problems with sending mail to users and so
Using path to sendmail:
# PATH of sendmail. # SMTP Server
$db_mail_path = '/usr/sbin'; $db_smtp_server = '';

this works with other scripts
There should be a manner to figure out where sendmail is located using telnet?
can someone give me a hint?

Thanks!

tried other paths, but nothing happend

Quote Reply
Re: sendmail In reply to
Sorry for mentioning the obvious, but your hosting company's FAQs should clearly state your sendmail path.

Thomas
http://www.japanreference.com
Quote Reply
Re: sendmail In reply to
Try

shell> whereis sendmail

Or....

shell> locate sendmail

Paul Wilson.
http://www.wiredon.net/gt/
http://www.perlmad.com/