viaVerio
Image

Date: January 28th 2010

(Mailing list information, including unsubscription instructions,
is located at the end of this message.)
__

-------------------
Signature
-------------------

The following updates will be sent out to all Signature servers beginning on 1-27-2010.

* Email Messages Routed to Spam Bug Fix
• Code updated so that blacklisted email addresses do not result in all email messages from that domain to be routed to SPAM. Now, when a customer adds an email like Joe@a_real_domain to a blacklist, other email messages from that domain will make it past the blacklist. Previously, when a customer added Joe@a_real_domain to their blacklist, email messages from others like jack@a_real_domain would go to trash. This update fixes that problem.

*MySQL V5 UPGRADE PROCESS—NEW INFORMATION

• MySQL V5 is now available for new customers.
IMPORTANT:
• Customers who start using MySQL at version 5 will not be able to revert to V4
• Current V4 customers who upgrade to V5 will not be able to revert back to V4 through the Control Panel for this release
• If current customers want to start using V5, they must have shell access and familiarity with shell commands

There are two procedures for upgrading to MySQL v5, one for customers with NO InnoDB tables, and for customers WITH InnoDB tables (customers with only MyISAM tables can use this procedure, too)::
o For customers with NO InnoDB tables:
1. Disable MySQL through the control panel
2. From Shell: Rename /usr/home/<userid>/etc/rc.d/mysql-server.sh /usr/home/<userid>/etc/rc.d/mysql-server.sh.old
3. Copy /usr/local/share/skel/etc/rc.d/mysql-server.sh to /usr/home/<userid>/etc/rc.d/mysql-server.sh
4. Enable MySQL through the control panel; this will start it with the existing databases, running the new version.
5. Run the mysql_upgrade script to update the tables to the new version: /usr/local/mysql5/bin/mysql_upgrade –u <user> -p
6. MySQL version 5.1.36 is installed

For customers WITH InnoDB tables or MyISAM tables:
Important: Upgrading InnoDB tables makes them become MyISAM tables
1. Dump the existing databases to a file, with mysqldump: mysqldump –all-databases –u <user> -p > outfile.sql. This will create a file called outfile.sql, which is a text file containing the SQL commands to recreate the database.
2. Disable MySQL through the control panel
3. Rename /usr/home/<userid>/etc/rc.d/mysql-server.sh /usr/home/<userid>/etc/rc.d/mysql-server.sh.old:
mv /usr/home/<userid>/etc/rc.d/mysql-server.sh /usr/home/<userid>/etc/rc.d/mysql-server.sh.old
4. Copy /usr/local/share/skel/etc/rc.d/mysql-server.sh to /usr/home/<userid>/etc/rc.d/mysql-server.sh: cp –p /usr/local/share/skel/etc/rc.d/mysql-server.sh to /usr/home/<userid>/etc/rc.d/mysql-server.sh
5. Copy /usr/local/share/skel/etc/rc.d/mysql-server.sh to /usr/home/<userid>/etc/rc.d/mysql-server.sh: mv /usr/home/<userid>/var/mysql /usr/home/<userid>/var/mysql.old
6. Enable MySQL through the control panel; this will start MySQL running the new version, and will create a new /usr/home/<userid>/var/mysql directory
7. Load the databases from the old file: mysql -u <userid> -p < outfile.sql
8. Flush the privileges to ensure that any changes to the mysql privileges tables get loaded: mysqladmin –u <userid> -p flush-privileges
9. MySQL version 5.1.36 is installed
• Updated MySQL with all supported international character sets. Restart Required.

*SpamAssassin EMERGENCY Patch (Already disted and document describing patch was sent earlier this week)
• SpamAssassin had a scoring rule bug that caused some email messages sent after January 1, 2010 to be incorrectly labeled as "spam." This fix ensured that the spam scoring for all customers returned to 2009 levels. It was patched on January 6, 2010.

* Calendar 8 Rollback
• Due to an unresolved bug in Calendar 8, the feature has been pulled from this release. An upgraded version of Calendar 8 will be offered in a subsequent release.

*Added Gallery2 to Control Panel Features
• The Gallery feature on the Control Panel has been joined by Gallery2, so customers can manage picture files using MySQL (Gallery1 does not use MySQL). For more information about Gallery, see: http://gallery.menalto.com/. VSAP updated for this feature.
Note: Gallery 2 requires MySQL to function. It will not be visible in accounts that have MySQL disabled. A few strings were added to the English and Japanese versions to the website.xml and global.xml files in association with this feature.

*Upgraded Site Search
• The Swish-e feature (Labeled as Site Search on the Control Panel) has been updated to version 2.4.7. This version is available to any customer that is not using Site Search at this time. Current Site Search users will have to delete the following files to use the new version:
o /usr/home/userid/index.swish and
o /usr/home/userid/swish.conf
o /usr/home/userid/www/htdocs/sitesearch.html
o /usr/home/userid/www/cgi-bin/query.pl
o /usr/home/userid/www/cgi-bin/query.pl

Customers will then go to their Control Panel to install Site Search again. After deleting the files and redoing the install, customers can use the newer version. For more information about Swish-e, see: http://swish-e.org/
Note: The files strings/website.xml and strings/global.xml were modified in association with this feature.

*Update phpMyFAQ
Updated code so that customers could upgrade to phpMyFAQ v2.5.4. New phpMyFAQ customers will get this version when they install the feature. Current phpMyFAQ customers must back up their phpMyFAQ content before installing the current version. To perform the upgrade, current customers must access phpMyFAQ through their Control Panel, uninstall phpMyFAQ, and then reinstall the application to use v2.5.4. For more information, see: http://www.phpmyfaq.de/changelog.php

*WordPress Bug Fix
• Updated code so that WordPress will not display if MySQL is disabled for the account.

*FTP Latency Bug Fix
• Updated code so that there is no long wait time when a customer initiates an FTP request and when the Control Panel allows them to actually use FTP.

* Urchin Default Settings Update
• Updated code so that customers can set the default installation locale of Urchin in the Branding System.

*Upgraded ShopSite Update Button
• Customers can now click a link in the Control Panel to upgrade their ShopSite 9 accounts to ShopSite 10. Once a customer upgrades to ShopSite 10, they will not be able to roll back to version 9. For more information about ShopSite, see: http://shopsite.com/news_10_0_released.html.

*Changelog
• Updated the “What is New” file.

*File Manager Updates
• Added a feedback message and character rules to File Manager so customers will know if they fail in their attempt to create a directory. This fix also includes a change so that the following characters cannot be used in a file name: | : * < > ? / " \
• Fixed a bug where File Manager was allowing double quotes in a file name. A customer now sees an error message when they attempt to create a file name with double quotes.

*UserID Field in Web Access Bug Fix
• Code updated so that customers cannot use double quotes when creating a userID in the WebAccess feature.

*View CSR in Digital Certificate Bug Fix
• Code updated so that customers can view the digital certificate CSR without scrolling to the bottom of the page.

*Apache Error Logs (Lumberjack) Bug Fix
• Lumberjack Error Logs were not being populated in certain accounts. This fix corrects the issue.
Note: Apache Restart is needed for this fix.

*Email Updates/Bug Fixes
• Updated rc.whitelist, so that customers can create a WhiteList entry that will not be blocked by the RBL settings.
• Updated Blacklist so that the proper Whitelist entries make it to the customer’s IN box; when a Blacklist entry is made, the entry was causing email messages associated with certain whitelist entries from making it past the filters.
• Updated Code so that qmail-smtpd will check tmlocals AFTER it checks locals.
• Updated Code so that email addresses with multiple periods (...) display correctly in Webmail.
• Updated dovecot mail log size to 100mb, enabling the logs to rotate out less frequently.

*Customize Account Feedback Message
• Customers can now brand the feedback message for a new string in associated with Task Manager, in account.xml

*HTML Tags in Welcome Message
• Customers can now add HTML code to the welcome message in the Control Panel.


Note: This notification reflects the best knowledge of code and feature updates for this release. Changes may occur and those will be documented in new notifications. These updates may reflect code changes/additions or edits that increase the accuracy of this report. VERIO might make improvements and/or changes in the product(s) and/or the program(s) described here at any time. Verio and the Verio logo are trademarks and/or service marks of Verio Inc. in the United States and other countries. All other names are trademarks or registered marks of their respective owners.


--
The following information is a reminder of your current mailing
list subscription:

You are subscribed to the following list:
Server Software Notification List

using the following email:
example@example.com

You may automatically unsubscribe from this list at any time by
visiting the following URL:

<http://list.viaverio.com/cgi-dada/mail.cgi/u/ssul/>;

If the above URL is inoperable, make sure that you have copied the
entire address. Some mail readers will wrap a long URL and thus break
this automatic unsubscribe mechanism.

You may also change your subscription by visiting this list's main screen:

<http://list.viaverio.com/cgi-dada/mail.cgi/list/ssul>;

If you're still having trouble, please contact the list owner at:

<mailto:reseller@viaverio.com>;

The following physical address is associated with this mailing list:

Verio Inc
1203 N Research Way
Orem, UT 84097

Mailing List Powered by Dada Mail
http://list.viaverio.com/cgi-dada/mail.cgi/what_is_dada_mail/

<< Previous: Server Software Notification List Message - emergency update - 12/28/2009 to 12/30/2009

| Archive Index |

Next: Server Software Notification List Message - updates for 4/19/2010 through 4/21/2010 >>

(archive rss , atom )

this list's archives:


This list is for periodic notification emails regarding software updates on the server.

Subscribe to Server Software Notification List:

|

Go back to viaVerio Reseller Portal

Powered by Dada Mail 2.10.16
Copyright © 1999-2007, Simoni Creative.

Image