# Installer mailcheck avec Homebrew, apt, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mailcheck pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mailcheck
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install mailcheck
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:mailcheck
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.91.2
- **Résumé source:** Check multiple mailboxes/maildirs for mail
- **Page d'accueil:** <https://mailcheck.sourceforge.net/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- mailcheck (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.91.2
## Historique du projet et usages

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.

### Historique du projet

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`.

### Historique d'adoption

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.

### Modes d'utilisation

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`.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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
## Autres enregistrements de gestionnaires de paquets

- 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


## Combined YAML source

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


## Sources

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