1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00
mailinabox/management
downtownallday 66ac35871e Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
Upstream is adding handling for utf8 domains by creating a domain alias @utf8 -> @idna. I'm deviating from this approach by setting multiple email address (idna and utf8) per user and alias where a domain contains non-ascii characters. The maildrop (mailbox) remains the same - all mail goes to the user's mailbox regardless of which email address was used. This is more in line with how other systems (eg. active directory), handle multiple email addresses for a single user.

# Conflicts:
#	README.md
#	management/mailconfig.py
#	management/templates/index.html
#	setup/dns.sh
#	setup/mail-users.sh
2021-10-01 17:43:48 -04:00
..
reporting remove /admin/me call, which is no longer available, and use the new api_credentials Object, which used to be a String. 2021-09-14 10:00:17 -04:00
templates Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
ui-common remove /admin/me call, which is no longer available, and use the new api_credentials Object, which used to be a String. 2021-09-14 10:00:17 -04:00
auth.py Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
backend.py Merge remote-tracking branch 'fspoettel/admin-panel-2fa' into totp 2020-09-10 15:23:27 -04:00
backup.py add -H option to /bin/chown call in case 'encrypted' is a symbolic link 2021-06-07 06:40:05 -04:00
cli.py Add MFA list/disable to the management CLI so admins can restore access if MFA device is lost 2020-10-31 10:23:43 -04:00
csr_country_codes.tsv drop the CSR_COUNTRY setting and ask within the control panel 2015-12-26 11:48:23 -05:00
daemon_logger.py Initial commit of a log capture and reporting feature 2021-01-11 18:02:07 -05:00
daemon_reports.py Split the User Activity/IMAP connections tab into two tables to better deal with the quantity of data 2021-04-12 15:07:56 -04:00
daemon_ui_common.py Initial commit of a log capture and reporting feature 2021-01-11 18:02:07 -05:00
daemon.py Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
daily_tasks.sh daily_tasks.sh: redirect stderr to stdout (#1768) 2020-06-07 09:56:45 -04:00
dns_update.py Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
email_administrator.py send the mail_log.py report to the box admin every Monday 2018-02-25 11:55:06 -05:00
mail_log.py Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
mailconfig.py Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
mfa_totp.py Merge remote-tracking branch 'fspoettel/admin-panel-2fa' into totp 2020-10-29 16:56:36 -04:00
mfa.py merge from upstream 2020-10-31 11:31:44 -04:00
munin_start.sh update bind9 configuration 2018-10-03 14:28:43 -04:00
ssl_certificates.py Merge branch 'master' of https://github.com/mail-in-a-box/mailinabox 2020-10-16 21:07:36 -04:00
status_checks.py Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
utils.py Issue #1340 - LDAP backend for accounts 2020-01-17 17:03:21 -05:00
web_update.py Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-05-15 22:35:48 -04:00