mailinabox/management
Joshua Tauberer cf33be4596 fix boto 2 conflict on Google Compute Engine instances
GCE installs some Python-2-only boto plugin that conflicts with boto running under Python 3. It gives a SyntaxError in /usr/share/google/boto/boto_plugins/compute_auth.py (https://github.com/GoogleCloudPlatform/compute-image-packages).

Disabling boto's default configuration file prior to importing boto so that GCE's plugin is not loaded.

See https://discourse.mailinabox.email/t/500-internal-server-error-for-admin/942.
2015-11-26 14:51:44 +00:00
..
templates the explanatory text for setting up secondary nameservers was hidden until a secondary nameserver is added, so that wasn't helpful 2015-11-19 07:00:32 -05:00
auth.py the control panel auth hmac message should also include the user's password so that resetting a password in the database forces that user to log in to the control panel again; also use a sha256 hmac 2015-06-06 12:38:19 +00:00
backup.py fix boto 2 conflict on Google Compute Engine instances 2015-11-26 14:51:44 +00:00
daemon.py fix boto 2 conflict on Google Compute Engine instances 2015-11-26 14:51:44 +00:00
dns_update.py all DNS queries should have a timeout, fixes #591 2015-11-11 12:25:55 +00:00
mail_log.py experimentally scanning the mail log to see if we can infer a good time to take a backup 2015-10-22 10:35:14 +00:00
mailconfig.py let dovecot automatically create mailbox folders rather than doing it manually in the management daemon, fixes #554 2015-10-18 11:55:27 +00:00
status_checks.py all DNS queries should have a timeout, fixes #591 2015-11-11 12:25:55 +00:00
utils.py fix boto 2 conflict on Google Compute Engine instances 2015-11-26 14:51:44 +00:00
web_update.py choose the best SSL cert from among the installed certificates; use the server certificate instead of self-signed certificates 2015-09-18 13:25:18 +00:00