Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Server Daily
IT Management Daily
Subscribe News
Subscribe PR
Subscribe Security

internet.com
Internet News
Small Business

Advertise
Newsletters
Tech Jobs
E-mail Offers

 










Current Newswire:

RIP Compiz

Thoughts about Kubuntu's Status, Canonical, and your distribution's sponsors

SECURITY: How To Set Up A TOR Middlebox Routing All VirtualBox Virtual Machine Traffic Over TOR

Sabayon Linux 8 Released

Running Simple Groupware On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10

Introducing Comice OS 4: Mac-Looking Linux

7 Best Free Alternative Git Clients

Python4Kids New Tutorial: Welcome back, Class Recap

Controlling Liquor Loss with Linux

Chrome Web Browser Finally Comes to Android Phones, Tablets



Applications Management Engineer Sr (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
:Grand Prize Winner: Linux in Business - Case Study Implementation of Corporate E-mail Solution [Noridian Mutual]
Grand Prize Winner: Linux in Business - Case Study Implementation of Corporate E-mail Solution [Noridian Mutual]
Nov 7, 1999, 04 :17 UTC (28 Talkback[s]) (25060 reads)

(Other stories by Kevin Erickson)

By Kevin Erickson
Technical Support Team Leader
Noridian Mutual Insurance Company

[ The opinions expressed by authors on Linux Today are their own. They speak only for themselves and not for Linux Today. ]

(lt ed -- The following article is the winner of the grand price for Best Business Case Study in the First Annual Linux Solutions Awards.

Criteria for winning entries included 1) Creativity; 2) Ability to replicate the solutions; and 3) Practical applicability to business, education or other professional endeavor.

The First Annual Linux Solutions Awards was sponsored by the Linux Consultants' Support and Resource Center, Linux Today, VARBusiness and Macmillan Publishing Company.

The sponsors organized the contest to further the adoption of Linux in Business.

More information.)

I work for a growing company of about 1800 employees. Over a year ago we were faced with a decision on an e-mail system for our corporation. At the time, we used Lotus cc:Mail for electronic mail and Lotus Organizer for group scheduling.

There were several reasons why we needed to consider a change. First, Lotus had announced that cc:Mail was a dying product, and would be replaced by Lotus Notes. Second, we had fallen behind in some of our upgrades, possibly contributing to the fact that we were experiencing more and more down time, and that users were expressing frustration over the lack of reliability in our cc:Mail system. In addition, the version of cc:Mail that we were using was not Y2K compliant. Third, maintenance, support and upgrade charges continued to grow along with our user base.

At this time we began to evaluate several solutions. We looked at Lotus Notes, Microsoft Exchange, Novell GroupWise, and an open system approach based on POP3 and IMAP protocols.

End users were accustomed to several features in the current system. We felt we needed to make as many of those features available as possible. Some of them were: ability to store mail on the server; ability to share public "bulletin boards"; centralized address book; public and private mailing lists; ability to use rich text in e-mail; ability to schedule meetings based on other users' schedules; and ability to delegate maintenance of a calendar. Other features we were looking for included high uptime and reliability, the ability to scale to our growing user base, and the ability to recover deleted mail or recover from a failure. Ease of conversion from the old system, and end user training were also factors.

End users evaluated front-end applications and determined that Microsoft Outlook had the usability and features that they wanted. IT staff evaluated back end solutions. We determined that we wanted to avoid proprietary architectures, so a solution that at least supported POP3 and IMAP protocols was essential. Integrated SMTP support was also a requirement, eliminating the need for proprietary gateways. I determined that for a fraction of the cost, we could implement an open solution based on Linux that would have 85% to 90% of the features of the other solutions.

Going forward with my recommendation, we entered into a pilot phase. The pilot was implemented for a small group using Outlook97 accessing a small Linux server. The pilot, for the most part, was a success. We went through some growing pains as we expanded the usage of the system, leading us to the configuration we have today.

Our main mail server today is a Compaq Proliant 1600R, Pentium II 450MHz, with 256Meg RAM, with a DPT RAID controller managing a 16Gig RAID5 volume. The server is running Red Hat Linux 5.2, and services between 1500 and 1700 users. The primary software products used in the solution are:

Client desktops range from Pentium 100 to Pentium II 400, and are all running Windows95 or Windows NT Workstation using Microsoft Outlook 98 in an "Internet Only" configuration. The clients are also equipped with Microsoft Internet Explorer 4.

I'll describe the features of my solution, and how each software product is configured to meet each requirement.

The ability to store mail on and retrieve mail from the server is provided by the Cyrus IMAP server. Outlook98 supports access to that mail via IMAP and POP3 accounts set up in Outlook 98. The IMAP account also allows access to shared IMAP folders set up with Cyrus IMAP and used as a bulletin board for sharing information with many other users. The Outlook98 client supports e-mail in HTML format allowing for rich text to be embedded in messages.

To allow for a centralized address book, I implemented the OpenLDAP server. It is populated with our corporate directory, and provides such information about employees as email address, phone number, employee number, department number, division, department, building, and other internal information. With the LDAP support in the Internet-Only version of Outlook98, a client can type a name or partial name, resulting in an LDAP query that returns that person's e-mail address. In addition, I wrote a Perl/CGI-based web interface to the LDAP directory, which has replaced the monthly printing of hundreds of internal telephone books. A user can search by name, phone number, or any other field, resulting in a full display of user information including a JPEG photo.

The Addressbook within Outlook 98 supports private mailing lists. Public mailing lists are supported the Smartlist mail processor based on Perl and Procmail. Users can subscribe or unsubscribe from mailing lists via e-mail. In addition, lists are generated based on department, division, etc from the LDAP server and placed in Smartlists.

Group scheduling is supported by the integration of vcalendar support in Outlook 98. I set up an anonymous FTP server using WU-FTPD, which allows for the publishing of free/busy times (vcalendar files) to the FTP server. An Apache server on the machine hosts a virtual web site, which serves up those same files. As changes are made to the Outlook 98 calendar, the information is automatically published to a specified URL, in my case, the address of the anonymous FTP server. When a user wants to schedule a meeting with someone, they type the name into a meeting request, an LDAP query is automatically done, and the resulting information is used to access the users free/busy vcalendar information via an HTTP URL pointing to the same location. This feature makes scheduling a meeting with many people very easy.

Delegation of calendar maintenance was a feature required by those management personnel with secretaries. My solution supports this requirement using a feature of Outlook 98 called Net Folders. This feature basically allows one to share your calendar (or any other folder, e.g., Contacts) with other users via e-mail. As updates are done to the shared folder, e-mails are generated that automatically populate that folder on the recipients' client.

Uptime and reliability for the solution has been excellent. The current uptime for the main server is 152 days, with downtime being caused by the need to tune various parameters to support the growing user base. We are using IBM's Adstar Distributed Storage Manager (ADSM) for backup and recovery. This allows us to easily recover individual e-mails that users may inadvertently delete, and positions us to easily recover the system in the event of a disaster.

There are several other features currently being planned or partially implemented. Since the Cyrus IMAP server does not require a Unix account to be created, one of our sites has been converted to use PAM_LDAP so that authentication of the account is done via LDAP to the OpenLDAP server rather than to the /etc/passwd file. This allows for centralized usercode / password administration across several mail servers and the elimination of the need for root access to the mail server for account administration. We also plan to modify our Sendmail configuration so that incoming mail will generate an LDAP query to find the location of a user mailbox, eliminating the need for a separately maintained Sendmail alias file. Another feature to be investigated is integration of mailing lists via the LDAP mailgroup object.

In conclusion, our Linux-based solution for e-mail has been a tremendous success. It is difficult to determine an exact dollar figure saved compared to the other solutions considered. The amount saved on client licenses alone has more than paid for our solution. We are distributing mail servers based on this configuration to all of our offices throughout the U.S., and are continually looking for ways to improve.


Index Mode   |   Flat Mode   |   Thread Mode   |   Thread Flat  
  Talkback(s) Name  and Date
I am running practically the same config ...   worked for us too   
Mikhail Garber
Nov 7, 1999, 04:38:17
 
http://www.kdeforum.org/news/939533382/i ...   Magellan.   
BR
Nov 7, 1999, 06:56:59
 
We get better results using qmail instea ...   Qmail   
ivo
Nov 7, 1999, 07:03:52
 
here are our config all running Slackwar ...   *** NO SUBJECT ***   
Xunil Ung
Nov 7, 1999, 10:33:12
 
Now how do you make a good estimation of ...   Great stories...about the disk array   
Newbie
Nov 7, 1999, 18:11:00
 
How does one set up a RAS server that al ...   Re: RAS   
Dennis Williamson
Nov 7, 1999, 18:24:44
 
The solution described above is technolo ...   Integrated solution   
Art Cancro
Nov 7, 1999, 18:27:40
 
Actually, there are a variety of methods ...   RE: RAS   
Niko
Nov 8, 1999, 01:02:08
 
This user is happily falling in love wit ...   RH 5.2 and Sendmail 8.8.7   
Clark Mankin
Nov 11, 1999, 04:37:31
 
And what makes you think that he hasn&#3 ...   Re: RH 5.2 and Sendmail 8.8.7   
Jason Anderson
Nov 14, 1999, 16:47:38
 
Are you thinking something like this??ht ...   Re: Integrated solution   
Mark Schlough
Nov 15, 1999, 19:35:58
 
We are currently using Exchange server o ...   Re:More Details?   
Juan Carlos Ocasio
Nov 19, 1999, 17:32:56
 
As everyone in this business knows, thin ...   Re: RH 5.2 and Sendmail 8.8.7   
Kevin Erickson
Nov 20, 1999, 21:55:17
 
I am using RH 5.2 since last 3 months wi ...   Linux   
Dr. Sudhir Kumar
Nov 21, 1999, 06:51:18
 
Hello,I'm a beginner under Linux Deb ...   Learning inetd   
Frederic
Nov 22, 1999, 19:38:33
 
HP has an integrated mail server for Out ...   Re: Integrated Solution   
Scott A. Davis
Dec 1, 1999, 00:32:46
 
We are currently using Exchange server o ...   ISP with Linux   
Juan Carlos Orozco
Dec 1, 1999, 16:33:19
 
Could someone post a sapd.conf example o ...   example?   
Don Bivens
Dec 3, 1999, 19:11:51
 
I am a Small time Operation here, but I  ...   Hey what more can I say? It JUST WORKS!   
Bob Richards
Dec 8, 1999, 23:43:27
 
Hi.

We have a need for implementing a ...   Users need to ADD entried to LDAP   
David Antonacci
Mar 16, 2000, 05:00:57
 
Kevin,

I work with an Irish company o ...   Question for Kevin Erickson   
Pat Fenton
Apr 27, 2000, 22:46:53
 
qmail is the answer                      ...   Re: Linux   
zahar
May 9, 2000, 04:46:45
 
What have you done for AntiVirus integra ...   AntiVirus integration?   
Kevin C
Jun 30, 2000, 20:43:19
 
We are Exchange 2000 users and switching ...   Global Address List Shared in Public Folder   
Anil Bhanu
Aug 28, 2001, 19:20:28
 
how to set an account for an LDAP server ...   "LDAP + outlook EXpress"   
Manoj
Aug 30, 2001, 05:07:35
 
Try looking at AMaVis (http://www.amavis ...   Re: AntiVirus integration?   
SC
Feb 7, 2002, 13:13:09
 
Trend (http://www.antivirus.com) makes l ...   Re: AntiVirus integration?   
Trep
Mar 19, 2003, 00:22:52
 
Update to this old post.HP has dropped O ...   Re: Re: Integrated Solution   
Trep
Mar 19, 2003, 00:27:03
 
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!

..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP