This website requires JavaScript.
Explore
Help
Sign In
external
/
mailinabox
Watch
1
Star
0
Fork
0
You've already forked mailinabox
mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced
2026-03-05 15:57:23 +01:00
Code
Issues
Releases
Wiki
Activity
Files
96b02e68eeb55ad02fd8aa0a50ed62ec8db69f4c
mailinabox
/
management
History
Sheldon Rupp
96b02e68ee
Change 'Wosign' to 'WoSign'
2015-11-08 21:31:43 +01:00
..
templates
Change 'Wosign' to 'WoSign'
2015-11-08 21:31:43 +01: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
dont refresh the backup page when there's an error saving the config
2015-08-28 12:33:07 +00:00
daemon.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
dns_update.py
...but then also have to compare against the intended IP address, which might have a custom override, see
#582
2015-11-03 12:06:03 +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
dont run secondary nameserver checks if the zone's nameservers aren't correct to begin with, possibly because the user is using external DNS, see
#582
2015-11-05 11:09:15 +00:00
utils.py
utils.py can't import non-standard modules because it is imported by migrate.py, which is run before anything is installed
2015-08-30 13:50:34 -04: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