SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Mail-DMARC rpm build for : OpenSuSE. For other distributions click perl-Mail-DMARC.

Name : perl-Mail-DMARC
Version : 1.202.403.140 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2024-08-25 19:45:38
Group : Unspecified Source RPM : perl-Mail-DMARC-1.202.403.140-lp155.1.1.src.rpm
Size : 1.25 MB
Packager : https://www_suse_com/
Summary : Perl implementation of DMARC
Description :
This module is a suite of tools for implementing DMARC. It adheres to the
2013 DMARC draft, intending to implement every MUST and every SHOULD.

This module can be used by...

* MTAs and filtering tools like SpamAssassin to validate that incoming
messages are aligned with the purported sender\'s policy.

* email senders, to receive DMARC reports from other mail servers and display
them via CLI and web interfaces.

* MTA operators to send DMARC reports to DMARC author domains.

When a message arrives via SMTP, the MTA or filtering application can pass
in a small amount of metadata about the connection (envelope details, SPF
and DKIM results) to Mail::DMARC. When the *validate* method is called,
Mail::DMARC will determine if:

a. the header_from domain exists
b. the header_from domain publishes a DMARC policy
c. if a policy is published...
d. does the message conform to the published policy?
e. did the policy request reporting? If so, save details.

The validation results are returned as a Mail::DMARC::Result object. If the
author domain requested a report, it was saved to the Report Store. The
Store class includes a SQL implementation that is tested with SQLite, MySQL
and PostgreSQL.

There is more information available in the $result object. See
Mail::DMARC::Result for complete details.

Reports are viewed with the dmarc_view_reports program or with a web
browser and the dmarc_httpd program.

Aggregate reports are sent to their requestors with the dmarc_send_reports
program.

For aggregate reports that you have been sent, the dmarc_receive program
will parse the email messages (from IMAP, Mbox, or files) and save the
report results into the Report Store.

The report store can use the same database to store reports you have
received as well as reports you will send. There are several ways to
identify the difference, including:

* received reports will have a null value for report_policy_published.rua

* outgoing reports will have null values for report.uuid and
report_record.count

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.5/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Mail-DMARC-1.202.403.140-lp155.1.1.noarch.rpm
     

Provides :
perl(Mail::DMARC)
perl(Mail::DMARC::Base)
perl(Mail::DMARC::HTTP)
perl(Mail::DMARC::Policy)
perl(Mail::DMARC::PurePerl)
perl(Mail::DMARC::Report)
perl(Mail::DMARC::Report::Aggregate)
perl(Mail::DMARC::Report::Aggregate::Metadata)
perl(Mail::DMARC::Report::Aggregate::Record)
perl(Mail::DMARC::Report::Aggregate::Record::Auth_Results)
perl(Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM)
perl(Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF)
perl(Mail::DMARC::Report::Aggregate::Record::Identifiers)
perl(Mail::DMARC::Report::Aggregate::Record::Row)
perl(Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated)
perl(Mail::DMARC::Report::Receive)
perl(Mail::DMARC::Report::Send)
perl(Mail::DMARC::Report::Send::HTTP)
perl(Mail::DMARC::Report::Send::SMTP)
perl(Mail::DMARC::Report::Sender)
perl(Mail::DMARC::Report::Store)
perl(Mail::DMARC::Report::Store::SQL)
perl(Mail::DMARC::Report::Store::SQL::Grammars::MySQL)
perl(Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL)
perl(Mail::DMARC::Report::Store::SQL::Grammars::SQLite)
perl(Mail::DMARC::Report::URI)
perl(Mail::DMARC::Result)
perl(Mail::DMARC::Result::Reason)
perl(Mail::DMARC::Test::Transport)
perl-Mail-DMARC

Requires :
/usr/bin/perl
perl(:MODULE_COMPAT_5.26.1)
perl(Config::Tiny)
perl(DBD::SQLite) >= 1.31
perl(DBIx::Simple) >= 1.35
perl(Email::MIME)
perl(Email::Sender)
perl(Email::Sender::Simple) >= 1.300032
perl(Email::Simple)
perl(File::ShareDir) >= 1.00
perl(HTTP::Tiny)
perl(IO::Compress::Gzip)
perl(IO::Compress::Zip)
perl(IO::Socket::SSL)
perl(IO::Uncompress::Gunzip)
perl(IO::Uncompress::Unzip)
perl(Net::DNS::Resolver)
perl(Net::IDN::Encode)
perl(Net::IP)
perl(Net::SSLeay)
perl(Regexp::Common) >= 2013031301
perl(Socket6) >= 0.23
perl(Test::File::ShareDir)
perl(URI)
perl(XML::LibXML)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/bin/dmarc_http_client
/usr/bin/dmarc_httpd
/usr/bin/dmarc_lookup
/usr/bin/dmarc_receive
/usr/bin/dmarc_send_reports
/usr/bin/dmarc_update_public_suffix_list
/usr/bin/dmarc_view_reports
/usr/lib/perl5/vendor_perl/5.26.1/Mail
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Base.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/ConfigData.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/HTTP.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Policy.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/PurePerl.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Metadata.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Record
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Record.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Record/Auth_Results
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Record/Row
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Record/Row.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm
There is 138 files more in these RPM.

 
ICM