parsedmarc icon indicating copy to clipboard operation
parsedmarc copied to clipboard

CRITICAL:cli.py:451:to setting missing from the smtp config section

Open JSDA123 opened this issue 3 years ago • 1 comments

Documentation says sending daily reports is optional, but I can no longer omit the "to = " configuration option from the systemd unit file.

When running on a dev server, we were able to configure without sending daily summary emails by leaving that option configured by commenting out the line

#to = [email protected]

However after moving to a production server the service will not start without a valid email address specified with the error

CRITICAL:cli.py:451:to setting missing from the smtp config section

I think a newer python version is to blame, current version is Python 2.7.17

In any case, we do not want the daily summary emails, they serve no purpose in our setup. Is there a way to disable them?

And thank you for this great little program!

JSDA123 avatar Jul 13 '20 20:07 JSDA123

Install instructions state parsedmarc works with Python 3 only.

Raithmir avatar Sep 30 '20 10:09 Raithmir