Go to file
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
.github added information about server/vm specs 2019-02-14 09:40:59 +02:00
data [Web] Fix showing domain with disabled sender check 2019-05-20 18:08:45 +03:00
helper-scripts "Repaired" shebang for check_translations.rb 2019-05-11 14:21:59 +02:00
.env Docs 2017-03-02 11:23:23 +01:00
.gitignore [Git] Ignore shared namespace file 2019-05-18 23:00:44 +02:00
.travis.yml Travis: Temp stop auto build 2018-01-14 10:45:10 +01:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2017-06-30 07:03:10 +08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-06-30 06:48:04 +08:00
docker-compose.yml [Compose] Update Rspadm and Dovecot images 2019-05-18 22:43:27 +02:00
generate_config.sh Merge pull request #2145 from ThomDietrich/patch-1 2019-05-05 23:15:50 +02:00
LICENSE License 2017-05-18 09:48:22 +02:00
README.md Update README.md 2019-05-04 23:32:32 +02:00
update.sh Update update.sh 2019-05-12 14:40:54 +02:00

mailcow: dockerized - 🐮 + 🐋 = 💕

💡 Entwickler gesucht!

Wir möchten die Kuh clustern und noch sicherererer machen, daher suchen wir dringend Entwickler, die dabei unterstützen. Bis hin zur Festanstellung alle Möglichkeiten offen. Bitte meldet euch bei info@servercow.de

Want to support mailcow?

Donate via PayPal Donate or via Liberapay Liberapay.com

Or just spread the word: moo.

Info and documentation

Please see the official documentation for instructions.

Important: mailcow makes use of various open-source software. Please assure you agree with their license before using mailcow. Any part of mailcow itself is released under GNU General Public License, Version 3.