SmarterMail 5.x Enterprise is available.

April 27th, 2008

We are pleased to announce SmarterMail 5.x Enterprise to ALL our hosting plans.
Some of the features:
Collaboration for the Office and the Enterprise
SmarterMail 5.x provides the robust collaboration features that most people associate only with more expensive mail servers such as Microsoft Exchange. SmarterMail provides each user with the ability to share contacts, email folders, calendars, tasks, and notes between co-workers and across enterprise organizations. Global Address List (GAL) functionality allows Enterprise edition users to accurately coordinate across large project teams.

Powerful Web Interface – Collaborate Anywhere
SmarterMail 5.x delivers all of the coordination and communication functionality that you expect from your office desktop—to any pc with an internet connection—anywhere in the world through a familiar and intuitive Web interface. Users have access to shared calendars and the availability of their co-workers to schedule appointments. Tasks can be assigned and emails managed 24/7 with accuracy, speed, and security.

Improved Synchronization
SmarterMail Sync—available for the Enterprise edition at no additional charge—provides users with the ability to fully utilize Microsoft Outlook beyond the capabilities of most mail servers. Enterprise edition users also receive the ability to synchronize with Pocket PCs and Smartphone devices (such as the Motorola Q™, Palm Treo™, and Samsung BlackJack™).

Detect, Prevent, and Limit
The new SmarterMail 5.x interface adds a new Security Section to support the existing security features and includes even more protections. With the introduction of these new features, the security scheme will often be referred to as the “DETECT, PREVENT, and LIMIT” foundation.

Built-in Antivirus
SmarterMail comes pre-loaded with ClamAV antivirus installed and ready to go, out-of-the-box. ClamAV is a premier, open-source project offering superior protection that resides on the mail server, or—in high volume environments—on a remote server helping to reduce the burden of the SmarterMail sever. SmarterMail also supports third-party real-time and command-line solutions.

For more informatio please visit SmarterTools Site

Discounted Oracle Apex [HTMLDB] HOSTING

April 4th, 2008

HTMLDBHOST a Revion, Inc sub company offers discounted Oracle Apex hosting. The paln starts $24.95 for the first 6 months. Offer is available for monthly plan only. All hosting and support is done via Revion Solutions, Inc.
Please see details at: http://www.htmldbhost.com/hosting/

Oracle Application Express 3.1 is now available

March 15th, 2008

We now offer latest Oracle Apex 3.1 with Report Printing using Oracle BI publisher

Oracle Apex upgrade - 3/14/08

March 4th, 2008

We will be upgrading our Oracle Apex servers to the latest release (apex 3.1). There will be a downtime of 15 mins starting at 11pm EST on Friday March 14th 2008.

For more information on Apex 3.1. Please refer to the following link

Customer Notification 01/13/08 - Apex patch

January 11th, 2008

We will be applying Express patch (Release 3.0.1.00.08) to our Oracle servers this coming weekend. The upgrade will commence on Sunday 1/13/08 at 11:30pm est. The estimated downtime will be 15 mins. For more information regarding this patch, please refer to the following link:

Apex Patch

-Revion.com

Revion.com start offering shared Oracle 11g hosting

December 26th, 2007

Revion.com will start offering shared Oracle 11g hosting in the first quarter of 2008. However, we currently offer Oracle 11g hosting for dedicated serversright now. If you would like an official quote, please let us know

Bind and OpenSSL upgrades

December 11th, 2007

We have upgraded bind to the latest stable release of bind-9.4.2

OpenSSL was upgraded to the latest stable release openssl-0.9.8g

Customer Notification 10/28/07 - APEX patch

October 23rd, 2007

We will be applying the latest Application Express patch (Release 3.0.1.00.08) to our Oracle servers this coming weekend. The upgrade will commence on Sunday 10/28/07 at 11pm est. The estimated downtime will be 15 mins.For more information regarding this patch, please refer to the following link:

Apex Patch

-Revion.com

Server Upgrades

October 1st, 2007

We would like to announce that we have upgraded all our Unix servers to the latest stable releases of:

Apache- httpd-2.2.6

php- php-5.2.4

mySQL- mysql-5.0.45

Zend Optimizer- ZendOptimizer-3.3.0a

Our FAQ has been upgraded to more powerful version of phpMyFAQ 2.0.3

We hope you enjoy our reliable hosting with up to date services and software.

-Revion.com

Greylisting: The Next Step in the Spam Control War

July 30th, 2007

We have added grey listing feature to all our mail servers.

Greylisting (sometimes spelled graylisting) is a method of defending electronic mail users against e-mail spam. A mail transfer agent which uses greylisting will “temporarily reject” any email from a sender it does not recognize. If the mail is legitimate, the originating server will try again to send it later, at which time the destination will accept it. If the mail is from a spammer, it will probably not be retried, and spam sources which re-transmit later are more likely to be listed in DNSBLs and distributed signature systems such as Vipul’s Razor.

How it works:

Typically, a server that uses greylisting will record the following three pieces of information (known as a “triplet”) for each incoming mail message:

  • The IP address of the connecting host
  • The envelope sender address
  • The envelope recipient address

This is checked against the mail server’s internal database. If this triplet has not been seen before (within some configurable period), the e-mail is greylisted for a short time (also configurable), and it is refused with a temporary rejection. The assumption is that since temporary failures are built into the RFC specifications for e-mail delivery, a legitimate server will attempt to connect again later on to deliver the e-mail.

In practice, most greylisting systems do not require an exact match on the IP address and the sender address. Because large senders often have a pool of machines that can send (and resend) e-mail, IP addresses that have the most-significant 24 bits (/24) the same are treated as equivalent, or in some cases SPF records are used to determine the sending pool. Similarly, with mailing lists which use unique per-message return-paths (via variable envelope return path or VERP), if an exact match on the sender address is required, each post from such a mailing list will be delayed. Instead, some greylisting systems try to eliminate the variable parts of the VERP by using only the sender domain and the beginning of the local-part of the sender address.

Greylisting is effective because many mass e-mail tools used by spammers will not bother to retry a failed delivery, so the spam is never delivered. When a spammer does retry a delivery after the waiting period has expired, however, it will likely be after a number of automated honeypots have detected the spam source and listed both the source and the particular message in their databases. Thus, these subsequent attempts are more likely to be detected as spam by other mechanisms than they were at first.

Advantages

The main advantage from the users’ point of view is that greylisting requires no additional configuration from their end. If the server utilizing greylisting is configured appropriately, the end user will only notice a delay on the first message from a given sender.

From a mail administrator’s point of view the benefit is twofold. Greylisting takes minimal configuration to get up and running with occasional modifications of any local whitelists. The second benefit is that rejecting email with a temporary 450 error (actual error code is implementation dependent) is very cheap in system resources. Most spam filtering tools are very intensive users of CPU and memory. By stopping spam before it hits filtering processes, far fewer system resources are used. This allows more layers of spam filtering or higher throughput.

Disadvantages

Perhaps the most significant disadvantage of greylisting is that SMTP clients (and SMTP servers acting as clients) may interpret the temporary rejection as a permanent failure. A client is permitted to give up on delivery after the first failed attempt; although it is considered a poor practice, it is not a violation of any technical specification for the client to do so. The current SMTP specification (RFC 2821) clearly states that “the SMTP client retains responsibility for delivery of that message” and “the SMTP client is encouraged to try again”, but the original specification (RFC 821) was less imperative, stating only that clients “should” retry messages.

This problem can affect SMTP clients in unexpected ways. Most MTAs will queue and retry messages, but a small number do not.[1] A similar concern exists for applications which act as SMTP clients and fail to incorporate any form of queueing for deferred SMTP mail. This can be mitigated on the sending side by configuring the application to use a local SMTP server as an outbound queue, instead of attempting direct delivery. For the server operator who uses greylisting, clients which are known to fail on temporary errors can be supported whitelisting or exception lists.

Some MTAs, upon encountering the temporary failure message from a greylisting server on the first attempt, will send a warning message back to the original sender of the message.[1] The warning message is not a bounce message, but it is often formatted similarly to and reads like one. This practice often causes the sender to believe that the message has not been delivered, when in fact the message will be delivered successfully at a later time.

When a mail server is greylisted, the duration of time between the initial delay and the re-transmission is variable. Some mail servers use a default of 4 hours, though most will retry sooner. Most open-source MTAs have retry rules set to attempt delivery after around fifteen minutes (Sendmail default is 0, 15, …, Exim default is 0, 15, …, Postfix default is 0, 16.6, …, Qmail default is 0, 6:40, 26:40, …).

Greylisting delays much of the mail from non-whitelisted mail servers - not just spam - until typical patterns of communication are recorded by the greylisting system.

Also, legitimate mail might not get delivered, if the retry doesn’t come within the time window the greylisting software uses, or if the retry comes from a different IP address than the original attempt: When the source of an e-mail is a server farm or goes out through an anti-spam mail relay service it is likely that on the retry a server other than the original server will make the next attempt. Since the IP addresses will be different, the recipient’s server will fail to recognize that the two attempts are related and refuse the latest connection as well. This can continue until the message ages out of the queue if the number of servers is large enough. The problem can be partially bypassed by identifying and whitelisting such server farms in advance. However, it is not possible on a distributed network the size of the Internet to maintain a complete list of all such server farms. [1]

Greylisting can be a particular nuisance with websites that require you to create an account and confirm your e-mail address before you can begin using them. Because greylisting will delay, possibly for several hours, the initial e-mail containing your signup confirmation link, it will introduce a waiting period even though the actual website may send out your e-mail confirmation code immediately.

In order for greylisting to work for a particular domain, all backup mail servers (as specified by lower-priority MX records for the domain) must implement the greylisting policy as well. This may not be easily achievable if the backup mail server is not under direct control of the domain owner.

Reference: http://en.wikipedia.org/wiki/Greylisting


AJAXed with AWP