Closed apierz closed 4 years ago
Weird. I don't get a clue about what could happen, here.
It looks like the problem was a file access issue. MacOS now requires explicit permission for apps to access home folders (including the Documents folder where my offlineimaprc is stored). I was able to resolve the problem by going to:
Settings.app > Security & Privacy > Files and Folders
Unlocking the settings and giving the offlineimap binary explicit permission to access the folders necessary to read my .offlineimaprc file.
MacOS should have loaded a dialogue box asking for me to grant this permission the first time offlineimap tried to access it, but something about it being run from homebrew services bugged out Apples system.
Thanks for the feedback!
General informations
offlineimap -V
): offlineimap v7.3.3, imaplib2 v2.101 (bundled), Python v2.7.17, OpenSSL 1.1.1g 21 Apr 2020Configuration file offlineimaprc
pythonfile (if any)
Logs, error
Steps to reproduce the error
brew services start offlineimap
The error seems to say that my offlineimaprc is missing a general section but I clearly have that.
I have also tried editing the .plist file that controls the service to direct it to use my offlineimaprc specifically but that resulted in no change.