Exim
From Free net encyclopedia
Template:Cleanup-date Template:Cleanup-verify Exim is a mail transfer agent (MTA) used in Unix-like operating systems. The first version was written in 1995 by Philip Hazel for use in the University of Cambridge Computing Service's e-mail systems.
Exim somewhat resembles Smail 3, but it has diverged and now surpasses it in user friendliness and flexibility. They both follow the Sendmail design model where a single main binary controls all the facilities of the MTA. This monolithic design is considered by some to be inherently slower and less secure, not least because of a lack of separation between the individual components of the system; but despite this, Exim's actual security record is much better than Sendmail and comparable with Qmail and PostfixTemplate:Fact.
Exim has always had substantial facilities for mail policy controls - providing facilities for the administrator to control who may send or relay mail through the system. In version 4.x this has matured to a Access Control List based system allowing very detailed and flexible controls. Along with the integration of a framework for content scanning this makes Exim very suitable for enforcing mail policyTemplate:Fact.
Exim exhibits performance comparable to other MTAs when most mail is immediately deliverableTemplate:Fact. However, its performance is comparatively much poorer when circumstances cause more than a tiny amount of mail to be queued. Unlike Qmail, Postfix, and Zmailer, Exim does not have a central queue manager (i.e. an equivalent of qmail-send, qmgr, or scheduler). There is thus no centralised load balancing either of queue processing (leading to disproportionate amounts of time being spent on processing the same queue entries repeatedly) or of system-wide remote transport concurrency (leading to a "thundering herd" problem when a lot of messages are submitted addressed to a single domain). In Philip Hazel's own wordsTemplate:Ref:
- "The bottom line is that Exim does not perform particularly well in environments where the queue regularly gets very large. It was never designed for this; deliveries from the queue were always intended to be 'exceptions' rather than the norm."
In 1997, Philip Hazel replaced Exim's POSIX regular expression library written by Henry Spencer with a new library he developed called PCRE (Perl Compatible Regular Expressions). Perl regular expressions are much more powerful than POSIX and other common regular expressions, so PCRE has become popular in many applications other than Exim.
Exim is free software distributed under the terms of the GNU General Public Licence, and it has been ported to most Unix-like systems.
Exim is the default MTA of Debian GNU/Linux systems. Exim tends to have a larger userbase in the UK and Europe than in the US and AsiaTemplate:Fact. A number of large Exim installations exist, especially within the UK Internet service providersTemplate:Ref.
References
- Template:Note posting by Philip Hazel
- Template:Note Golanski, Y (2000) The Exim Mail Transfer Agent in a Large Scale Deployment