dmarc_httpd - Man Page

dmarc_httpd: a web server for DMARC validation and report viewing

Synopsis

A HTTP interface for:

Start the HTTP server:

    dmarc_httpd

Connect with a web browser to http://localhost:8080 <http://localhost:8080/>.

Description

The HTTP server handles 4 types of requests:

An implementation that uses the http validation service is the included <dmarc_http_client> and another is the dmarc plugin in the <Haraka mail server|http://haraka.github.io>.

A Sample Report <http://search.cpan.org/dist/Mail-DMARC/example/report_cgi.png> is available which shows the web interface. It is implemented almost entirely in JavaScript, using jQuery, jQueryUI, and jqGrid.

Web server settings are in the [http] and [https] sections of mail-dmarc.ini.

Thanks

jQuery - http://www.jquery.com/

jqGrid - http://www.trirand.com/blog/

Authors

Info

2025-05-27 perl v5.40.2 User Contributed Perl Documentation