Open freddieleeman opened 4 years ago
The issue is in Mail::DMARC, i'll take a look.
This issue is still not resolved. Running cpanm Mail::Milter::Authentication
does not install the Net::SMTPS
package. Should this be a dependency of the Mail::DMARC package?
This should have been fixed in Mail-DMARC-1.20200214, please confirm you have the latest version.
# cpanm Mail::DMARC
Mail::DMARC is up to date. (1.20200214)
Here is the entire install log: https://pastebin.com/duxWDqJy
# cpanm Mail::DMARC
Mail::DMARC is up to date. (1.20210220)
# cpanm --showdeps Mail::DMARC | grep Net::
Net::IDN::Encode
Net::DNS::Resolver
Net::IP
Net::SSLeay
Net::SMTPS
is not configured as a dependency and not added when installing Mail::Milter::Authentication
I've been testing if Net::SMTPS
got installed, but not if it was still needed. I just noticed that the use Net::SMTPS;
line was removed from lib/Mail/DMARC/Report/Send/SMTP.pm
with #168. If this package is indeed not required (anymore) this issue can be closed.
After installing, I had to manually add both Net::SMTPS and NET:HTTP modules to get things working. I've checked the installation log of the 'cpanm Mail::Milter::Authentication' command but there was no mention of either of these modules.
I used this Dockerfile to test and reproduce the problem.
Running 'dmarc_view_reports' resulted in the following errors:
The same errors can be seen in the authentication_milter log itself: