mailcow/data/Dockerfiles/postfix
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
..
docker-entrypoint.sh [Postfix] Add hooks 2020-02-19 21:41:06 +01:00
Dockerfile [Postfix] Update to 3.5.6 (Rebase to Debian 11) 2022-05-19 18:49:01 +02:00
postfix.sh Improve send-as behaviour 2022-08-04 01:37:26 +02:00
rspamd-pipe-ham [Rspamd] Place socket in _rspamd home and fix permissions 2018-09-30 09:53:25 +02:00
rspamd-pipe-spam [Rspamd] Place socket in _rspamd home and fix permissions 2018-09-30 09:53:25 +02:00
stop-supervisor.sh [Dovecot] Use events to kill supervisord when main proc dies 2018-10-25 22:35:07 +02:00
supervisord.conf [Postfix] Allow to create an extra.cf file besides main.cf to merge overrides 2019-09-02 18:37:05 +02:00
syslog-ng-redis_slave.conf [Postfix] Update to 3.5.6 (Rebase to Debian 11) 2022-05-19 18:49:01 +02:00
syslog-ng.conf [Postfix] Update to 3.5.6 (Rebase to Debian 11) 2022-05-19 18:49:01 +02:00
whitelist_forwardinghosts.sh [Postfix] Use name instead of IP 2018-01-21 15:01:51 +01:00