Search
Browse by Topic
- Ferris Deliverables
- Topics
- Vendors and Products
- Attenex
- Autonomy/Zantaz
- AXS-One
- Blue Coat
- Borderware
- C2C
- CA/Ilumin
- CaseCentral
- Cetaphora
- Cisco/Ironport
- Clearswift
- Clearwell
- Code Green
- CommVault
- EMC
- Fortiva
- GFI
- Global Relay
- Google/Postini
- H&S
- HP/IAP
- IBM CommonStore
- IBM Notes/Domino
- IBM Quickplace
- Iron Mountain/Stratify
- Kazeon
- LiveOffice
- Marshal
- McAfee
- MessageLabs
- MessageOne
- Microsoft Exchange/Outlook
- Mimosa Systems
- Open Text/Hummingbird
- Oracle/Stellent
- Orchestria
- Other Products
- Permessa
- Proofpoint
- Quest
- Reconnex
- RPost
- Seagate/EVault/MetaLINCS
- Sherpa Software
- SonicWALL
- Symantec/Vault/Veritas/Vontu
- Tablus
- Titus Labs
- Trend Micro
- Vericept
- Waterford
- Websense/Port Authority/SurfControl
- ZL Technologies
Archives
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
- February 2003
- January 2003
- December 2002
- November 2002
- October 2002
- September 2002
- August 2002
- July 2002
- June 2002
- May 2002
- April 2002
- March 2002
- February 2002
- January 2002
- December 2001
- October 2001
- September 2001
- August 2001
- July 2001
- June 2001
- May 2001
- April 2001
- March 2001
- December 2000
- October 2000
- September 2000
- August 2000
- July 2000
- June 2000
- May 2000
- April 2000
- March 2000
- February 2000
- January 2000
- December 1999
- November 1999
- October 1999
- September 1999
- July 1999
- June 1999
- April 1999
- March 1999
- February 1999
- January 1999
March, 2006
FrontBridge was one of the top four hosted or "managed" email security services. Microsoft acquired FrontBridge in August 2005, yet the company has been reserved about its plans … until now.
In April, Microsoft will rebrand FrontBridge as "Exchange Hosted Services." It has just introduced version 5.3, which it claims is faster, more usable, has expanded network capacity, and adds support for speakers of Dutch, Portuguese (standard and Brazilian), Mandarin, and Korean.
The product structure and pricing model are now simplified, with a main license plus three options:
- Archive — Keep a copy of all mail, either inbound, outbound, or internal. End-users have access to the archive via an OWA-like Web interface.
- Continuity — Keep a rolling 30-day archive as above, permitting redelivery of messages in case of disaster.
- Encryption — A licensed version of Voltage’s IBE system (Identity Based Encryption).
Expect a 6.0 release at the same time as the release of Exchange 12. This may include Exchange-specific features.
… Richi Jennings, with thanks to Eron Kelly of Microsoft
Many email security products or services will warn you if they detect a virus in an incoming message. You’ll receive a Virus Alert message in your inbox that either includes the original plain text message with the attachment stripped out, or has just a simple notification that "so-and-so sent you a virus, and click here to read the message in the quarantine." The intention is that you can contact and notify the sender that there is a virus on his or her PC.
The problem is that these days, most virus-infected email is sent not by users, but by other viruses. It’s effectively spam, except the motivation is to take over your computer, not to sell you … things. The viruses will often use the same lists of recipients as spammers do. And there’s no point in contacting the "sender" of the message — it’s probably forged.
The upshot is that these virus alert messages are now just as bad as spam. Only a tiny proportion of them are of any use. Email security solutions should be more selective of which messages they warn about.
… Richi Jennings, with thanks to Stephen Canale of OnlyMyEmail
Ferris Report: Exchange Reliability and Its Impact on Organizations
Comment on this (0 comments)Mar 29, 2006This report details the problems that organizations face in maintaining a Microsoft Exchange solution, and the impact of downtime when Exchange is not available.
For further information, see here.
Note:
- Subscribers to Ferris Research’s information service can download the report directly, from here. If you have forgotten your login and password, email gabriel.golden@ferris.com for help
- Journalists interested in the report should contact david.ferris@ferris.com
If you have any questions, please email david.ferris@ferris.com or call him on +1 415 367 3436.
SASL (Simple Authentication and Security Layer) is an Internet standard that enables the Internet messaging protocols and LDAP (Lightweight Directory Access Protocol) to use a wide range of authentication mechanisms. Last week, an updated version was approved to replace RFC 2222.
SASL is an important, but less well known, member of the Internet messaging and directory protocol family. It is generally thought of as a way to use alternate authentication mechanisms, but there is another feature of SASL that is also important.
Many applications, and in particular custom Web applications, use LDAP as an authentication mechanism to verify the user name and password provided by the application. Working in this way is a very sensible approach for many organizations, as it allows a simple centralized authentication mechanism. This is achieved by the application binding to the directory as the user. As LDAP binds require use of the full directory name of the user, the application will generally first make an anonymous bind to the directory and then search the directory for the user name supplied by the application in order to determine the directory name needed for the second bind that does the actual authentication.
Use of SASL in conjunction with LDAP offers a much better solution. SASL enables use of authentication with the user name supplied by the application, and performs the mapping to the directory name on the server side. This has the advantage of avoiding anonymous — i.e., insecure — directory operations. It also has a big operational advantage, as the algorithm to map from user name to directory name is managed in one place (on the directory server) rather than needing to be maintained in every application that works in this manner.
Using SASL in this way is currently unusual, but will become increasingly common.
… Steve Kille (editor: Richi Jennings)
Microsoft has released an update to Office 2007 Beta 1, which it calls a Technical Refresh. While not yet a public beta, Microsoft and others are blogging about the improvement to the client user interface (UI).
Microsoft is undertaking a very large shift in how customers will see and use Office. Microsoft realizes that the menu structure of Office applications can be confusing — even to the point of being overwhelming. The new UI aims to put the most commonly used tasks for your current tasks on the new Office Ribbon in a graphical format.
While this is a great evolution and seems nicely done, the upgrade will probably require training for end users. Power users will think it awesome, but a vast number of users will be in need of formal training or at least a structured overview. It’s still worth the upgrade, but organizations will want to plan for this. For a look at the new UI see the official site and this blog post by a Microsoft program manager.
… Lee Benjamin (editor: Richi Jennings)
SurfControl Enables Detection and Control over Unauthorized Skype Implementations
Comment on this... (0 comments) Mar 27, 2006To operate Skype, you need to have your PC turned on, and you probably talk via a connected headset.
That’s a pain if your PC isn’t on, or if your PC isn’t beside you, for example.
So a number of vendors are working on phones that have Skype embedded within them. An example is NETGEAR’s WiFi Phone. This looks like a cell phone, and connects over WiFi. Expect such products to become available late summer.
… David Ferris, with thanks to ActionTec’s Gunjan Bhow
If you are a subscriber to our Analyzer Information Service, please log in to view subscriber attachments.
Safeguarding Lost Mobile Devices: Risky Without Policies in Place
Comment on this (0 comments)Mar 23, 2006No one wants to go through the hassle of having their mobile device lost, stolen, attacked by viruses, or harvested for confidential data. Fortunately, two security features now available on some devices provide additional protection:
- A threshold of unsuccessful PIN/password attempts can be set. If exceeded, the device will automatically lock itself and erase local memory.
- The organization’s help desk can send a specially formatted SMS command — a remote device wipe — which forces the device to automatically delete all information.
This functionality is quite beneficial unless the user merely misplaced the device — in which case it’s as useful as a pet rock. Users need to be aware of these issues — preferably before they need to call the help desk. Companies should add the security of mobile devices to their policies and inform both their new and existing users. Here are some of the issues that messaging managers should think about:
- Which mobile devices and OS platforms are supported.
- Mandatory use, complexity, and timeout of a PIN.
- Thresholds for unsuccessful PIN entries.
- Specific information that will be deleted.
- Delay between issuing the wipe command and actual deletion.
- Disabling SD cards that cannot be wiped.
- Locking out the insertion of new SD cards.
- Re-provisioning of the mobile device and user profile after a wipe.
- Who is permitted to perform remote wipes and under what circumstances.
… Nancy Cox (editor: Richi Jennings)
Sometimes, we make life very difficult for spam filters. I was reminded of this today when checking the quarantine for the mailbox that we use for our weblog.
Caught in the quarantine were several messages generated by the blog software, which warned us of some spammy activity — spammers abusing the blog’s comments and trackbacks facilities. Of course, the warning messages included the spammy text of the comments and trackbacks, which caused our spam filter to quarantine the warnings.
Naturally, a quick addition to the whitelist prevented the problem from happening again, but it’s food for thought.
Open Text Expands Email Management Suite with New Compliance Capabilities
Comment on this... (0 comments) Mar 23, 2006Snapshot: Teneros--Application Continuity Appliance for Microsoft Exchange
Comment on this (0 comments)Mar 22, 2006 Lee BenjaminThis report examines the Teneros Application Continuity Appliance as a solution for Microsoft Exchange availability. The report compares the Teneros approach with existing availability solutions, such as clustering.
Ferris Report: Teneros—Application Continuity Appliance for Microsoft Exchange
Comment on this (0 comments)Mar 22, 2006The Teneros Application Continuity Appliance offers instant failover for Microsoft Exchange in a managed appliance that provides exceptionally high availability. This report summarizes the product and comments on its industry context.
For further information, see here. There is no charge for the report.
If you have any questions, please email david.ferris@ferris.com or call him on +1 415 367 3436.
Ferris Report: Teneros—Application Continuity Appliance for Microsoft Exchange
Comment on this (0 comments)Mar 22, 2006The Teneros Application Continuity Appliance offers instant failover for Microsoft Exchange in a managed appliance that provides exceptionally high availability. This report summarizes the product and comments on its industry context.
For further information, see here. There is no charge for the report.
If you have any questions, please email david.ferris@ferris.com or call him on +1 415 367 3436.
Please Wait