mailcow/data/web
Sven Michels b39ac8f649 [Web] Fix: spf record validation failed with redirect
When using a redirect in your SPF record, the web UI validation
failed when your record contained a ipv6 address. In
web/inc/ajax/dns_diagnostics.php the function get_spf_allowed_hosts
is called with the second parameter to be true to expand ipv6
addresses. But when called for redirects, the value was not set to
true, so it defaulted back to false. This caused an unexpanded ipv6
address to be added to the array and the in_array match for ipv6
never matched as it is always called with expand_ipv6.
While looking at the code i noted some messed up in the indention,
which is also "fixed" by this commit.
2021-05-28 23:48:15 +02:00
..
api Fix password property spelling in add,edit/mailbox endpoint (#4047) 2021-04-04 20:22:34 +02:00
css [Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik 2021-05-28 10:40:41 +02:00
fonts [Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility; 2021-05-22 12:13:37 +02:00
img [Web] Further improvments, minor fixes 2019-01-31 17:07:24 +01:00
inc [Web] Fix: spf record validation failed with redirect 2021-05-28 23:48:15 +02:00
js [Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik 2021-05-28 10:40:41 +02:00
lang [Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik 2021-05-28 10:40:41 +02:00
modals [Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility; 2021-05-22 12:13:37 +02:00
oauth [Web] oAuth: Fix content type in profile reply, thanks to @this-user - fixes #3716 2020-08-23 11:18:06 +02:00
_rspamderror.php [Web] Use redis master where necessary, hide UI if not master, create replicate quota2 table 2020-02-05 11:04:14 +01:00
_status.502.html [Web] Improve Nginx default error page 2021-05-12 21:38:21 +02:00
admin.php [Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik 2021-05-28 10:40:41 +02:00
autoconfig.php [Web] Fix require_once to always include document root 2018-10-11 11:59:23 +02:00
autodiscover-json.php [SOGo] Disable autodiscover-json for EAS when disabled 2020-07-14 12:15:49 +02:00
autodiscover.php [Web] Some changes 2020-04-27 20:47:28 +02:00
debug.php [Dovecot] Quota notifications: Allow to send to external address (BCC via mailcow UI) 2021-05-23 09:49:36 +02:00
edit.php [Postfix] Finally here: MX based transport map routing; Sorry it took years, Patrik 2021-05-28 10:40:41 +02:00
favicon.png [Web] Hide up time of containers that are missing 2018-02-01 13:28:17 +01:00
index.php [Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility; 2021-05-22 12:13:37 +02:00
json_api.php [Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses 2021-05-23 13:18:52 +02:00
mailbox.php [Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility; 2021-05-22 12:13:37 +02:00
mobileconfig.php Allow activation of own S/MIME Certificates in iOS configuration profile (#3622) 2020-06-25 22:03:07 +02:00
qhandler.php [Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility; 2021-05-22 12:13:37 +02:00
quarantine.php [Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility; 2021-05-22 12:13:37 +02:00
resource.php deliver CSS and JS as external request 2019-10-20 21:25:58 +02:00
robots.txt mailcow dockerized 2016-12-09 20:39:02 +01:00
sogo-auth.php allow multiple concurrent admin logins 2019-03-02 12:32:10 +01:00
user.php [Postfix] Allow to set and override a relayhost per mailbox 2021-05-26 14:02:27 +02:00