mox/testdata
Mechiel Lukkien 8b0706e02d
for WebRedirect, don't "match" when the destination URL has the same scheme,host,path, for doing http -> https redirects without loops
you can already get most http to https redirects through DontRedirectPlainHTTP
in WebHandler, but that needs handlers for all paths.

now you can just set up a redirect for a domain and all its path to baseurl
https://domain (leaving other webdirect fields empty). when the request comes
in with plain http, the redirect to https is done. that next request will also
evaluate the same redirect rule. but it will not cause a match because it would
redirect to the same scheme,host,path. so next webhandlers get a chance to
serve.

also clarify in webhandlers docs that also account & admin built-in handlers
run first.

related to issue #16
2023-03-08 23:29:44 +01:00
..
dmarc-reports mox! 2023-01-30 14:27:06 +01:00
dsn do not require a user "mox" to be present for tests 2023-02-27 14:54:16 +01:00
httpaccount do not require a user "mox" to be present for tests 2023-02-27 14:54:16 +01:00
imap do not require a user "mox" to be present for tests 2023-02-27 14:54:16 +01:00
imaptest change mox to start as root, bind to network sockets, then drop to regular unprivileged mox user 2023-02-27 12:19:55 +01:00
importtest.maildir add funtionality to import zip/tgz with maildirs/mboxes to account page 2023-02-16 09:57:27 +01:00
integration change mox to start as root, bind to network sockets, then drop to regular unprivileged mox user 2023-02-27 12:19:55 +01:00
junk mox! 2023-01-30 14:27:06 +01:00
message mox! 2023-01-30 14:27:06 +01:00
queue do not require a user "mox" to be present for tests 2023-02-27 14:54:16 +01:00
smtp do not require a user "mox" to be present for tests 2023-02-27 14:54:16 +01:00
store do not require a user "mox" to be present for tests 2023-02-27 14:54:16 +01:00
tlsreports work around missing timezone in timestamps in tls reports from microsoft 2023-02-05 10:55:34 +01:00
web improve webserver, add domain redirects (aliases), add tests and admin page ui to manage the config 2023-03-02 18:15:54 +01:00
webserver for WebRedirect, don't "match" when the destination URL has the same scheme,host,path, for doing http -> https redirects without loops 2023-03-08 23:29:44 +01:00
importtest.maildir.tgz add funtionality to import zip/tgz with maildirs/mboxes to account page 2023-02-16 09:57:27 +01:00
importtest.mbox add funtionality to import zip/tgz with maildirs/mboxes to account page 2023-02-16 09:57:27 +01:00
importtest.mbox.zip add funtionality to import zip/tgz with maildirs/mboxes to account page 2023-02-16 09:57:27 +01:00