Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-01-06, 07:22 PM   #1
DJilla
You can now put whatever you want in this space :)
 
DJilla's Avatar
 
Join Date: Sep 2005
Posts: 525
Send a message via ICQ to DJilla
Path To SendMail

I've knowcked my head against the wall long enough now I'm asking for help.

New list script (cgi) supposed to send confirm email automatically. I installed the script as a sub domain temorarily while I work out the bugs. Everything is working well and I could have sworn originally that I had sent myself several test emails. The path is standard:

/usr/sbin/sendmail

Thing won't send an email for begging. I'm wondering if its because I have the list installed on an addon domain and it can't find the correct path to sendmail but I think it still should anyway as default. Any ideas? I'm about to put it on its own domain anyways but still it bugs me that this one aspect isn't working perfectly before I do.

Thanks!
DJilla is offline   Reply With Quote
Old 2006-01-06, 07:27 PM   #2
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
When I entered the sendmail path for my TGP script I had to include a couple of parameters after the path to get it to work.
Code:
/usr/sbin/sendmail -f webmaster@my-domain.com
Toby is offline   Reply With Quote
Old 2006-01-06, 07:52 PM   #3
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
/usr/sbin/sendmail
/usr/lib/sendmail
/usr/bin/sendmail

are common paths for sendmail.

if you have shell access, try

which sendmail
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2006-01-07, 09:39 AM   #4
DJilla
You can now put whatever you want in this space :)
 
DJilla's Avatar
 
Join Date: Sep 2005
Posts: 525
Send a message via ICQ to DJilla
Quote:
Originally Posted by cd34
/usr/sbin/sendmail
/usr/lib/sendmail
/usr/bin/sendmail

are common paths for sendmail.
No the path is right /usr/sbin/sendmail. I was just trying to confirm that the path remains as it is even when one is working with addon domains. I think I figured it out though... it was in script my redirection.

Thanks
DJilla is offline   Reply With Quote
Old 2006-01-07, 02:27 PM   #5
DJilla
You can now put whatever you want in this space :)
 
DJilla's Avatar
 
Join Date: Sep 2005
Posts: 525
Send a message via ICQ to DJilla
FIXED

/usr/sbin/sendmail -t (t param did it!)
DJilla is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:13 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc