filter
[exim-website.git] / home.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3   <head>
4     <title>Basic Exim Home Page Stuff</title>
5     <base target="body">
6   </head>
7
8   <body bgcolor="#FFFFFF" text="#00005A" link="#FF6600" alink="#FF9933" vlink="#990000">
9     <center>
10       <img src="images/eximX.png" alt="[big logo]">
11     </center>
12     <h1>The Exim Home Page</h1> 
13
14     <p>Exim is a message transfer agent (<b>MTA</b>) developed at the
15     University of Cambridge for use on Unix systems connected to the
16     Internet. It is freely available under the terms of the <b>GNU
17     General Public Licence</b>. In style it is similar to <b>Smail
18     3</b>, but its facilities are more extensive, and in particular it
19     has some defences against mail bombs and unsolicited junk mail in
20     the form of options for refusing messages from particular hosts,
21     networks, or senders.  It can be installed in place of sendmail,
22     although the configuration of exim is quite different to that of
23     sendmail.</p>
24
25     <p>An expanded <a href="intro.html">introduction is available</a>.</p>
26
27     <h2>New Things</h2>
28     <ul>
29       <li>
30         An update to the system filter to protect broken MS mail
31         clients from the real world has been produced.  This protects
32         against the bug described on <A HREF="http://www.securityfocus.com/frames/?content=/templates/article.html%3Fid%3D61">
33         BugTraq</A> where a long date string can subvert the client.
34         The filter can be found at <A HREF="ftp://ftp.exim.org/pub/filter/">
35         <tt>ftp://ftp.exim.org/pub/filter/</tt></a> or
36         <A HREF="system_filter.exim">here</A>.  The file contains
37         installation instructions.
38       </li>
39       <li>
40         Exim Version 3.15 is available - see the <a
41         href="mirrors.html">availability</a> pages to get hold of a
42         copy.
43       </li>
44       <li>
45         A <b>Generic Windows Executable Content</b> filter is available
46         at <a href="ftp://ftp.exim.org/pub/filter/">
47           ftp://ftp.exim.org/pub/filter/</a> .  This is an exim system
48         filter which attempts to detect executables including the
49         types responsible for the recent Windows/Outlook mail worms.
50         It is not infallible, but many sites may find it useful.
51       </li>
52     </ul>
53
54     <hr>
55     <address><a href="mailto:Postmaster@exim.org">Nigel Metheringham</a></address>
56 <!-- Created: Sun May 16 21:43:01 BST 1999 -->
57     <h6>$Id: home.html,v 1.3 2000/06/20 19:37:59 nigel Exp $</h6>
58   </body>
59 </html>