cPanel

New ClamAV v0.90.3

Changes:

This release fixes some security bugs in libclamav and improvesstability under Solaris. Please see ChangeLog for complete list of changes.

You can upgrade through the WHM UI or from:http://www.configserver.com/cp/upgrade.html

New Vipul's Razor Released v2.84

A new version of Vipul’s Razor has been released:http://sourceforge.net/project/shownotes.php?release_id=510715Those running MailScanner should upgrade to benefit from the changes.Upgrade instructions:

wget http://prdownloads.sourceforge.net/razor/razor-agents-2.84.tar.bz2tar -xjf razor-agents-*cd razor-agents-*perl Makefile.PL makemake installcd ..razor-admin -createrazor-admin -register/bin/rm -Rf razor-agents-*

New MailScanner Front-End (MSFE) v4.13

Changes:

  • Added fix for the latest cPanel branding changes for the new x3 API which broke the end-user UI for MSFE

Note: This update is for cPanel v11 only

New cmq v1.09

Changes:

  • Added support for MailScanner option to only scan incoming email
  • Added option to Bcc selected queued email to a specific email address

New MailScanner Front-End (MSFE) v4.12

Changes:

  • Added support for MailScanner option to only scan incoming email. The new option can be enabled or disabled in the MailScanner Performance section of MSFE in WHM

Note: This update to MSFE is only available to those running cPanel v11 and later

New MailScanner Script v2.56 (including BETA support for Incoming Scanning installation)

Changes:

  • Added BETA support for MailScanner option to only scan incoming email
  • New version of MailScanner v4.59.4

The new Incoming Scanning only option is now available within this package. After upgrading MailScanner you can easily switch to use Incoming Scanning Only with:

usr/mscpanel/msswitch.pl in

You can switch back at any time to In/Out Scanning using:

usr/mscpanel/msswitch.pl inout

Limitations on In Scanning Only option:

  • If you use cmq you need to upgrade it to at least v1.09 (which has been released)
  • If you use MSFE then it will currently always show as “Disabled” and will show the incorrect information in “View Queues”
  • If you use MSFE outbound emails will not show in MailWatch (since they’re not being scanned!)
  • The required change to the exim startup is implemented/maintained using /scripts/postexim4install at present

MailScanner Poll – Please Vote

We’re considering an alternative method for configuring MailScanner on cPanel servers, possibly in addition to the current method, or as a replacement.The new method only scans incoming email. Outgoing email from the server is passed directly through exim (as if MailScanner were not installed) and can offer significant improvements to server performance, especially for those that host large mailing lists.The current default when installing MailScanner using our script is to only scan incoming email anyway, but all email mst still pass through MailScanner whether it is scanned or not.It would help us decide whether to pursue this (we will have to get cPanel to make a configuration option change for exim to do this) if you could vote in this poll:

Which email direction do you prefer MailScanner to scan emails (for spam and/or viruses)?

Option Votes %
Incoming emails only (current default)? 111 72.5
Incoming and Outgoing emails? 42 27.5
Total votes: 153

New cmm v1.06

Changes:

  • Modified to not follow symlinks introduced in cPanel v11 for any actions which, if the main account is emptied, could lead to the emptying of all email accounts within the tree
  • Added compatibility with cPanel v11 WHM theme
  • Fixed issue where valiases/vfilters files were not being created with the correct file ownership

New cmq v1.06

Changes in v1.05:

  • Added option to view queued email subject
  • Added option to search queued email by subject text match
  • Added compatibility with cPanel v11 WHM theme

Changes in v1.06:

  • Added option to search queued email by header text match
  • Added option to search queued email by body text match

Root crontab emails not being delivered

Just experienced an issue in cPanel v11 where root crontab emails aren’t being delivered. The jobs in /etc/cron.*/ work OK, but jobs in /var/spool/cron/root are failing to send emails to the root forwarder. It’s most likely a bug in the cPanel exim routers in v11.In the meantime, if you experience this problem, you can work around it by adding:

crontab -e

Then at the top of the root crontab set MAILTO= to your email address, e.g.:

MAILTO=me@mydomain.com