HappyBasher
HappyBasher
Same here. Upgrading six to latest Version 1.9 fixed it (has to be >= 1.5): pip install --upgrade six and then pip install git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop
domain is missing where? it's entered in docker-compose.yml.
Okay, thanks so far. I'll research further.
I fear the missing domain is not the problem. I removed the domain from the maildir path setting ``` mail_location = maildir:/var/mail/%n ``` since the users authenticate only with login...
If I set _/var/mail_ world writable it works like a charm. But this cannot be the solution.
It also works if _/var/mail_ is group writable for group _mail_. Will it break other things if we make _/var/mail_ group owned by _mail_ per default?
New insight: dovecot's imap service runs with guid 10000. Since there is no group with this guid, running ``` chgrp 10000 /var/mail ``` within the container on every start is...