Antoine Nguyen
Antoine Nguyen
@qskousen it could be indeed useful but it would also require to integrate DMARC (opendmarc for example) to the installer...
@tomcrus001 That's actually a good idea! I think the core app would be the best place, since it contains the User model. What do you think?
@OliverGee Make sure the python virtual is loaded before running the changepassword command: ```shell > source /srv/modoboa/env/bin/activate ```
@OliverGee Looks like there is an issue in this case... As a workaround, comment out the 'modoboa_pdfcredentials' line in settings.py (inside the MODOBOA_APPS variable), run the command and uncomment the...
Looks like a verify cache issue. Try to remove the ``/var/lib/postfix/verify_cache.db`` and to reload postfix.
I think postfix configuration should be modified a bit to improve cache control. http://www.postfix.org/verify.8.html
About Amavis, you should take a look at this document : http://www.ijs.si/software/amavisd/README.sql.txt. About Dovecot, I think a 'dovecot-pgsql' package is available. Postfix doesn't care about mail_location as it is not...
@PatTheMav This is a general bug we have with the "infinite scroll" feature which behaves badly on high resolutions. I don't think I'll fix it because we won't use such...
Javascript dependencies are manged using bower so the minified versions are already there. But it is possible I do not include them in the templates...
You have more information if you enable debug traces: edit /srv/modoboa/instance/instance/settings.py, set DEBUG to True, save and reload uwsgi. Then, go to the contacts or calendars app and you should...