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

Sendmail problems..Please help :)

Quote Reply
Sendmail problems..Please help :)
When I try to access admin.cgi I receive this error message:

----------------
Error including libraries: Can't modify concatenation in scalar assignment at links.cfg line 69, near "'/usr/sbin/sendmail';"

Make sure they exist, permissions are set properly, and paths are set correctly.
-----------------------

My path to sendmail is correct, as I validated it thru Telnet.

So I must be making a mistake when I enter in the path to sendmail..

So taking into account that my path to sendmail is- /usr/sbin/sendmail
And my web addy is- webmaster@hockeyads.com

How would I fill it into the following lines of code?

Thx :)

# Set only ONE of either $db_mail_path which should go to a
# mail program like sendmail, or $db_smtp_server which will use
# a SMTP server. Do not set both at once!

# PATH of sendmail. # SMTP Server
$db_mail_path = ''; $db_smtp_server = '';

# Email address of the administrator. BE SURE TO SET!
$db_admin_email = '';




Quote Reply
Re: Sendmail problems..Please help :) In reply to
# PATH of sendmail. # SMTP Server
$db_mail_path = '/usr/bin/sendmail'; $db_smtp_server = '';

# Email address of the administrator. BE SURE TO SET!
$db_admin_email = 'webmaster@hockeyads.com';

Installations:http://www.wiredon.net/gt/
Favicon:http://www.wiredon.net/favicon/

Quote Reply
Re: Sendmail problems..Please help :) In reply to
Thx paul :)