# mailcheck を Homebrew, apt, Nix でインストール

mailcheck のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:mailcheck
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install mailcheck
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install mailcheck
```

  証拠: Debian stable package indexes: mailcheck from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#mailcheck
```

  証拠: nixpkgs package indexes: pkgs/by-name/ma/mailcheck/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:mailcheck
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/mailcheck>
- **バージョン:** 1.91.2
- **ソース概要:** Check multiple mailboxes/maildirs for mail
- **ホームページ:** <https://mailcheck.sourceforge.net/>
- **上流ドキュメント:** <https://mailcheck.sourceforge.net/>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://downloads.sourceforge.net/project/mailcheck/mailcheck/1.91.2/mailcheck_1.91.2.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- mailcheck (cli)
- mailcheck (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.91.2
- ローカルデータ: OK
- 上流リポジトリ: https://mailcheck.sourceforge.net/
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

mailcheck is a small command-line utility for checking multiple mailboxes for new mail. The official homepage and upstream manpage document support for mbox, Maildir, POP3, and IMAP.

### プロジェクトの歴史

The upstream manpage says mailcheck was written for Debian GNU/Linux by Jefferson E. Noxon, with copyright years spanning 1996, 1997, 1998, and 2001. POP3 and IMAP support is credited to Rob Funk.

The official 1.91.2 SourceForge release contains a compact C program, manpage, sample `mailcheckrc`, and Makefile. Its install target places the command under `/usr/bin` and the default config under `/etc`.

### 採用の歴史

mailcheck's adoption is traditional distribution packaging rather than a large upstream community. The input package-manager facts list Homebrew, Debian, Ubuntu, and Nix, and the official homepage links Debian package information.

### 使われ方

The manpage recommends invoking `mailcheck` from `/etc/profile` or a user-specific login script, with `-l` login mode respecting `~/.hushlogin`. It reads `~/.mailcheckrc` first and falls back to `/etc/mailcheckrc` when no user file exists.

Configuration is line-oriented: local mailbox paths or Maildir directories, plus `pop3:` and `imap:` URLs for remote mailboxes. Passwords are not stored in `mailcheckrc`; for POP3 and IMAP, the manpage says credentials come from `~/.netrc`.

### パッケージ好きにとっての重要性

mailcheck is package-nerd archaeology in useful form: a tiny C utility from the login-shell mail-notification era, still packaged because it has few moving parts and interoperates with old mailbox formats and `.netrc` credentials.

### タイムライン

- 1996: Earliest upstream copyright year in the manpage.
- 1998: Additional copyright year and mailbox/network support lineage appear in the manpage.
- 2001: Later copyright notice appears in the manpage.
- 2007: SourceForge published the mailcheck 1.91.2 release tarball.

### Related projects

- The manpage points users to biff, mail, fetchmail, netrc, and ftp as related Unix mail and credential tools.

### ソース

- <https://downloads.sourceforge.net/project/mailcheck/mailcheck/1.91.2/mailcheck_1.91.2.tar.gz>
- <https://mailcheck.sourceforge.net/>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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

- Unix: /etc/mailcheckrc, ~/.mailcheckrc

## Credential files

- Unix: ~/.netrc
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mailcheck
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Debian apt - mailcheck - 1.91.2-6: normalized package name match | Debian stable package indexes: mailcheck from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | check multiple mailboxes/maildirs for mail | http://mailcheck.sourceforge.net
- Nix - mailcheck: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/mailcheck/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mailcheck - 1.91.2-5: normalized package name match | Ubuntu 24.04 LTS package indexes: mailcheck from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | check multiple mailboxes/maildirs for mail | http://mailcheck.sourceforge.net


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://pkg.so/ja/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [aerc](https://pkg.so/ja/brew/aerc/) - Shares pkgdb curated category or tags: cli, email, imap, maildir, productivity.
- [offlineimap](https://pkg.so/ja/brew/offlineimap/) - Shares pkgdb curated category or tags: cli, email, imap, maildir, productivity.
- [claws-mail](https://pkg.so/ja/brew/claws-mail/) - Shares pkgdb curated category or tags: cli, email, imap, pop3, productivity.
- [meli](https://pkg.so/ja/brew/meli/) - Shares pkgdb curated category or tags: cli, email, imap, maildir, productivity.
- [mail-deduplicate](https://pkg.so/ja/brew/mail-deduplicate/) - Shares pkgdb curated category or tags: cli, email, mailbox, maildir, productivity.
- [neomutt](https://pkg.so/ja/brew/neomutt/) - Shares pkgdb curated category or tags: cli, email, imap, productivity.
- [mu](https://pkg.so/ja/brew/mu/) - Shares pkgdb curated category or tags: cli, email, maildir, productivity.
- [mairix](https://pkg.so/ja/brew/mairix/) - Shares pkgdb curated category or tags: cli, email, maildir, productivity.

## Combined YAML source

View the package source record on GitHub. [combined/mailcheck.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mailcheck.yml)


## ソース

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