mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-04 15:54:48 +01:00
Look at resolv.conf this time
This commit is contained in:
@@ -197,6 +197,9 @@ after_miab_install() {
|
||||
"$PRIMARY_HOSTNAME" \
|
||||
"$LDAP_NEXTCLOUD_PASSWORD" \
|
||||
|| die "docker: error running remote-nextcloud-use-miab.sh"
|
||||
|
||||
# re-add systemd name resolver as a secondary nameserver
|
||||
echo "nameserver 127.0.0.53" >> /etc/resolv.conf
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -101,6 +101,7 @@ dump_conf_files() {
|
||||
dump_log "/etc/mailinabox.conf"
|
||||
dump_log "/etc/hosts"
|
||||
dump_log "/etc/nsswitch.conf"
|
||||
dump_log "/etc/resolv.conf"
|
||||
dump_log "/etc/nsd/nsd.conf"
|
||||
dump_log "/etc/postfix/main.cf"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user