[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

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
until dig +short mailcow.email @unbound > /dev/null; do
until dig +short mailcow.email > /dev/null; do
echo "Waiting for DNS..."
sleep 1
done