mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 14:37:45 +08:00
Minor tweaks -- create alias file, disable SMTPUTF8 support, which is not possible anyways
This commit is contained in:
parent
f9f7935ae0
commit
d83c121323
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Disable SMTPUTF8, because libraries (ICU) are missing in alpine
|
||||
postconf -e smtputf8_enable=no
|
||||
|
||||
# Update aliases database. It's not used, but postfix complains if the .db file is missing
|
||||
postalias /etc/postfix/aliases
|
||||
|
||||
# Disable local mail delivery
|
||||
postconf -e mydestination=
|
||||
# Don't relay for any domains
|
||||
|
|
Loading…
Add table
Reference in a new issue