# 使用 Homebrew 安装 checkdmarc

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

## 安装

```sh
sudo av install brew:checkdmarc
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install checkdmarc
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:checkdmarc
- **软件包管理器:** Homebrew
- **版本:** 5.17.4
- **来源摘要:** Command-line parser for SPF and DMARC DNS records
- **主页:** <https://domainaware.github.io/checkdmarc/>
- **仓库:** <https://github.com/domainaware/checkdmarc>
- **最后更新:** 2026-07-29T20:50:40Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- checkdmarc (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 5.17.4
## 项目历史与用法

checkdmarc is a Python module and command-line tool for validating DNS records used by email authentication, especially SPF and DMARC. Its package-manager significance comes from packaging operational email-security checks as a repeatable CLI rather than a one-off DNS debugging script.

### 项目历史

The upstream repository was created under domainaware in December 2017, and the project metadata describes checkdmarc as a Python module and command-line parser for SPF and DMARC records. The official documentation later expanded the scope to CLI, API, and web interfaces for validating SPF, DMARC, BIMI, MX, MTA-STS, SMTP TLS reporting, SOA, DNSSEC, and nameserver data.

The changelog shows continuing maintenance through the 5.x line, including updates for newer DMARC behavior such as RFC 9989 handling and ongoing parser, DNS, TLS, and dependency fixes.

### 采用历史

The package was first uploaded to PyPI as 1.3.0 in December 2017 and was still being released as 5.17.3 in June 2026. The batch package metadata also lists Homebrew distribution, making it available to macOS and Linux users who prefer system package managers over pip.

The official README advertises PyPI version and download badges and the docs link to a web application frontend, which points to usage beyond local scripting.

### 使用方式

Typical usage is to run the checkdmarc executable against one or more domains and inspect machine-readable JSON or CSV output. The tool is aimed at operators who need to validate SPF and DMARC records and related email-security DNS configuration.

Because it is also a Python module, the same checks can be embedded into automation or reporting pipelines instead of being used only as an interactive CLI.

### 为什么软件包爱好者会关心

checkdmarc matters to package nerds because it sits at the intersection of DNS operations, email authentication, and Python packaging. It turns a set of fiddly RFC-driven DNS checks into an installable command that can be upgraded through PyPI or Homebrew.

Its dependency and changelog history also show the maintenance burden common to security-adjacent CLIs: protocol changes, cryptography/OpenSSL dependency updates, DNS edge cases, and output stability all need to ship quickly.

### 时间线

- 2017: domainaware/checkdmarc repository created and 1.3.0 uploaded to PyPI.
- 2025: Official Sphinx documentation described checkdmarc as a module, CLI, and web application for SPF and DMARC validation.
- 2026: 5.17.3 released with Python metadata and validation fixes.

### Related projects

- checkdmarc-web-frontend is the related web interface linked from the official documentation.
- dnspython, SPF, DMARC, BIMI, MTA-STS, and SMTP TLS reporting are adjacent technologies that define much of the tool's job.

### 来源

- <https://github.com/domainaware/checkdmarc>
- <https://domainaware.github.io/checkdmarc/>
- <https://github.com/domainaware/checkdmarc/blob/master/CHANGELOG.md>
- <https://pypi.org/project/checkdmarc/>


## 安全说明

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



## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
