domainaware / parsedmarc

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

unable to create archive folder #105

Closed CodeNameTheOnlyOne closed 5 years ago

CodeNameTheOnlyOne commented 5 years ago

0it [00:00, ?it/s] ERROR:cli.py:573:IMAP Error: create failed: CREATE failed: Can't create mailbox node /home/dmarc-inbox/Archive/: File exists

looks like it creates the folder on the mail server. is it trying to create it twice? is there something im missing. running on cent 7 pretty default config.

running a older mailserver that might be the problem. might just have to send the reports to another mail server.

i have tried with the test and delete options as it should not use the archive folder. i also have tried choosing a different name for the archive folder and creating the folder manually. no change.

any help is appreciated. thanks

CodeNameTheOnlyOne commented 5 years ago

i just tested in a more modern imap server and it looks like its working. i will just forward my reports to this server for now. must be a issue with my ancient imap server.