macOS
brew install fetchmaillocal Homebrew formula metadata
sudo port install fetchmailMacPorts ports tree · mail/fetchmail/Portfile · ソース: api.github.com
brew
fetchmail のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fetchmaillocal Homebrew formula metadata
sudo port install fetchmailMacPorts ports tree · mail/fetchmail/Portfile · ソース: api.github.com
sudo apk add fetchmailAlpine Linux edge package indexes · fetchmail · ソース: dl-cdn.alpinelinux.org
sudo apt install fetchmailDebian stable package indexes · fetchmail · ソース: deb.debian.org
sudo dnf install fetchmailFedora Rawhide package metadata · fetchmail · ソース: dl.fedoraproject.org
nix profile install nixpkgs#fetchmailnixpkgs package indexes · pkgs/by-name/fe/fetchmail/package.nix · ソース: api.github.com
sudo pacman -S fetchmailArch Linux sync databases · fetchmail · ソース: geo.mirror.pkgbuild.com
sudo zypper install fetchmailopenSUSE Tumbleweed package metadata · fetchmail · ソース: download.opensuse.org
概要
Client for fetching mail from POP, IMAP, ETRN or ODMR-capable servers
履歴
fetchmail is one of the classic Unix mail-retrieval tools: it polls remote POP, IMAP, ETRN, or ODMR-capable servers and forwards mail into the local delivery system. Its normal role is not to replace a mail user agent, but to bridge remote mailboxes into local SMTP, LMTP, or MDA workflows so existing Unix mail filters, aliases, and readers can operate as though the mail arrived locally.
The project is historically significant beyond mail retrieval because Eric S. Raymond used fetchmail development as the case study for The Cathedral and the Bazaar. That made the package part of open-source culture as well as part of the Unix networking toolbox.
Fetchmail began as popclient, written by Carl Harris. In 1996 Eric S. Raymond took over maintenance, added IMAP support, and renamed the program fetchmail. The official site records a later 2004 handoff to a team led by Rob Funk, Graham Wilson, and Matthias Andree, with Sunil Shetye credited for later important code contributions.
The current project continues under the fetchmail name with official source repositories on GitLab and SourceForge. The FAQ notes the modern branch layout, including stable and development branches, and the README describes a codebase that remains portable Unix C while progressively updating compiler, TLS, and build requirements.
Fetchmail spread with the dialup and small-site Unix era, where machines often had intermittent connectivity or dynamic IP addresses and needed to collect mail from an ISP mailbox. Official documentation still describes this target plainly: remote mail retrieval over on-demand TCP/IP links, followed by forwarding into local delivery.
The project also became a cultural reference point. The FAQ says Raymond treated fetchmail development as a sociological experiment testing claims about the Linux development model, and that the resulting Cathedral and the Bazaar paper was presented at Linux Kongress '97 and other conferences before influencing wider open-source discussion.
Modern adoption is quieter but still real. The official home page reports a SourceForge Open Source Excellence award in 2024 after reaching 100,000 downloads from SourceForge, explicitly noting that this excludes distribution packages, mirrors, and earlier hosting.
A typical fetchmail setup creates a ~/.fetchmailrc file describing one or more polls, keeps that file private with mode 0600, and lets fetchmail retrieve messages by POP or IMAP before handing them to a local SMTP listener, LMTP listener, or MDA. The manual also documents alternate config locations through HOME_ETC and FETCHMAILHOME.
Fetchmail's long tail is in protocol edge cases: it supports POP3, IMAP variants, ETRN, ODMR, multiple authentication methods, TLS options, daemon polling, single-drop and multidrop modes, and .netrc-based credential lookup. The FAQ repeatedly steers users toward keeping policy decisions, filtering, and complex routing in adjacent Unix tools when they are better suited there.
For package nerds, fetchmail is the sort of tool that explains why old Unix packages have sprawling configure scripts, man pages, FAQ sections, security advisories, and distro patches: it sits at the crossing of network protocols, TLS libraries, local MTAs, dotfile permissions, daemon behavior, and decades of mail-server quirks.
It is also an artifact of a particular packaging culture. A small command-line daemon, a strict run-control file, SourceForge/GitLab hosting, long-lived stable branches, and a public security history make fetchmail a useful reference point for how mature infrastructure utilities survive after their original mainstream use case becomes less fashionable.
セキュリティ状態
fetchmail に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
~/.fetchmailrc$HOME_ETC/.fetchmailrc$FETCHMAILHOME/fetchmailrcCredential-bearing paths to review before unattended agent runs.
~/.fetchmailrc~/.netrc実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fetchmail | cli | グローバル実行可能ファイル | |
fetchmailconf | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:fetchmail |
|---|---|
| バージョン | 6.6.6 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fetchmail |
| ホームページ | https://www.fetchmail.info/ |
| リポジトリ | https://gitlab.com/fetchmail/fetchmail |
| 上流ドキュメント | https://www.fetchmail.info/fetchmail-FAQ.html |
| ライセンス | LGPL-2.1-or-later AND ISC AND BSD-3-Clause AND LicenseRef-Homebrew-public-domain AND (GPL-2.0-or-later WITH openvpn-openssl-exception) |
| ソースアーカイブ | https://downloads.sourceforge.net/project/fetchmail/branch_6.6/fetchmail-6.6.6.tar.xz |
| 最終更新 | 2026-06-25T00:11:34Z |
| Pulse | updated |
| 依存関係 | openssl@3 |
| ビルド依存関係 | pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fetchmail |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
fetchmail 6.4.39-1
SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
sudo apt install fetchmailfetchmail
nix profile install nixpkgs#fetchmailfetchmail 6.4.38-1ubuntu4
SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
sudo apt install fetchmailfetchmail 6.6.1-r1
remote-mail retrieval and forwarding utility
sudo apk add fetchmailfetchmail-doc 6.6.1-r1
remote-mail retrieval and forwarding utility (documentation)
sudo apk add fetchmail-docfetchmail-openrc 6.6.1-r1
remote-mail retrieval and forwarding utility (OpenRC init scripts)
sudo apk add fetchmail-openrcfetchmailconf 6.6.1-r1
GUI for generating fetchmail configuration files
sudo apk add fetchmailconffetchmail 6.6.4-1.fc45
A remote mail retrieval and forwarding utility
sudo dnf install fetchmailfetchmail 6.6.4-1
A remote-mail retrieval utility
sudo pacman -S fetchmailfetchmail 6.6.1-3.1
Full-Featured POP and IMAP Mail Retrieval Daemon
sudo zypper install fetchmailfetchmailconf 6.6.1-3.1
Fetchmail Configuration Utility
sudo zypper install fetchmailconffetchmail
sudo port install fetchmailソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.