send mail path

send mail path

Posted by: navpilot
Posted on: 2007-07-14 13:26:00

I am trying to setup an auto responder (sequential) and I need to know the path to the send mail program on my mail server.

I could not find any info in the support wiki, would anyone know what the path is. The script was looking for something like this

# Type the full path to your EMail program.
# If you're not sure of this, ask your server administrator

$mailprog="/usr/sbin/sendmail";

Thanks in advance for your assistance.

apologies to rparker

Mike S

Re: send mail path

Posted by: rlparker
Posted on: 2007-07-14 15:51:00

In reply to:

I am trying to setup an auto responder (sequential) and I need to know the path to the send mail program on my mail server.


It can be a bit difficult to find stuff in the wiki at times, but this one *is* in there. wink

"/usr/sbin/sendmail is the path to sendmail on our systems."

That info you were looking for is located at Where is sendmail?, which is just one entry on a page with other useful programming related information regarding where stuff lives.

Apology accepted, rock on! smile.

--rlparker

Re: send mail path

Posted by: navpilot
Posted on: 2007-07-14 18:50:00

will that path need to be preceeded by http://?

Re: send mail path

Posted by: jonathan_c
Posted on: 2007-07-15 05:56:00

In reply to:

will that path need to be preceeded by http://?


I don't think so. It is unix style path.

Re: send mail path

Posted by: rlparker
Posted on: 2007-07-15 07:11:00

In reply to:

will that path need to be preceeded by http://?


jonathan_c is correct. That path describes the program's location in the filesystem; it is not reachable via the http protocol addressed in that way. smile

--rlparker

Re: send mail path

Posted by: rlparker
Posted on: 2008-05-19 23:39:00

A forum member just pointed out that those links to the wiki pages are broken ... It seems that "linking" those particular urls with this forum software "breaks" them, so here is a "modified" link that should work to get you to the "main" page with the information (you can follow the "Where is sendmail?" link from there: wink

http://wiki.dreamhost.com/index.php?title=KB_/_Web_Programming_/_CGI,_PHP,_and_Databases_/_Where_is....?&action=view

I hope this helps! smile

--rlparker

Tags: mail programmail serveremailserver administratorauto respondersendmailapologiesthanks in advancewikiusr