1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00
mailinabox/tests
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
..
assets Add a "vanilla" test setup along with a QA certificate authority cert 2020-06-27 17:59:51 -04:00
bin Initial commit of a log capture and reporting feature 2021-01-11 18:02:07 -05:00
lib Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
suites Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
system-setup Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
vagrant Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-10-01 17:43:48 -04:00
.gitignore Issue #1340 - LDAP backend for accounts 2020-01-17 17:03:21 -05:00
fail2ban.py Replace HMAC-based session API keys with tokens stored in memory in the daemon process 2021-09-06 09:23:58 -04:00
pip-requirements.txt in the DNS test, use dnspython3 rather than dig 2014-04-23 18:27:50 -04:00
runner.sh Break out MiaB-LDAP code from _init.sh so _init.sh can be shared with cloud-in-a-box 2020-11-02 12:59:59 -05:00
test_dns.py update test_dns 2014-06-21 12:32:20 -04:00
test_mail.py Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2021-05-15 22:35:48 -04:00
test_smtp_server.py fix shebang lines in the tests to take advantage of any activated python environment 2014-06-08 17:31:12 -04:00
tls_results.txt update list of tls ciphers supported 2019-01-09 08:52:51 -05:00
tls.py update list of tls ciphers supported 2019-01-09 08:52:51 -05:00