#1 (permalink)  
Old 12-04-2007, 12:36 PM
Registered User
 
Join Date: Sep 2003
Posts: 186
Lestat
PHPNuke email activations

Apparently it has stop working. Seems as if the mail() function has been disabled. I have incorporated a no email activation required but still need the mail() function to work for other clients. I have businesses that require the web mail functions to work. How do I fix this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-04-2007, 12:45 PM
Registered User
 
Join Date: Sep 2003
Posts: 186
Lestat
email() Not working VIA web form

Apparently it has stop working. Seems as if the mail() function has been disabled. I have incorporated a no email activation required but still need the mail() function work for other clients. I have businesses that require the web mail functions to work. How do I fix this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-04-2007, 01:03 PM
cPanelDavidG's Avatar
cPanel Technical Sales
 
Join Date: Nov 2006
Location: Houston, TX
Posts: 8,117
cPanelDavidG is on a distinguished road
** Merged Duplicate Threads **
__________________
Need technical assistance? You can find your best avenue for support at: http://support.cPanel.net
-- cPanel David G., Lead Forum Administrator & cPanel Technical Sales Representative
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-04-2007, 01:06 PM
Registered User
 
Join Date: Sep 2003
Posts: 186
Lestat
sorry about that... apparently an update was pushed last night and fowled this up...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-04-2007, 01:07 PM
cPanelDavidG's Avatar
cPanel Technical Sales
 
Join Date: Nov 2006
Location: Houston, TX
Posts: 8,117
cPanelDavidG is on a distinguished road
First, ensure you haven't disabled mail() in the disable_functions directive of the php.ini file. You can access the PHP configuration by going to WHM -> Service Configuration -> PHP Configuration Editor. Note, on concurrent PHP setups, this only shows the configuration for PHP 5 at this time (the developers are working on a solution to this issue, no ETA though).

Next thing you may want to do is check the Exim queue (WHM -> Email -> Mail Queue Manager) to ensure your messages aren't getting stuck in the queue for whatever reason.
__________________
Need technical assistance? You can find your best avenue for support at: http://support.cPanel.net
-- cPanel David G., Lead Forum Administrator & cPanel Technical Sales Representative
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-04-2007, 01:20 PM
Registered User
 
Join Date: Sep 2003
Posts: 186
Lestat
Mail SMTP Used under Windows only: host name or IP address of the SMTP server PHP should use for mail sent with the mail() function. localhost **DEFAULT**, Click to Edit

Mail sendmail_from me@localhost.com **DEFAULT**, Click to Edit

Mail sendmail_path /usr/sbin/sendmail -t -i

Mail smtp_port 25

how do know if disabled.

I have an email on server if someone PM's me I get email but if user doesn't get an email notification email. Only sends to local users on the server apparently.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-04-2007, 01:21 PM
cPanelDavidG's Avatar
cPanel Technical Sales
 
Join Date: Nov 2006
Location: Houston, TX
Posts: 8,117
cPanelDavidG is on a distinguished road
Quote:
Originally Posted by Lestat View Post
how do know if disabled.
Scroll down to disabled_functions.
__________________
Need technical assistance? You can find your best avenue for support at: http://support.cPanel.net
-- cPanel David G., Lead Forum Administrator & cPanel Technical Sales Representative
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-04-2007, 01:28 PM
AndyReed's Avatar
cPanel Partner NOC
cPanel Partner NOC Badge
 
Join Date: May 2004
Location: Minneapolis, MN
Posts: 2,212
AndyReed is on a distinguished road
Quote:
Originally Posted by Lestat View Post
Mail SMTP Used under Windows only: host name or IP address of the SMTP server PHP should use for mail sent with the mail() function. localhost **DEFAULT**, Click to Edit

Mail sendmail_from me@localhost.com **DEFAULT**, Click to Edit

Mail sendmail_path /usr/sbin/sendmail -t -i

Mail smtp_port 25

how do know if disabled.
In addition to what cPanelDavidG said, login to the WHM >> Main >> Server Configuration >> Tweak Settings and make sure the option "Prevent the user "nobody" from sending out mail to remote addresses (PHP and CGI scripts generally run as nobody if you are not using PHPSuexec and Suexec respectively.)" is not checked. Also, make sure you didn't enable "SMTP Tweak" in the WHM>> Main >> Security >> Security Center

See if that helps.
__________________
Andy Reed
ServerTune.com
Dedicated server hosting, Colocation Services, Server Management, and cPanel Licenses
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-04-2007, 03:46 PM
Registered User
 
Join Date: Sep 2003
Posts: 186
Lestat
It is unchecked already...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 12-04-2007, 03:55 PM
Registered User
 
Join Date: Sep 2003
Posts: 186
Lestat
Quote:
Originally Posted by cPanelDavidG View Post
Scroll down to disabled_functions.

I am in PHP Configuration Editor advanced. I see nothing resembling disable_functions any where
I see options like:
Apache
BCMath
Core
Database Abstraction
Error Handling and Logging
Exif
Filesystem
Informix
Java
mail
Microsoft SQL
Multibyte String
MySQL
Network
ODBC
Options & Information
Output Control
PostgreSQL
Safe Mode
Session Handling
Sybase
Verisign Payflow Pro
Zlib
mSQL
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 12-07-2007, 03:52 PM
Registered User
 
Join Date: Sep 2003
Posts: 186
Lestat
anyone there?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 12-08-2007, 10:49 PM
Registered User
 
Join Date: Oct 2003
Posts: 22
kmpanilla
try compiling php5 as a CGI. that fixed our issue.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 12-09-2007, 03:24 PM
Registered User
 
Join Date: Oct 2003
Posts: 22
kmpanilla
Unfortunately php as a CGI causes more issues with users that have "php_value" settings in .htaccess. So this is still a BIG issue with PHP compiled as a DSO / module. Can someone from cpanel confirm?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 12-09-2007, 03:51 PM
AndyReed's Avatar
cPanel Partner NOC
cPanel Partner NOC Badge
 
Join Date: May 2004
Location: Minneapolis, MN
Posts: 2,212
AndyReed is on a distinguished road
Quote:
Originally Posted by kmpanilla View Post
Unfortunately php as a CGI causes more issues with users that have "php_value" settings in .htaccess. So this is still a BIG issue with PHP compiled as a DSO / module. Can someone from cpanel confirm?
Although I am not with the the cPanel support, php_value in .htaccess file won't work when SuPhp is enabled. This article will explain, read carefully: http://servertune.com/kbase/entry/184/
__________________
Andy Reed
ServerTune.com
Dedicated server hosting, Colocation Services, Server Management, and cPanel Licenses
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 04-12-2008, 10:23 AM
Registered User
 
Join Date: Sep 2003
Posts: 186
Lestat
I have tried above how to fix this problem. I have yet to find the disable functions you guys speak of. This is still an issue and I have yet to resolve the matter. Anyone else having issues with this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:27 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc