Quote:
...I don't know what a groupwise server is...Do these groupwise server run mail servers?
|
Thanks, Expert, I appreciate the reply.
"GroupWise" is Novell's email and collaberation solution. Generically speaking, it consists of SMTP services, POP3/IMAP services, post offices, and web access servers. It can use the proprietary GroupWise client, a web browser, and/or any POP3/IMAP/SMTP client. Information is maintained via Novell's eDirectory.
There are commercial anti-spam and anti-virus solutions available to run on the Novell (NetWare) servers, however the packages tend to get expensive. Given that Novell is embracing Linux via its SuSE and Ximian acquisitions, many of the current NetWare users are learning Linux and considering open-source solutions in their environment. We at Hartford (CT) Hospital are but one.
Currently, we are using Guinevere and Spam Assassin on NT for our anti-spam and anti-virus solution. As I understand its current implementation, this system watches the inbound subdirectory on our GroupWise SMTP server, snags the email, scans it for viruses and spam, then places the approved ones back in the outbound directory on the server, where the SMTP server then redirects it to our GroupWise domain server, who then routes it through the internal system. Unfortunately, this NT server is not capable of handling the load; it shells out a command prompt for each email and in times of heavy spam (like almost always) the email backs up for literally hours.
What I'd like to do is build a SuSE Lunix box and run Spam Assassin and an appropriate anti-virus solution in place of the current NT box. Unfortunately, given my years of experience with Novell, NetWare, and MS solutions, I'm at the stage where this is my first Linux project...I've managed to get SuSE and Spam Assassin installed just fine, but I feel like the dog that finally caught the car it was chasing..."now what"?
One possible method of implementation would be to have this box be the SMTP mail relay. All inbound mail would get routed to it, scanned, and then the appropriate ones forwarded to the internal mail relay server as it is now. If I can figure out how to do this then it would be a simple matter of placing it in our DMZ, configuring it for outbound mail, then changing our MX records appropriately.
I suppose the major problem I've personally got is that this is the first Linux box I'm working with. It's no doubt likely that there's some basic stuff I'm missing, like "how do I set up an SMTP server", and "how do I use Spam Assassin to scna mail and forward it". I am working as we speak to fill this knowledge void. However, if there's someone out there that has dome something similar to this, even if it's with a different email system than GroupWise, then that knowledge will go a long way towards helping me figure this out. Frankly, while step-by-step instructions would help with getting it implemented, I'd rather be referred to someplace where I can learn how it all goes together.
As always, assistance is sincerely appreciated.