Gossamer Forum
Home : Products : Links 2.0 : Discussions :

sendmail problem

Quote Reply
sendmail problem
 
# PATH of sendmail. # SMTP trying to send a mail, I get this error :

CGI ERROR
==========================================
Error Message : Unable to init mailer! Reeason: Sendmail was not defined or not found: /usr/sbin/sendmail/
Script Location : nph-email.cgi
Perl Version : 5.00502

Form Variables
-------------------------------------------

Environment Variables
-------------------------------------------
AUTH_TYPE : Basic
CONTENT_LENGTH : 66
CONTENT_TYPE : application/x-www-form-urlencoded
DOCUMENT_ROOT : /data1/virtualave.net
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
HTTP_ACCEPT_CHARSET : iso-8859-1,*,utf-8
HTTP_ACCEPT_ENCODING: gzip
HTTP_ACCEPT_LANGUAGE: de,de-DE
HTTP_CONNECTION : Keep-Alive
HTTP_HOST : 2loud4u.virtualave.net
HTTP_REFERER : http://2loud4u.virtualave.net/cgi-bin/admin/admin.cgi?db=links&ID=&Title=&URL=&Date=&Category=---&Description=&Contact+Name=&Contact+Email=& Hits=&isNew=---&isPopular=---&Rating=&Votes=&ReceiveMail=---&keyword=coe&mh=10&sb=---&so=ascend&html_mail_form=Search
HTTP_USER_AGENT : Mozilla/4.7 [de] (Win98; I)
PATH : /usr/local/bin:/usr/bin:/bin


But I have set :

Server
$db_mail_path = '/usr/sbin/sendmail/'; $db_smtp_server = '';

- thats the path to virtualaves sendmail program I was provided. How can I fix this?
Coe
Quote Reply
Re: sendmail problem In reply to
Try the following:

Code:
$db_mail_path = '|/usr/sbin/sendmail/ -t -oeq';

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: sendmail problem In reply to
Hi I tried but same thing, but it seems to read the change. was that "|" right before /usr/... ?

CGI ERROR
==========================================
Error Message : Unable to init mailer! Reeason: Sendmail was not defined or not found: |/usr/sbin/sendmail/ -t
Script Location : nph-email.cgi
Perl Version : 5.00502

Is there anything to change in nph-email.cgi?
I have no mods nothing changed in programming...
bye , Coe