pkg.soopen package index

brew / rank 2683

Install mailutils with Homebrew, apk, apt, MacPorts, Nix, pacman, zypper

Swiss Army knife of email handling. Version 3.21 via Homebrew; verified from local package data. Also installable with debian: sudo apt install libmailutils-dev.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install mailutils

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install mailutils

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

Linux

Alpine Linux apkverified · 92%
sudo apk add mailutils

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

Debian aptverified · 92%
sudo apt install mailutils

Debian stable package indexes · mailutils · source: deb.debian.org

Nixverified · 92%
nix profile install nixpkgs#mailutils

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

Arch Linux pacmanverified · 92%
sudo pacman -S mailutils

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

openSUSE zypperverified · 92%
sudo zypper install mailutils

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

overview

Package summary

Swiss Army knife of email handling

Commands and aliases

  • comsatd
  • decodemail
  • dotlock
  • frm
  • from
  • imap4d
  • lmtpd
  • mail
  • mailutils
  • mailutils-config
  • messages
  • mimeview
  • movemail
  • pop3d
  • popauth
  • putmail
  • readmsg
  • sieve

history

Project history and usage

GNU Mailutils is the GNU Project's general-purpose mail package: a set of command-line utilities, daemons, and libraries for handling electronic mail across local and remote mailbox formats.

Project history

The Mailutils manual describes the package as having started from a practical need to handle large mailbox files more gracefully than the POP3 servers available to its authors at the time. That origin explains the library-centered design: programs built on Mailutils are meant to work across mailbox formats through one interface rather than carrying separate mailbox-specific code.

Public GNU source archives show Mailutils 0.1 available in September 2002, 1.0 in July 2006, and the 3.x line continuing through Mailutils 3.21 in December 2025. Over that span the package accumulated classic Unix mail commands, protocol daemons, Sieve support, MH-compatible tools, and libmailutils APIs for mailbox, MIME, authentication, and protocol work.

Adoption history

The upstream homepage identifies Mailutils as official GNU software and lists it as useful to regular users, system administrators, and developers. It also names other free software packages using it, including MH-E and Mailfromd, which is a useful signal that Mailutils is both a user-facing toolbox and a reusable mail framework.

In package-manager culture, Mailutils matters because it is the GNU-flavored provider of familiar commands such as mail, frm, from, messages, movemail, readmsg, and sieve, while also shipping POP3, IMAP4, LMTP, and related services. That makes one package cover many mail-adjacent command names that otherwise vary by Unix lineage.

How it is used

Users install Mailutils for traditional command-line mail reading and sending, mailbox inspection, message extraction, MIME viewing, movemail-style retrieval, and Sieve filtering. Administrators use its daemons and delivery tools for POP3, IMAP4, LMTP, local delivery, and mailbox conversion.

Mailutils reads a site-wide configuration file named ${sysconfdir}/mailutils.conf and, for client utilities, per-user files named after the program such as ~/.sieve. Its wicket command looks up matching URLs in the default ticket file ~/.mu-tickets, allowing credentials to be kept out of command lines and ordinary examples.

Why package nerds care

Mailutils is a dense GNU package in the best and worst senses: one formula brings in a pile of historically loaded mail commands plus servers, libraries, and protocol glue. It is especially interesting when comparing which implementation of mail, movemail, or sieve a distribution chooses to expose.

Because the suite understands UNIX maildrops, Maildir, MH, POP3, IMAP4, SMTP, TLS, SASL, and related mechanisms, it sits at the crossroads of old local Unix mail and network-era mail protocols. That makes it a frequent dependency, conflict, or alternative in mail tooling stacks.

Timeline

  • 2002: Mailutils 0.1 appears in the official GNU FTP archive.
  • 2006: Mailutils 1.0 appears in the official GNU FTP archive.
  • 2025: Mailutils 3.21 is released and documented by the upstream manual.

Related projects

  • GNU Emacs movemail is a historical reference point for Mailutils movemail.
  • MH-E is listed by the upstream homepage as free software using Mailutils.
  • Mailfromd is listed by the upstream homepage as free software using Mailutils.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

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

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
${sysconfdir}/mailutils.conf~/.<program>

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.mu-tickets

executables

Installed executables

CommandKindExposureNote
comsatdexecutableindexed executableDiscovered from the local executable index.
decodemailexecutableindexed executableDiscovered from the local executable index.
dotlockexecutableindexed executableDiscovered from the local executable index.
frmexecutableindexed executableDiscovered from the local executable index.
fromexecutableindexed executableDiscovered from the local executable index.
imap4dexecutableindexed executableDiscovered from the local executable index.
lmtpdexecutableindexed executableDiscovered from the local executable index.
mailexecutableindexed executableDiscovered from the local executable index.
mailutilsexecutableindexed executableDiscovered from the local executable index.
mailutils-configexecutableindexed executableDiscovered from the local executable index.
messagesexecutableindexed executableDiscovered from the local executable index.
mimeviewexecutableindexed executableDiscovered from the local executable index.
movemailexecutableindexed executableDiscovered from the local executable index.
pop3dexecutableindexed executableDiscovered from the local executable index.
popauthexecutableindexed executableDiscovered from the local executable index.
putmailexecutableindexed executableDiscovered from the local executable index.
readmsgexecutableindexed executableDiscovered from the local executable index.
sieveexecutableindexed executableDiscovered from the local executable index.

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-08-03
manager version3.21
manager updated
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:mailutils
Version3.21
Package managerHomebrew
Homepagehttps://mailutils.org/
Bottlenot recorded
Servicenone declared

source database matches

Other package-manager records

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

Debian apt95%

libmailutils-dev 1:3.19-1

development files for GNU mailutils

https://www.gnu.org/software/mailutils/

sudo apt install libmailutils-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: mailutils
  • 23 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmailutils-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmailutils9t64 1:3.19-1

GNU Mail abstraction library

https://www.gnu.org/software/mailutils/

sudo apt install libmailutils9t64
  • Section: libs
  • Architecture: amd64
  • Source Package: mailutils
  • 12 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmailutils9t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmu-dbm9t64 1:3.19-1

GNU Mail abstraction library -- dbm support

https://www.gnu.org/software/mailutils/

sudo apt install libmu-dbm9t64
  • Section: libs
  • Architecture: amd64
  • Source Package: mailutils
  • 6 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmu-dbm9t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mailutils 1:3.19-1

GNU mailutils utilities for handling mail

https://www.gnu.org/software/mailutils/

sudo apt install mailutils
  • Section: mail
  • Architecture: amd64
  • 13 dependencies
  • 2 provides
  • 4 optional deps
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mailutils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mailutils-common 1:3.19-1

common files for GNU mailutils

https://www.gnu.org/software/mailutils/

sudo apt install mailutils-common
  • Section: mail
  • Architecture: all
  • Source Package: mailutils
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mailutils-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mailutils-comsatd 1:3.19-1

GNU mailutils-based comsatd daemon

https://www.gnu.org/software/mailutils/

sudo apt install mailutils-comsatd
  • Section: net
  • Architecture: amd64
  • Source Package: mailutils
  • 6 dependencies
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mailutils-comsatd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mailutils-doc 1:3.19-1

documentation files for GNU mailutils

https://www.gnu.org/software/mailutils/

sudo apt install mailutils-doc
  • Section: doc
  • Architecture: all
  • Source Package: mailutils
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mailutils-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mailutils-guile 1:3.19-1

GNU mailutils Guile interpreter and modules

https://www.gnu.org/software/mailutils/

sudo apt install mailutils-guile
  • Section: mail
  • Architecture: amd64
  • Source Package: mailutils
  • 4 dependencies
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mailutils-guile from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mailutils-imap4d 1:3.19-1

GNU mailutils-based IMAP4 Daemon

https://www.gnu.org/software/mailutils/

sudo apt install mailutils-imap4d
  • Section: net
  • Architecture: amd64
  • Source Package: mailutils
  • 15 dependencies
  • 1 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mailutils-imap4d from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mailutils-mda 1:3.19-1

GNU mailutils utilities for handling mail -- MDA

https://www.gnu.org/software/mailutils/

sudo apt install mailutils-mda
  • Section: mail
  • Architecture: amd64
  • Source Package: mailutils
  • 17 dependencies
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mailutils-mda from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mailutils-mh 1:3.19-1

GNU mailutils-based MH utilities

https://www.gnu.org/software/mailutils/

sudo apt install mailutils-mh
  • Section: mail
  • Architecture: amd64
  • Source Package: mailutils
  • 15 dependencies
  • 1 provides
  • 2 optional deps
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mailutils-mh from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mailutils-pop3d 1:3.19-1

GNU mailutils-based POP3 Daemon

https://www.gnu.org/software/mailutils/

sudo apt install mailutils-pop3d
  • Section: net
  • Architecture: amd64
  • Source Package: mailutils
  • 15 dependencies
  • 1 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mailutils-pop3d from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-mailutils 1:3.19-1

GNU Mail abstraction library (Python3 interface)

https://www.gnu.org/software/mailutils/

sudo apt install python3-mailutils
  • Section: python
  • Architecture: amd64
  • Source Package: mailutils
  • 4 dependencies
  • normalized package name match
  • Matched by: Mailutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-mailutils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

mailutils

nix profile install nixpkgs#mailutils
  • normalized package name match
  • Matched by: Mailutils
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ma/mailutils/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libmailutils-dev 1:3.17-1.1build3

development files for GNU mailutils

https://www.gnu.org/software/mailutils/

sudo apt install libmailutils-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: mailutils
  • 23 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Mailutils
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmailutils-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libmailutils9t64 1:3.17-1.1build3

GNU Mail abstraction library

https://www.gnu.org/software/mailutils/

sudo apt install libmailutils9t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: mailutils
  • 12 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Mailutils
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmailutils9t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

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
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation