mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Update v-make-separate-ip-for-email
This commit is contained in:
parent
7a0d18fc81
commit
7d2dda10bc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue