Problem with old e-mail server
Nutter's Help Desk
By
Ron Nutter
,
NetworkWorld.com
, 08/16/2004
- Share/Email
- Tweet This
- Print
We are using an old e-mail server called Interjet. It was manufactured by a company called Whistle that was later acquired
by IBM. Since the acquisition, IBM released a second Interjet and then one year later discontinued the product and support.
We're having difficulty with an open relay on the e-mail server and mail is being rejected by several recipients to avoid
spamming. I'm unable to find a setting on the Interjet that might close the relay. We are providing NAT and DHCP services
from the e-mail server, but it is unclear how this would cause an open relay.
Do you have any suggestions for resolving this issue short of replacing the e-mail server? If replacement is the only solution,
can you suggest a server that is as simple to operate and maintain as an appliance such as the Interjet.
- Via the Internet
I did some checking and Interjet seems to be a product IBM wants to forget. I wasn't able to find any technical information
on the product anywhere on the site. Replacement isn't the first option I would look at. First, consider putting in an e-mail
proxy server. This would be something for those on the outside to try to spam through and could serve as a platform to reduce
the amount of spam coming into your company. By taking a look at www.spamassassin.org (recently made part of the Apache Software Foundation), you will find several documents that walk you through setting up
Spam Assassin as a tool to reduce the amount of spam coming into your company without having to figure out all the settings
on your own. If you don't want to set up your own system, you will also find links on this site third-party solutions that
come in an appliance form ready to stick in the rack and get to work.
If neither of these options work for you, one of the simpler mail servers I have set up recently is Novell's NetMail 3.5, which can run on a variety of platforms. You don't have to have a Novell server running in order to use this, and the management
tools couldn't be simpler. If you're looking for a more Linux-oriented solution, you can also get NetMail on this platform or you can go with a more Linux-conventional approach by using
something like Sendmail or Postfix to handle the mail. Although either Sendmail or Postfix can be a little intimidating to configure, if you add something such
as Webmin as a management front end, you a more a point-and-click approach instead of digging through multiple layers of configuration
files.
Comment