domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
1.01k stars 218 forks source link

IMAP Error: LIST failed: Folder not found #83

Closed bluadall closed 5 years ago

bluadall commented 5 years ago

Hi,

my problem: [root@applslelk002 davmail]# parsedmarc -c /etc/parsedmarc.ini 0it [00:00, ?it/s] DEBUG:init.py:937:Connecting to IMAP over plain text DEBUG:init.py:860:IMAP server supports: ['IMAP4REV1', 'AUTH=LOGIN', 'IDLE', 'MOVE', 'SPECIAL-USE'] ERROR:cli.py:565:IMAP Error: LIST failed: Folder not found

My parsedmarc.ini [general] save_aggregate = True save_forensic = True debug = True log_file = /var/log/parsedmarc.log

[imap] host = 172.26.25.104 port = 1143 user = xxxxxx password = xxxxx reports_folder = /Proofpoint/dmarc archive_folder = /Proofpoint/archiv ssl = False watch = True

[elasticsearch] hosts = xxxx:9200 ssl = False

The access via thunderbird from my windows 10 workstation works very well. Exchange is 2016 with CU11 and EWS. parsedmarc is 6.4.1 Any idea?

seanthegeek commented 5 years ago

remove the starting / in your paths