./mail/php-dmarc-srg, Viewer and summary report generator for DMARC reports

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.1, Package name: php82-dmarc-srg-2.2.1, Maintainer: pkgsrc-users

DmarcSrg

A php parser, viewer and summary report generator for incoming DMARC reports.

Features

* View a table of parsed reports.
* Easily identify potential DMARC related issues through colors.
* Filter report list by domain, month, reporting organization and more.
* View DKIM/SPF details for each report.
* Password protection of the web interface (can be disabled).
* Receiving and processing incoming DMARC reports from specified mailboxes.
* Receiving and processing incoming DMARC reports from specified server
local directories.
* Uploading and processing incoming DMARC reports by using the web
interface.
* Ability to configure deletion of old reports from the database and
mailboxes.
* Generation of summary reports for the last week, last month or last N days
and sending them to the specified mailbox.
* Uses AJAX calls to the backend; no external Javascript libraries are
needed.


Master sites:

Filesize: 169.095 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 16:43:38 by Thomas Klausner | Files touched by this commit (1)
Log message:
php-dmarc-srg: fix HOMEPAGE
   2024-11-11 16:39:56 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/php-dmarc-srg: update to 2.2.1

2.2 (2024-08-27)

* WebUI: More correct filtering reports by disposition value
* WebUI: add actual fail count to the report list (#96)
* WebUI: implemented use of abbreviated form for numbers in the list of
  reports
* WebUI: added a toolbar and column management to the report list. The
  default column set was changed
* Implemented destroying user sessions if user_management is set to false
* Added ignoring unknown tags in XML report files
* Fixed undefined property usage in utils/reports_cleaner.php (#131)
* Fixed an error occuring when adding a user without the level parameter via
  utils/users_admin.php
* Improved error message when passing invalid time to Report dialog
* Updated the "Utilities" section in README.md
* Other minor changes and updates
* Some code optimization and refactoring

2.2.1 (2024-08-28)

* Fixed an error "Undefined array key" occurring when processing an
  incorrect report file (#132)
   2024-06-04 06:18:18 by Takahiro Kambe | Files touched by this commit (1)
Log message:
mail/php-dmarc-srg: fix config file handling

Make sure to install config file to proper directory.

Bump PKGREVISION.
   2024-06-04 03:05:07 by Takahiro Kambe | Files touched by this commit (1)
Log message:
mail/php-dmarc-srg: fix fetch process

Set GITHUB_PROJECT explicitly required for fetch.
   2024-06-03 17:12:20 by Takahiro Kambe | Files touched by this commit (4)
Log message:
mail/php-dmarc-srg: add version 2.1 package

DmarcSrg

A php parser, viewer and summary report generator for incoming DMARC reports.

Features

* View a table of parsed reports.
* Easily identify potential DMARC related issues through colors.
* Filter report list by domain, month, reporting organization and more.
* View DKIM/SPF details for each report.
* Password protection of the web interface (can be disabled).
* Receiving and processing incoming DMARC reports from specified mailboxes.
* Receiving and processing incoming DMARC reports from specified server
  local directories.
* Uploading and processing incoming DMARC reports by using the web
  interface.
* Ability to configure deletion of old reports from the database and
  mailboxes.
* Generation of summary reports for the last week, last month or last N days
  and sending them to the specified mailbox.
* Uses AJAX calls to the backend; no external Javascript libraries are
  needed.