1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

Dump nsswitch

This commit is contained in:
downtownallday 2020-06-10 12:18:10 -04:00
parent 219c3fa020
commit f1ba09a066

View File

@ -100,6 +100,7 @@ dump_conf_files() {
if [ "$skip" == "false" ]; then
dump_log "/etc/mailinabox.conf"
dump_log "/etc/hosts"
dump_log "/etc/nsswitch.conf"
dump_log "/etc/nsd/nsd.conf"
dump_log "/etc/postfix/main.cf"
fi