diff --git a/bin/v-make-separate-ip-for-email b/bin/v-make-separate-ip-for-email index 1e0134639..0d99ee0cd 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"