![]() |
|
||||||||
|
|
Overview | Designs | Projects | Rates | Log-in | About | ISP-HowTo | Home | |
|
|
![]() Sendmail MTA Security Advisory 22 March 2006 22/Mar/2006 One of the most reliable *nix server applications is Sendmail, handling millions of e-mails every day without a hint of trouble. Every now and then, somebody finds a way to exploit it, and this is one of those times. This security flaw is reported by the major distributions as "high impact" with no known work-around, and now that it is being broadly advertised you can bet that many aspiring hackers will be trying to exploit this flaw, so be sure to upgrade your mail servers right away. ISP Ltd. customers with a support contract will be upgraded starting today, at between midnight and 5am your local time. Sendmail's official security advisory can be found at this URL: http://www.sendmail.com/company/advisory/index.shtml ISP Ltd. customers with networks built since 2004 should do this (during off-peak hours): mailserver ~ # /etc/init.d/sendmail stop To verify the running version of Sendmail, you can do this:
mailserver ~ # telnet localhost 25 In this above dialogue, you will see that Sendmail 8.13.6 is running on this server. At this point, just press Ctrl+] and then type 'quit' to close the telnet session. ISP Ltd. customers with networks built prior to 2004 should do the following:
mailserver ~ # cp -a /usr/lib/sendmail /tmp/ (to make a back-up copy) Others who have GNU/Linux systems not built by ISP Ltd. should follow the instructions provided on the Sendmail web site. Be careful if you have add-on software that ties into Sendmail with special settings in the /etc/mail/sendmail.cf file. In this case, compare the new sendmail.cf to the one you backed-up so you can put those special settings back in place. |