File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,11 +37,23 @@ yum install perl-File-MimeInfo perl-Mail-IMAPClient perl-MIME-tools perl-XML-Sim
3737 perl-Socket6 perl-PerlIO-gzip unzip perl-Mail-Mbox-MessageParser
3838 ```
3939Plus ` perl-DBD-MySQL ` for MySQL or ` perl-DBD-Pg ` for PostgreSQL.
40- ### on FreeBSD (FreeBSD 11.4 ):
40+ ### on FreeBSD (FreeBSD 13.2 ):
4141```
4242sudo pkg install p5-File-MimeInfo p5-Mail-IMAPClient p5-MIME-tools p5-XML-Simple p5-DBI p5-Socket6 p5-PerlIO-gzip p5-Mail-Mbox-MessageParser unzip
4343```
4444Plus ` p5-DBD-MySQL ` for MySQL or ` p5-DBD-Pg ` for PostgreSQL.
45+
46+ There is also a port in mail/dmarcts-report-parser that does all this and
47+ creates a periodic script that runs the IMAP pull daily:
48+ ```
49+ sudo pkg install dmarcts-report-parser
50+ [create the database and IMAP users and edit /usr/local/etc/dmarcts-report-parser.conf]
51+ echo daily_dmarcts_report_parser_enable=yes >> /etc/periodic.conf
52+ # Test it
53+ dmarcts-report-parser.pl -i
54+ # Hide the passwords!
55+ chmod 600 /usr/local/etc/dmarcts-report-parser.conf
56+ ```
4557 ### on macOS (macOS 10.13):
4658```
4759brew install mysql shared-mime-info
You can’t perform that action at this time.
0 commit comments