From 7d2dda10bcd3eef2904f7d5a0ab175617a0098ee Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 12 Jul 2020 04:46:40 +0200 Subject: [PATCH] Update v-make-separate-ip-for-email --- bin/v-make-separate-ip-for-email | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-make-separate-ip-for-email b/bin/v-make-separate-ip-for-email index 1e013463..0d99ee0c 100644 --- a/bin/v-make-separate-ip-for-email +++ b/bin/v-make-separate-ip-for-email @@ -139,7 +139,7 @@ fi echo "=== Done!" ptr=$(dig +short -x $MAIL_IP) -if [ "$PTR" != "$MAIL_HOSTNAME" ]; then +if [ "$PTR" != "$MAIL_HOSTNAME." ]; then echo "" echo "WARNING: PTR for $MAIL_IP is $ptr" echo "WARNING: PTR for $MAIL_IP should be $MAIL_HOSTNAME"