Automic VaultAutomic Vault

brew

Install exim with Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper

Complete replacement for sendmail. Version 4.99.4 via Homebrew; verified 2026-06-22.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install exim

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install exim

MacPorts ports tree · mail/exim/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add exim

Alpine Linux edge package indexes · exim · source: dl-cdn.alpinelinux.org

Fedora dnfverified · 92%
sudo dnf install exim

Fedora Rawhide package metadata · exim · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#exim

nixpkgs package indexes · pkgs/by-name/ex/exim/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S exim

Arch Linux sync databases · exim · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install exim

openSUSE Tumbleweed package metadata · exim · source: download.opensuse.org

overview

Package summary

Complete replacement for sendmail

Commands and aliases

  • exicyclog
  • exigrep
  • exim
  • exim-4.99.3-2
  • exim_checkaccess
  • exim_ctl
  • exim_dbmbuild
  • exim_dumpdb
  • exim_fixdb
  • exim_id_update
  • exim_lock
  • exim_msgdate
  • exim_tidydb
  • eximstats
  • exinext
  • exipick
  • exiqgrep
  • exiqsumm
  • exiwhat

history

Project history and usage

Exim is a Unix-oriented mail transfer agent from the University of Cambridge, built for Internet-connected hosts and distributed under the GPL. It matters in package-manager culture because it is one of the long-lived sendmail replacements that administrators can install as a real MTA, a queueing mail system, and a command-line-compatible submission tool.

Project history

The current Exim specification describes Exim as an MTA for Unix and Unix-like hosts, designed around permanently connected Internet systems but configurable for intermittent links. Its own introduction explicitly places it in the Smail 3 lineage: many ideas and user interfaces came from Smail, while the Exim codebase was new and later grew beyond that initial model.

Exim's documentation and distribution model are also part of its history. The project has long shipped a large reference specification, command-line man page, filter language documentation, upgrade notes, and per-release change logs. Source releases are published from exim.org, with signed tarballs and a separate public Git repository for people who want to track the source tree directly.

Adoption history

An Exim 3.20 overview from 2000 already described production use at sites handling hundreds of thousands of messages per day. The current documentation points to mailing lists for announcements, user support, development, and automated VCS messages, plus independent mirror sites, which reflects the classic Unix server-project adoption pattern: distro packages, local site policy, mailing-list support, and careful upgrades.

Exim gained popularity as a sendmail-compatible replacement without requiring administrators to learn sendmail configuration. Its current manual says Exim adopts the Sendmail command-line interface so it can replace /usr/lib/sendmail or /usr/sbin/sendmail for message submission, while still producing Exim-specific output for administrative commands such as queue listings.

How it is used

Exim is used to receive, queue, route, and deliver mail over SMTP and related transports. Administrators care about its runtime configuration file, router and transport model, ACLs, queue runner, logs, and privileged execution model because those determine how mail policy, local delivery, forwarding, relaying, and security boundaries behave on a server.

The package exposes a cluster of operational tools around the main exim binary, such as queue inspection, log grepping, database maintenance, and statistics commands. That shape is why it appears in package managers as a service-oriented package rather than a single-purpose CLI utility.

Why package nerds care

For package maintainers, Exim is a security-sensitive daemon with signed upstream releases, build-time paths, runtime privilege rules, and distro-specific defaults. The official manual notes that the runtime configuration filename is compiled in through CONFIGURE_FILE, which explains why packaged Exim builds often differ in configuration paths and default integration details.

Exim is also historically interesting because major policy behavior changed over time. The official DNSBL HOWTO notes that Exim 4.00 moved incoming-mail policy checks to ACLs, making Exim 4 configuration materially different from Exim 3 for common anti-abuse setups.

Timeline

  • 2000: Exim 3.20 overview documented production use at high-volume sites.
  • 4.00: Incoming mail policy checks moved to ACLs.
  • 4.73: Runtime configuration file permission rules were tightened.
  • 4.99.4: Current specification documents the modern Exim 4 series.

Related projects

  • Smail 3 is the direct design predecessor named by Exim's own documentation.
  • Sendmail is the compatibility target for Exim's message-submission command-line interface.
  • DNSBL services, TLS libraries, DBM libraries, and content scanners are common integration points documented around Exim deployments.

security posture

Risk level: yellow

generalized runtime or code generation signal.

Risk classifier

yellow risk · medium confidence · runtime

Why

  • generalized runtime or code generation signal

Signals

  • text:repl

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 2 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
exicyclogcliglobal executable
exigrepcliglobal executable
eximcliglobal executable
exim-4.99.3-2cliglobal executable
exim_checkaccesscliglobal executable
exim_ctlcliglobal executable
exim_dbmbuildcliglobal executable
exim_dumpdbcliglobal executable
exim_fixdbcliglobal executable
exim_id_updatecliglobal executable
exim_lockcliglobal executable
exim_msgdatecliglobal executable
exim_tidydbcliglobal executable
eximstatscliglobal executable
exinextcliglobal executable
exipickcliglobal executable
exiqgrepcliglobal executable
exiqsummcliglobal executable
exiwhatcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-07
manager version4.99.4
manager updated2026-06-22
local dataok
upstreamnot checked
latest detectednot detected

https://exim.org

  • infoRelease/tag comparison is only available for GitHub repositories.https://exim.orgnone confidence

install metadata

Package metadata

Package keybrew:exim
Version4.99.4
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/exim
Homepagehttps://exim.org
Repositoryhttps://code.exim.org/exim/exim.git
Upstream docshttps://www.exim.org/docs.html
LicenseGPL-2.0-or-later
Source archivehttps://ftp.exim.org/pub/exim/exim4/exim-4.99.4.tar.xz
Last updated2026-06-22T14:03:17-07:00
Pulseupdated
Dependenciesopenssl@3, pcre2
Uses from macOSlibxcrypt, perl, sqlite
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared
CaveatsStart with: exim_ctl start Don't forget to run it as root to be able to bind port 25.

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameexim
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

exim

nix profile install nixpkgs#exim
  • normalized package name match
  • Matched by: Exim
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ex/exim/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

exim 4.99.4-r0

Message Transfer Agent

https://www.exim.org/

sudo apk add exim
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

exim-cdb 4.99.4-r0

EXIM extension: cdb

https://www.exim.org/

sudo apk add exim-cdb
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • 1 dependencies
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim-cdb from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

exim-dbmdb 4.99.4-r0

EXIM extension: dbmdb

https://www.exim.org/

sudo apk add exim-dbmdb
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • 1 dependencies
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim-dbmdb from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

exim-dnsdb 4.99.4-r0

EXIM extension: dnsdb

https://www.exim.org/

sudo apk add exim-dnsdb
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • 1 dependencies
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim-dnsdb from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

exim-doc 4.99.4-r0

Message Transfer Agent (documentation)

https://www.exim.org/

sudo apk add exim-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

exim-mysql 4.99.4-r0

EXIM extension: mysql

https://www.exim.org/

sudo apk add exim-mysql
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • 1 dependencies
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim-mysql from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

exim-openrc 4.99.4-r0

Message Transfer Agent (OpenRC init scripts)

https://www.exim.org/

sudo apk add exim-openrc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

exim-postgresql 4.99.4-r0

EXIM extension: pgsql

https://www.exim.org/

sudo apk add exim-postgresql
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • 1 dependencies
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim-postgresql from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

exim-scripts 4.99.4-r0

EXIM scripts

https://www.exim.org/

sudo apk add exim-scripts
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim-scripts from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

exim-sqlite 4.99.4-r0

EXIM extension: sqlite

https://www.exim.org/

sudo apk add exim-sqlite
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • 1 dependencies
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim-sqlite from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

exim-utils 4.99.4-r0

EXIM utils

https://www.exim.org/

sudo apk add exim-utils
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: exim
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Exim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: exim-utils from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

exim 4.99.4-1.fc45

The exim mail transfer agent

https://www.exim.org/

sudo dnf install exim
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: exim
  • 32 dependencies
  • 10 provides
  • normalized package name match
  • Matched by: Exim
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: exim from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

exim-clamav 4.99.4-1.fc45

Clam Antivirus scanner dæmon configuration for use with Exim

https://www.exim.org/

sudo dnf install exim-clamav
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: exim
  • 6 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Exim
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: exim-clamav from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

exim-greylist 4.99.4-1.fc45

Example configuration for greylisting using Exim

https://www.exim.org/

sudo dnf install exim-greylist
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: exim
  • 5 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Exim
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: exim-greylist from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

exim-mon 4.99.4-1.fc45

X11 monitor application for Exim

https://www.exim.org/

sudo dnf install exim-mon
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: exim
  • 12 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Exim
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: exim-mon from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment