Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Sendmail

Quote Reply
Sendmail
my servers send mail is
usr/bin/sendmail

but when i put this in, links won't send e-mails. what can i do????

do i need to do something else or it a server error??

thanks
martyd
Quote Reply
Re: Sendmail In reply to
Hi Martyd!

Check your links.cfg for:

Code:
# Email Options
# --------------------------------------------------------
# NOTE: Be sure to edit the text of the message. It can be found
# in the templates directory: email-add.txt, email-del.txt and
# email-mod.txt respectively.

# 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.
$db_mail_path = '/usr/lib/sendmail';
# SMTP Server
$db_smtp_server = '';

HTHs

------------------
www.nzcid.godzone.net.nz
New Zealand Christian Internet Directory




Quote Reply
Re: Sendmail In reply to
Also make sure that you remm out (#) the SMTP variable as it will cause a conflict with your server if both Sendmail and SMTP variables are configured:

Code:
# $db_smtp_server = '';

Regards.

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------