1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-04 10:24:42 +02:00
mailcow-dockerized/data
macwinnie b985ba4f0e Improve send-as behaviour
Receiving mails for wildcard alias addresses is really easy – but
sending mails from those any-aliases was not possible at all unless
every sender address was added as an explicit alias to the database.

By this change in the database query for allowed sender addresses, the
first finding `not NULL` (see [`SELECT COALESCE`](https://www.w3schools.com/sql/func_sqlserver_coalesce.asp) for how it works)
– either an exact alias `mailbox@domain.tld` or the wildcard alias `@domain.tld`
will be allowed to send mails as the given address ... without the need
of explicit definition within the database.
2022-08-04 01:37:26 +02:00
..
assets 🐄 Moorch Update 2022 - ClamAV, Dovecot & Olefy Update (#4497) 2022-03-02 16:32:17 +01:00
conf [Rspamd] Prevent LUA crash 2022-07-07 09:20:59 +02:00
Dockerfiles Improve send-as behaviour 2022-08-04 01:37:26 +02:00
hooks [SOGo] Added hooks support for SOGo image (#4181) 2021-07-28 21:41:44 +02:00
web [Web] Update keyHandle max length to 1023 (#4696) 2022-07-26 09:16:23 +02:00