techsneeze / dmarcts-report-parser

A Perl based tool to parse DMARC reports from an IMAP mailbox or from the filesystem, and insert the information into a database. ( Formerly known as imap-dmarcts )
http://www.techsneeze.com/how-parse-dmarc-reports-imap/
GNU General Public License v3.0
225 stars 66 forks source link

If dmarc reports are not in a subfolder of the inbox #70

Closed beppe9000 closed 4 years ago

beppe9000 commented 5 years ago

I receive dmarc reports in the inbox. what do I set $imapreadfolder to ?

lxsinfo commented 5 years ago

Depends on your mail setup, on my setup it would work with: $imapreadfolder = 'INBOX';

techsneeze commented 4 years ago

As was mentioned earlier, it depends greatly on your IMAP server. I've seen "Inbox", "INBOX", and I think "mail.Inbox".