|
|
|
|
|
|
![]() |
#1 |
You can now put whatever you want in this space :)
|
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! |
![]() |
![]() |
![]() |
#2 |
Lonewolf Internet Sales
|
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 |
![]() |
![]() |
![]() |
#3 |
a.k.a. Sparky
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 |
![]() |
![]() |
![]() |
#4 | |
You can now put whatever you want in this space :)
|
Quote:
Thanks |
|
![]() |
![]() |
![]() |
#5 |
You can now put whatever you want in this space :)
|
FIXED
/usr/sbin/sendmail -t (t param did it!) |
![]() |
![]() |
![]() |
|
|