mailinabox/management
Joshua Tauberer 299a2315c1 dkim 2048 bits - migration and zone file generation changes
* Add a migration to delete any existing DKIM key so that existing machines get a fresh 2048-bit key. (Sadly we don't support key rotation so the change is immediate.)
* Because the DNS record for a 2048-bit key is so much longer, the way we read OpenDKIM's DNS record text file had to be modified to combine an arbitrary number of TXT record quoted ("...") strings.
* When writing out the TXT record value, the string must be split into quoted ("...") strings with a maximum length of 255 bytes each, per the DNS spec.
* Added a changelog entry.
2015-06-25 13:06:29 +00:00
..
templates typo, fixes #435 2015-06-06 13:22:50 +00: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 merge #396 - allow the backup process to work after a hostname change 2015-05-30 13:55:08 +00:00
daemon.py merge - munin system monitoring 2015-06-06 12:52:22 +00:00
dns_update.py dkim 2048 bits - migration and zone file generation changes 2015-06-25 13:06:29 +00:00
mail_log.py mail log scanner: dont assume lines are utf8 2015-01-02 22:49:25 +00:00
mailconfig.py fix what counts as a required alias, fixes #434 2015-06-06 12:12:10 +00:00
status_checks.py validate certificates using the cryptography python package as much as possible, shelling out to openssl just once instead of four times per certificate 2015-06-21 14:53:37 +00:00
utils.py race condition between backups and status checks - connection refused 2015-04-29 21:06:38 +00:00
web_update.py validate certificates using the cryptography python package as much as possible, shelling out to openssl just once instead of four times per certificate 2015-06-21 14:53:37 +00:00