mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-10 17:05:00 +08:00
ff2d080279
- It's now possible to choose the logging type - either 'plain' or 'json' - The code is ready to support multiple integration tests (with different configurations) - `OPENDKIM_` and `POSTFIX_` variables are handled properly and recorded in the corresponding files. (This had a downfall that `bash` now needs to be installed, so we can probably simplify some of the shell scripts.)
6 lines
No EOL
167 B
Bash
Executable file
6 lines
No EOL
167 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. /common.sh
|
|
|
|
echo -e "‣ $notice Relaying all mails to blackhole.${reset}"
|
|
postconf -e "smtpd_end_of_data_restrictions=check_client_access static:discard" |