Package Details: dmarc-report-viewer-bin 2.6.0-1

Git Clone URL: https://aur.archlinux.org/dmarc-report-viewer-bin.git (read-only, click to copy)
Package Base: dmarc-report-viewer-bin
Description: Standalone DMARC and SMTP TLS report viewer with embedded HTTP server
Upstream URL: https://github.com/cry-inc/dmarc-report-viewer
Licenses: MIT
Submitter: Bink
Maintainer: Bink
Last Packager: Bink
Votes: 0
Popularity: 0.000000
First Submitted: 2026-02-19 23:28 (UTC)
Last Updated: 2026-07-20 00:17 (UTC)

Pinned Comments

Bink commented on 2026-02-19 23:45 (UTC) (edited on 2026-02-19 23:47 (UTC) by Bink)

Add and modify the following to your ~/.bashrc to configure dmarc-report-viewer:

# dmarc-report-viewer
export IMAP_HOST=some.mail.server
export IMAP_USER=email@mail.server
export IMAP_PASSWORD='someAccountPassword'
export HTTP_SERVER_PASSWORD='somePassword'

Then reload your shell with: source ~/.bashrc and run this to start the service:

dmarc-report-viewer

You can then access the web UI via http://127.0.0.1:8080 with username dmarc, and your specified HTTP server password.

Latest Comments

Bink commented on 2026-02-19 23:45 (UTC) (edited on 2026-02-19 23:47 (UTC) by Bink)

Add and modify the following to your ~/.bashrc to configure dmarc-report-viewer:

# dmarc-report-viewer
export IMAP_HOST=some.mail.server
export IMAP_USER=email@mail.server
export IMAP_PASSWORD='someAccountPassword'
export HTTP_SERVER_PASSWORD='somePassword'

Then reload your shell with: source ~/.bashrc and run this to start the service:

dmarc-report-viewer

You can then access the web UI via http://127.0.0.1:8080 with username dmarc, and your specified HTTP server password.