mailcow/data/web
Evangelos Foutras e1a3313660 [Web] Fix showing domain with disabled sender check
If a mailbox is allowed to send as any address under its domain (+ alias
domains) and the domain itself has no aliases configured, no information
about this fact is shown to the user. That is to say, the "Do not check
sender access for the following domain(s) and its alias domains" field
under mailbox details is empty.

The above is happening because the second GROUP_CONCAT() returns NULL
making the enclosing CONCAT() return NULL as well. Fix this by using
CONCAT_WS() which correctly handles the case of zero domain aliases.

Furthermore, move the IFNULL() to the first GROUP_CONCAT() because
CONCAT_WS() returns an empty string when both GROUP_CONCAT()'s are
NULL. We can be certain that when the first GROUP_CONCAT() is NULL
the second one will be as well, so it's safe to use IFNULL() there.
2019-05-20 18:08:45 +03:00
..
css [Web] Various UI fixes 2019-05-05 20:44:29 +02:00
fonts [Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !) 2019-02-05 00:10:21 +01:00
img [Web] Further improvments, minor fixes 2019-01-31 17:07:24 +01:00
inc [Web] Fix showing domain with disabled sender check 2019-05-20 18:08:45 +03:00
js [Web] Fix null ua in debug.js - fixes #2615 2019-05-18 15:35:00 +02:00
lang [Web] Minor changes 2019-05-05 14:01:17 +02:00
modals [Web] Minor changes 2019-05-05 14:01:17 +02:00
admin.php [Postfix] Fix sasl_passwd query from alias domain, fixes #2410 2019-03-09 11:22:39 +01:00
autoconfig.php [Web] Fix require_once to always include document root 2018-10-11 11:59:23 +02:00
autodiscover-json.php Update autodiscover-json.php 2019-02-11 13:52:24 +01:00
autodiscover.php [Web] Fix require_once to always include document root 2018-10-11 11:59:23 +02:00
debug.php [Web] Minify more resources, fix missing JS 2019-01-31 15:45:31 +01:00
edit.php [Web] Minor changes 2019-05-05 14:01:17 +02:00
favicon.png [Web] Hide up time of containers that are missing 2018-02-01 13:28:17 +01:00
index.php [Web] Minify more resources, fix missing JS 2019-01-31 15:45:31 +01:00
json_api.php [Web] Add function to read F2B data via API 2019-05-17 11:21:25 +02:00
mailbox.php add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins 2019-02-23 17:59:18 +01:00
mobileconfig.php Updated to not convert quotes 2019-05-03 17:54:33 +01:00
qhandler.php [Web] Add quick actions handler for quarantine, add trigger 2019-02-06 09:29:00 +01:00
quarantine.php [Web] Minify more resources, fix missing JS 2019-01-31 15:45:31 +01: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 [Web] Fix UTF-8 symbol 2019-03-31 19:44:24 +02:00