[Ejabberd, Postfix, Dovecot] Do not run DNS check against unbound

This commit is contained in:
andryyy
2021-04-01 15:24:55 +02:00
parent 294e6a2d43
commit dbede2252c
4 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ while ! mysqladmin status --socket=/var/run/mysqld/mysqld.sock -u${DBUSER} -p${D
sleep 2
done
until dig +short mailcow.email @unbound > /dev/null; do
until dig +short mailcow.email > /dev/null; do
echo "Waiting for DNS..."
sleep 1
done