Matt Simerson
/
1.20260301
(MSIMERSON on 2026-03-01)
1.20260226
(MSIMERSON on 2026-02-27)
1.20250805
(MSIMERSON on 2025-08-05)
1.20250610
(MBRADSHAW on 2025-06-10)
1.20250203
(MSIMERSON on 2025-02-03)
1.20240314
(MSIMERSON on 2024-03-13)
1.20191025
(MSIMERSON on 2024-03-13)
1.20240313
(MBRADSHAW on 2024-03-13)
1.20240214
(MSIMERSON on 2024-02-15)
1.20230215
(MBRADSHAW on 2023-02-15)
1.20211209
(MBRADSHAW on 2021-12-09)
1.20210927
(MBRADSHAW on 2021-09-27)
1.20210427
(MBRADSHAW on 2021-04-27)
1.20210220
(MBRADSHAW on 2021-02-20)
1.20200214
(MSIMERSON on 2020-02-18)
1.20200212
(MSIMERSON on 2020-02-13)
1.20200116
(MSIMERSON on 2020-01-17)
1.20200114
(MSIMERSON on 2020-01-15)
1.20200113
(MSIMERSON on 2020-01-14)
1.20200108
(MSIMERSON on 2020-01-08)
1.20191004
(MSIMERSON on 2019-10-04)
1.20190831
(MSIMERSON on 2019-08-31)
1.20190308
(MBRADSHAW on 2019-03-08)
1.20181001
(MBRADSHAW on 2018-10-01)
1.20180125
(MBRADSHAW on 2018-01-25)
1.20170911
(MBRADSHAW on 2017-09-11)
1.20170906
(MBRADSHAW on 2017-09-06)
1.20170222
(MSIMERSON on 2017-02-22)
1.20160612
(MSIMERSON on 2016-06-12)
1.20150908
(MSIMERSON on 2015-09-08)
1.20150527
(MSIMERSON on 2015-05-27)
1.20150317
(MSIMERSON on 2015-03-17)
1.20150310
(MSIMERSON on 2015-03-10)
1.20150228
(MSIMERSON on 2015-02-28)
1.20150222
(MSIMERSON on 2015-02-22)
1.20150211
(MSIMERSON on 2015-02-11)
1.20150123
(MSIMERSON on 2015-01-23)
1.20141230
(MSIMERSON on 2014-12-30)
1.20141206
(MSIMERSON on 2014-12-06)
1.20141119
(MSIMERSON on 2014-11-19)
1.20141030
(MSIMERSON on 2014-10-30)
1.20140711
(MSIMERSON on 2014-07-11)
1.20140623
(MSIMERSON on 2014-06-23)
1.20140210
(MSIMERSON on 2014-02-10)
1.20130906
(MSIMERSON on 2013-09-06)
1.20130625
(MSIMERSON on 2013-06-25)
1.20130610
(MSIMERSON on 2013-06-10)
'
1.20191024
(MSIMERSON on 2019-11-11)
1.20140622
(MSIMERSON on 2014-06-22)
1.20140208
(MSIMERSON on 2014-02-08)
1.20130616
(MSIMERSON on 2013-06-16)
1.20130615
(MSIMERSON on 2013-06-15)
1.20130614
(MSIMERSON on 2013-06-14)
1.20130612
(MSIMERSON on 2013-06-12)
1.20130605
(MSIMERSON on 2013-06-05)
1.20130604
(MSIMERSON on 2013-06-04)
1.20130601
(MSIMERSON on 2013-06-01)
1.20130531
(MSIMERSON on 2013-05-31)
1.20130528
(MSIMERSON on 2013-05-28)
0.20130528
(MSIMERSON on 2013-05-28)
0.20130524
(MSIMERSON on 2013-05-24)
0.20130521
(MSIMERSON on 2013-05-21)
0.20130520
(MSIMERSON on 2013-05-20)
0.20130517
(MSIMERSON on 2013-05-17)
0.20130515
(MSIMERSON on 2013-05-16)
0.20130514
(MSIMERSON on 2013-05-14)
0.20130510
(MSIMERSON on 2013-05-10)
0.20130507
(MSIMERSON on 2013-05-07)
0.20130506
(MSIMERSON on 2013-05-06)
0.131260
(MSIMERSON on 2013-05-06)
Mail-DMARC-1.20260301
River stage one
• 4 direct dependents
• 8 total dependents
5 ++
/
INSTALL.md
Install Mail::DMARC's dependencies
The fast way, using your systems package manager (yum, apt, ports):
perl bin/install_deps.pl
If your system doesn't have a package manager, or the package version fails, or the version installed by your systems package manager isn't new enough, install_deps will also attempt to install the latest version via CPAN.
Once the dependencies are installed, install Mail::DMARC as any other perl module:
perl Makefile.PL
make
make install clean
Copy the mail-dmarc.ini file to your systems preferred local etc directory (/etc, /usr/local/etc, opt/local/etc) and edit at least the settings in the [organization] block:
cp mail-dmarc.ini /etc/
$EDITOR /etc/mail-dmarc.ini
NOTE: Most of the dependencies are optionally required for the DMARC reporting features. Mail::DMARC will perform validation with only these modules:
Regexp::Common
Config::Tiny
File::ShareDir
Net::DNS::Resolver
Net::IP
Socket6