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
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
_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
autodiscover-json.php [SOGo] Disable autodiscover-json for EAS when disabled 2020-07-14 12:15:49 +02:00
autodiscover.php
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
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
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
robots.txt
sogo-auth.php
user.php [Postfix] Allow to set and override a relayhost per mailbox 2021-05-26 14:02:27 +02:00