Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 12 of 12
  1. #1
    Member
    Join Date
    Jan 2006
    Posts
    32

    Default After upgrade to v11 WHM doesn't send e-mails on update...

    With v10 I automatically got an e-mail when cPanel ran nightly updates for the RELEASE tree but after v11 installed I no longer receive an e-mail when cPanel runs nightly updates. I have checked to make sure e-mails are entered correctly for notification.

  2. #2
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,514

    Default

    Quote Originally Posted by dyelton View Post
    With v10 I automatically got an e-mail when cPanel ran nightly updates for the RELEASE tree but after v11 installed I no longer receive an e-mail when cPanel runs nightly updates. I have checked to make sure e-mails are entered correctly for notification.
    Check the contact manager, you may need to adjust some settings.

  3. #3
    Member
    Join Date
    Mar 2006
    Posts
    1,215

    Default

    I also had this problem. My fix was a box reboot. Give it a whirl also.

  4. #4
    Member
    Join Date
    Jan 2006
    Posts
    32

    Default

    Quote Originally Posted by jayh38 View Post
    I also had this problem. My fix was a box reboot. Give it a whirl also.
    I already did that option as I did a kernel upgrade after the v10 -> v11 upgrade took place and of course rebooted the machine for that purpose. I have changed the e-mails to go to another account to see if that may be the problem but I will report back tomorrow if the problem still exists.

  5. #5
    Member
    Join Date
    Jan 2006
    Posts
    32

    Default

    I switched e-mail addresses to one outside of the server and I now receive the cpanel update e-mail. I will assume that spamassassin 3.2 was causing the issue and deleting the e-mail. I wonder if 3.1.8 will cause the same issue?

  6. #6
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    One thing to check is the ACL section in the exim configuration editor and make sure that the section for:

    require verify = recipient

    comes before the section for:

    require verify = sender

    This appears to screw up sometimes on upgrading to v11 now that cPanel use the require statement. A clean exim.conf.local does put these the right way round, but an upgraded server can be incorrectly done, or missing the require statements that preceded the verify:
    http://www.configserver.com/blog/index.php?itemid=207
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  7. #7
    Member
    Join Date
    Jan 2006
    Posts
    32

    Default

    I checked the exim.conf and require verify = recipient comes BEFORE require verify = sender so that doesn't seem to be it.

  8. #8
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    On trick might be to use MAILTO in the root crontab:

    crontab -e

    at the top put:

    MAILTO:you@yourdomain.com

    Then exit. If that doesn't work, check /var/log/exim_mainlog when a root job from the crontab runs for errors. One trick is to put:

    * * * * * date

    as a job which will send a date+time email every minute while you're testing (don't forget to remove it)
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  9. #9
    Member
    Join Date
    Jan 2006
    Posts
    32

    Default

    I get all e-mails from the system's cron with the exception of the cpanel update log. I have whitelisted my server in the spam filter for the receiving e-mail account so hopefully that will bypass the problem. Thanks for the assistance.

  10. #10
    Member
    Join Date
    Sep 2004
    Posts
    887

    Default

    Jonathan,

    In my case I have a 'require verify = sender' and it comes first. And the recipient line does not contain 'require' - it is simply: verify = recipient.


    Code:
      require verify = sender
      accept  domains = +local_domains
      endpass
                                                                                                                                       $
      #recipient verifications are required for all messages that are not sent to the local machine
      #this was done at multiple users requests
    
      verify = recipient
    In my case, what should I do?

    - Mike

    Quote Originally Posted by chirpy View Post
    One thing to check is the ACL section in the exim configuration editor and make sure that the section for:

    require verify = recipient

    comes before the section for:

    require verify = sender

    This appears to screw up sometimes on upgrading to v11 now that cPanel use the require statement. A clean exim.conf.local does put these the right way round, but an upgraded server can be incorrectly done, or missing the require statements that preceded the verify:
    http://www.configserver.com/blog/index.php?itemid=207

  11. #11
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    You should leave it as-is (or reset the exim configuration to defaults if you want to). That issue seems only relevant when the both verifications are prefixed with require.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  12. #12
    Member
    Join Date
    Jan 2006
    Posts
    32

    Default

    It looks like the problem is back. I get all e-mails from the system except for the upcp e-mail. This is after I have explicitly white-listed anything from the server. Anything else I can check? This latest issue started happening when I upgraded spamassassin from 3.1.8 to 3.2.1 I believe.

Similar Threads & Tags
Similar threads

  1. CPanel/WHM Upgrade to v11.29
    By Xavior82 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 03-25-2011, 05:31 PM
  2. After Update: I can't send or recieve any mails !
    By Lobbyhost in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 10-25-2004, 09:22 AM
  3. Root can not send mails to WHM/Cpanel servers
    By CoolMike in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 07-22-2004, 11:17 AM
  4. WHM dont send the system mails
    By manokiss in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-28-2003, 12:19 PM
  5. User high message count for mails send in WHM
    By pingo in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-15-2003, 06:23 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube