Exim is an open source mail transfer agent (MTA), which is software responsible for receiving, routing, and delivering e-mail messages (this type of program is sometimes referred to as an Internet mailer, or a mail server program).
Exim is highly configurable, and has features that are lacking in other MTAs. It 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 an Access Control List based system allowing very detailed and flexible controls.
Exim somewhat resembles Smail 3, but it has diverged and now surpasses it in user friendliness and flexibility.
Key Features
- RFC 2821 SMTP and RFC 2033 LMTP email message transport.
- Incoming (as SMTP server):
- SMTP over TCP/IP (Exim daemon or inetd).
- SMTP over the standard input and output (the -bs option).
- Batched SMTP on the standard input (the -bS option).
- Supports RFC 5068 Message Submission, as an SMTP server with (for example, encrypted and authenticated connections on port 587).
- Outgoing email (as SMTP or LMTP client):
- SMTP over TCP/IP (the smtp transport).
- LMTP over TCP/IP (the smtp transport with the protocol option set to “lmtp”).
- LMTP over a pipe to a process running in the local host (the lmtp transport).
- Batched SMTP to a file or pipe (the appendfile and pipetransports with the use_bsmtp option set).
- Configuration
- Access Control Lists – flexible policy controls.
- Content scanning, including easy integration with and other spam and virus scanners like SpamAssassin and ClamAV.
- Encrypted SMTP connections using TLS/SSL.
- Authentication with a variety of front end and back end methods, including PLAIN, LOGIN, sasl, dovecot, spa, cram_md5.
- Rewrite – rewrite envelope and/or header addresses using regular expressions.
- Routing controls – use routers to redirect, quarantine, or deliver messages.
- Transports – use transports to deliver messages by smtp, lmtp, or to files, directories, or other programs.
- Flexible retry rules for temporary delivery problems.
Website: www.exim.org
Support: Documentation
Developer: University of Cambridge
License: GNU General Public License v2.0
Exim is written in C. Learn C with our recommended free books and free tutorials.
Related Software
| Email Servers | |
|---|---|
| Exim | Highly configurable mail transfer agent |
| OpenSMTPD | Implementation of the server-side SMTP protocol with additional extensions |
| mox | Modern, secure, all-in-one email server |
| DBMail | Enables storing and retrieving mail messages from a database |
| WildDuck | Opinionated email server |
| Stalwart | All-in-one mail and collaboration server |
| Mailu | Self-hosted mail server stack |
| Mail-in-a-Box | Self-hosted email server solution |
| Postfix | Popular mail transfer agent |
| Maddy | Composable all-in-one mail server |
| Haraka | Modern SMTP server |
| Dovecot | Secure POP3 server that supports mbox and maildir mailboxes |
| Courier | Integrated mail/groupware server |
| Cyrus IMAP | Email, contacts and calendar server |
| Zimbra | Zimbra Collaboration Suite |
| Modoboa | Mail hosting and management platform |
| Citadel | Exchange-killer groupware server |
| chasquid | SMTP server with a focus on simplicity, security, and ease of operation |
| Sendmail | Mail transfer agent for sophisticated mail configurations |
| qmail | Written as a more secure replacement for the Sendmail program |
| dma | DragonFly Mail Agent |
| DavMail | POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

