File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed 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
37
37
perl-Socket6 perl-PerlIO-gzip unzip perl-Mail-Mbox-MessageParser
38
38
```
39
39
Plus ` perl-DBD-MySQL ` for MySQL or ` perl-DBD-Pg ` for PostgreSQL.
40
- ### on FreeBSD (FreeBSD 11.4 ):
40
+ ### on FreeBSD (FreeBSD 13.2 ):
41
41
```
42
42
sudo 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
43
43
```
44
44
Plus ` 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
+ ```
45
57
### on macOS (macOS 10.13):
46
58
```
47
59
brew install mysql shared-mime-info
You can’t perform that action at this time.
0 commit comments