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

sendmail is buggered

Quote Reply
sendmail is buggered
Hi,

I had the script running to a T. Now suddenly the sendmail doesn't work anymore.

What gives. I tried other scripts on my site that use send mail and they work fine. So the problem lies with in lins script....but where. Any ideas would be appreciated.

Mic
Quote Reply
Re: sendmail is buggered In reply to
OH. Here is the error message

Error Message : Unable to init mailer! Reason: Sendmail was not defined or not found: usr/lib/sendmail
Script Location : /home/users/mic/www/CGI-BIN/links/admin/admin.cgi
Perl Version : 5.003

Quote Reply
Re: sendmail is buggered In reply to
Double check the sendmail configuration in links.cfg. Make sure, if you are using Links v2, that a smtp server is also not defined at the same time. Either the sendmail configuration got changed somehow, or sendmail was moved on your server.
Quote Reply
Re: sendmail is buggered In reply to
 
Code:
# PATH of sendmail. # SMTP Server
$db_mail_path = 'usr/lib/sendmail'; $db_smtp_server = '';

# Email address of the administrator. BE SURE TO SET!
$db_admin_email = 'trudy@washroomwall.com';
Quote Reply
Re: sendmail is buggered In reply to
it's a path problem:

$db_mail_path = 'usr/lib/sendmail'

should be '/usr/lib/sendmail' #note the leading /

--mark
Quote Reply
Re: sendmail is buggered In reply to
no way...that's it. I teeny weeny slash. Oh man!!

Thanks! Hopefully I won't be bak Smile

Mic
Quote Reply
Re: sendmail is buggered In reply to
Thanks MArk, that was the ticket Smile