Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 fetchmail

查看 fetchmail 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install fetchmail

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install fetchmail

MacPorts ports tree · mail/fetchmail/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add fetchmail

Alpine Linux edge package indexes · fetchmail · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install fetchmail

Debian stable package indexes · fetchmail · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install fetchmail

Fedora Rawhide package metadata · fetchmail · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#fetchmail

nixpkgs package indexes · pkgs/by-name/fe/fetchmail/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S fetchmail

Arch Linux sync databases · fetchmail · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install fetchmail

openSUSE Tumbleweed package metadata · fetchmail · 来源: download.opensuse.org

概览

软件包摘要

Client for fetching mail from POP, IMAP, ETRN or ODMR-capable servers

命令和别名

  • fetchmail
  • fetchmailconf

历史

项目历史与用法

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.

时间线

  • Pre-1996: Carl Harris writes popclient, fetchmail's predecessor.
  • 1996: Eric S. Raymond takes over, adds IMAP support, and renames the program fetchmail.
  • 1997: The Cathedral and the Bazaar paper based on fetchmail development is presented at Linux Kongress '97.
  • 2004: A new maintenance team led by Rob Funk, Graham Wilson, and Matthias Andree takes over.
  • 2020: The FAQ records branch-name changes and the absence of a master branch after June 21, 2020.
  • 2024: SourceForge recognizes fetchmail for reaching 100,000 downloads from the SourceForge site.
  • 2025-2026: The 6.5 and 6.6 release lines update compiler, TLS, SMTP, IMAP, and security behavior while keeping fetchmail in active maintenance.

Related projects

  • Related and competing tools listed by the project include fdm, getmail, getmail6, animail, GetLive, and mailfilter; fetchmail also depends operationally on local SMTP/LMTP listeners, MDAs, and mail user agents such as mutt.

安全态势

尚未找到受保护工具覆盖

没有找到 fetchmail 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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
~/.fetchmailrc$HOME_ETC/.fetchmailrc$FETCHMAILHOME/fetchmailrc

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.fetchmailrc~/.netrc

可执行文件

已安装的可执行文件

命令类型暴露范围备注
fetchmailcli全局可执行文件
fetchmailconfcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本6.6.6
管理器更新时间2026-06-25
本地数据OK
上游not checked
检测到的最新版本未检测到

https://www.fetchmail.info/

安装元数据

软件包元数据

软件包键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
Pulseupdated
依赖openssl@3
构建依赖pkgconf
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

fetchmail 6.4.39-1

SSL enabled POP3, APOP, IMAP mail gatherer/forwarder

https://www.fetchmail.info

sudo apt install fetchmail
  • Section: mail
  • Architecture: amd64
  • 9 依赖
  • 1 提供
  • 5 可选依赖
  • normalized package name match
  • 匹配方式:Fetchmail
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fetchmail from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

fetchmail

nix profile install nixpkgs#fetchmail
  • normalized package name match
  • 匹配方式:Fetchmail
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fe/fetchmail/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

fetchmail 6.4.38-1ubuntu4

SSL enabled POP3, APOP, IMAP mail gatherer/forwarder

https://www.fetchmail.info

sudo apt install fetchmail
  • Section: mail
  • Architecture: amd64
  • 9 依赖
  • 1 提供
  • 5 可选依赖
  • normalized package name match
  • 匹配方式:Fetchmail
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fetchmail from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

fetchmail 6.6.1-r1

remote-mail retrieval and forwarding utility

https://www.fetchmail.info/

sudo apk add fetchmail
  • License: GPL-2.0-or-later WITH OpenSSL-Exception AND Public-Domain
  • Architecture: x86_64
  • Source Package: fetchmail
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Fetchmail
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fetchmail from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

fetchmail-doc 6.6.1-r1

remote-mail retrieval and forwarding utility (documentation)

https://www.fetchmail.info/

sudo apk add fetchmail-doc
  • License: GPL-2.0-or-later WITH OpenSSL-Exception AND Public-Domain
  • Architecture: x86_64
  • Source Package: fetchmail
  • normalized package name match
  • 匹配方式:Fetchmail
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fetchmail-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

fetchmail-openrc 6.6.1-r1

remote-mail retrieval and forwarding utility (OpenRC init scripts)

https://www.fetchmail.info/

sudo apk add fetchmail-openrc
  • License: GPL-2.0-or-later WITH OpenSSL-Exception AND Public-Domain
  • Architecture: x86_64
  • Source Package: fetchmail
  • normalized package name match
  • 匹配方式:Fetchmail
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fetchmail-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

fetchmailconf 6.6.1-r1

GUI for generating fetchmail configuration files

https://www.fetchmail.info/

sudo apk add fetchmailconf
  • License: GPL-2.0-or-later WITH OpenSSL-Exception AND Public-Domain
  • Architecture: x86_64
  • Source Package: fetchmail
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Fetchmail
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fetchmailconf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

fetchmail 6.6.4-1.fc45

A remote mail retrieval and forwarding utility

http://www.fetchmail.info/

sudo dnf install fetchmail
  • License: GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fetchmail
  • 7 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Fetchmail
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fetchmail from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

fetchmail 6.6.4-1

A remote-mail retrieval utility

https://www.fetchmail.info

sudo pacman -S fetchmail
  • License: GPL
  • Architecture: x86_64
  • 1 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Fetchmail
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: fetchmail from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

fetchmail 6.6.1-3.1

Full-Featured POP and IMAP Mail Retrieval Daemon

https://www.fetchmail.info/

sudo zypper install fetchmail
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fetchmail
  • 12 依赖
  • 4 提供
  • normalized package name match
  • 匹配方式:Fetchmail
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: fetchmail from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

fetchmailconf 6.6.1-3.1

Fetchmail Configuration Utility

https://www.fetchmail.info/

sudo zypper install fetchmailconf
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fetchmail
  • 5 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Fetchmail
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: fetchmailconf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

fetchmail

sudo port install fetchmail
  • normalized package name match
  • 匹配方式:Fetchmail
MacPorts ports tree · api.github.com · MacPorts ports tree: mail/fetchmail/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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