mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:36:19 +00:00
modified: build/run/docker-entrypoint/init.d/30-postfix.sh
This commit is contained in:
parent
ad41061774
commit
609fc9c8ce
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ postconf -e "myhostname = ${MYVEMAIL_SUBDOMAIN}.${MYVEMAIL_DOMAIN}"
|
|||
postconf -e "mydomain = ${MYVEMAIL_DOMAIN}"
|
||||
|
||||
# resolv.conf
|
||||
mkdir /var/spool/postfix/etc
|
||||
[ -d /var/spool/postfix/etc/ ] || mkdir /var/spool/postfix/etc/
|
||||
cp /etc/resolv.conf /var/spool/postfix/etc/resolv.conf
|
||||
|
||||
# Whitelist localhost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue