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.
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
~/.bashrcto configure dmarc-report-viewer:Then reload your shell with:
source ~/.bashrcand run this to start the service:You can then access the web UI via
http://127.0.0.1:8080with usernamedmarc, and your specified HTTP server password.