Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast
Results 46 to 60 of 89
  1. #46
    Member
    Join Date
    Apr 2007
    Posts
    10

    Default worked

    changing the config.php solution worked for me.

  2. #47
    Member
    Join Date
    Apr 2004
    Posts
    9

    Default

    /scripts/postupcp should have 700 rights. It has been on our servers for a few days and it works fine.

    --David

  3. #48
    Member
    Join Date
    Jun 2002
    Posts
    106

    Default

    Mine is working now without making any changes. The setting is not changing with the nightly update, it remains as 'true'.

    11.15.0-R17665

    John

  4. #49
    Registered User
    Join Date
    Dec 2004
    Posts
    2

    Default

    This is the contents of my /scripts/postupcp and the config.php is still giving the 'usesendmail= false' working. What am I doing wrong? I have tried everything people have posted here and I will not stop my server from updating just so I can avoid manually changing the file. Please help, clients are about ready to tear my head off.

    Code:
    #!/bin/sh
    
    perl -pi -e 's/(useSendmail.*?= )false/$1true/g' /usr/local/cpanel/base/3rdparty/squirrelmail/config/config.php;
    perl /usr/mscpanel/mscheck.pl

  5. #50
    Member
    Join Date
    May 2005
    Location
    Auburn, CA
    Posts
    234

    Default

    I'm running cPanel 11 STABLE version, and my SM config.php has '$useSendmail = true;', with the last time that config file being overwritten (by a cPanel update) as Oct 1.

    And y'all laugh at those of us who run STABLE ;-)
    cPanel: Latest Release Version [11.30.*]
    PHP 5.3.8, Apache 2.2.21, MySQL 5.1.54, Perl 5.8.8, CentOS 4.9

  6. #51
    Member
    Join Date
    Oct 2002
    Posts
    81

    Default

    Quote Originally Posted by cPanelDavidG View Post
    Contact your hosting provider regarding this issue as they would have that information. You can determine who your hosting provider is by visiting:

    http://www.WhoIsHostingThis.com

    cPanel is a software company, we do not provide any web hosting services.
    I understand why you directed this user to WhoIsHostingThis.com but that doesn't tell them who the hosting provider is, just the data center.

    I don't know of any similar sites apart from 1 I came across a while back (will edit here when I think of it).

    Any others?

  7. #52
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    10,720
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by nzservers View Post
    I understand why you directed this user to WhoIsHostingThis.com but that doesn't tell them who the hosting provider is, just the data center.

    I don't know of any similar sites apart from 1 I came across a while back (will edit here when I think of it).

    Any others?
    Sometimes it works better than relying on DNS/WHOIS, sometimes not so much. It's currently the only publicly available user-friendly tool that is sufficiently accurate hence I refer people to it; especially those who have misplaced their billing records and have forgotten who they pay for their web hosting.

    If you know of a better tool/website that an average lay person can use with minimal instruction and is better, please let me know about it.

  8. #53
    Member
    Join Date
    May 2005
    Location
    Auburn, CA
    Posts
    234

    Default

    Quote Originally Posted by cPanelDavidG View Post
    Sometimes it works better than relying on DNS/WHOIS, sometimes not so much. It's currently the only publicly available user-friendly tool that is sufficiently accurate hence I refer people to it; especially those who have misplaced their billing records and have forgotten who they pay for their web hosting.

    If you know of a better tool/website that an average lay person can use with minimal instruction and is better, please let me know about it.
    http://www.netcraft.com provides more detailed information and (assuming they knew what to look for), could lead the website owner to the host, more than getting just the name of the data center or NOC. But I do understand what you mean about "average lay person with minimal skills", and Netcraft could be a little confusing under those circumstances.

    I don't know of any online tool that provides the name of the host, unless the site is being hosted on a server in someone's kitchen, or a very large hosting company with their own C blocks. Otherwise it leads back to the NOC, which isn't all that helpful to the end user.

    Maybe a "root/reseller contact" button in cPanel, the reverse of the cPanel/end user contact, might be a feature to consider? Yeah, I know...bugzilla...feature request....not sure if the idea is worth using up one of my "5 votes", but something to consider.
    cPanel: Latest Release Version [11.30.*]
    PHP 5.3.8, Apache 2.2.21, MySQL 5.1.54, Perl 5.8.8, CentOS 4.9

  9. #54
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    10,720
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by MaraBlue View Post
    http://www.netcraft.com provides more detailed information and (assuming they knew what to look for), could lead the website owner to the host, more than getting just the name of the data center or NOC. But I do understand what you mean about "average lay person with minimal skills", and Netcraft could be a little confusing under those circumstances.

    I don't know of any online tool that provides the name of the host, unless the site is being hosted on a server in someone's kitchen, or a very large hosting company with their own C blocks. Otherwise it leads back to the NOC, which isn't all that helpful to the end user.

    Maybe a "root/reseller contact" button in cPanel, the reverse of the cPanel/end user contact, might be a feature to consider? Yeah, I know...bugzilla...feature request....not sure if the idea is worth using up one of my "5 votes", but something to consider.
    Well traditionally the requests are more the type "cPanel isn't working" or "I forgot my username/password" - so a button right in the cPanel interface wouldn't be terribly useful in those circumstances. IIRC, the Support Request button in the interface (if enabled) does contact the reseller (or root user if there is no reseller for that user) anyway.

    The billing staff and I did test the tool against actual tickets and responses we manually looked up, and with that sample data it matched what we came up with manually. However, I will say that there are times where it is inaccurate and they don't seem to pay attention to manually submitted corrections. I just entered a domain I corrected several months ago and it's still showing up as a completely different DC (not even the DC it is hosted in, and it's not a small DC either).

    Also, when people are in a panic about such things, they're probably not going to spend the time to figure out how to use netcraft.

  10. #55
    Member
    Join Date
    May 2006
    Posts
    37

    Default

    so should be expect a fix from cpanel on this at all???

  11. #56
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    10,720
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by FearlessG1 View Post
    so should be expect a fix from cpanel on this at all???
    Your best bet would be to submit a support ticket regarding this issue.

  12. #57
    Member
    Join Date
    Oct 2003
    Posts
    60

    Default

    Quote Originally Posted by cPanelDavidG View Post
    Your best bet would be to submit a support ticket regarding this issue.
    This is very frustrating because you guys just will not post a fix that will resolve the issue for us even after the update runs. I am going to open a ticket and hope I do not need to do so for all 12 servers of mine and you will just tell me how to resolve it.

    I have two more complaints today after and update, I am guessing it is all of them again.

  13. #58
    Member
    Join Date
    Nov 2006
    Posts
    8

    Default

    It's a firewall rule issue. Turn off your firewall and it's fixed. That's the cpanel response.

  14. #59
    Member
    Join Date
    Oct 2003
    Posts
    60

    Default

    I am running CSF and have the issue. I am very very very far from an expert but I do not see how a firewall can in any way at all be related to something as small as that five letter word getting swapped.

  15. #60
    Member SageBrian's Avatar
    Join Date
    Jun 2002
    Location
    NY/CT (US)
    Posts
    386

    Default

    fixed in latest update.

    Thank you cPanel for fixing. It was becoming a pain to have to manually change sqmail config file after every update.

+ Reply to Thread
Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast
Similar Threads & Tags
Similar threads

  1. Slow login to webmail and sending mail through webmail ?
    By Hack in forum E-mail Discussions
    Replies: 7
    Last Post: 05-18-2011, 04:35 PM
  2. Problem with Sending email through SquirrelMail
    By seby in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 12-17-2008, 12:40 PM
  3. Problem sending mail using squirrelmail
    By everestrus in forum E-mail Discussions
    Replies: 3
    Last Post: 10-23-2007, 11:37 PM
  4. Webmail very slow (horde and squirrelmail)
    By Cash in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 08-28-2005, 06:35 PM
  5. phpMyAdmin, Horde Webmail, SquirrelMail Webmail DOES NOT WORKING!
    By Jedia in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 04-13-2004, 10:14 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube