How does one enable reverse DNS lookup under IIS v7.0? In v5 and v6, this was performed through either commands:
adsutil set w3svc/EnableReverseDNS TRUE
cscript adsutil.vbs set /wesvc/EnableReverseDNS "TRUE"
However, this command is invalid for an IISv7 environment. Likewise, I've found other documentation for IISv6 stating this could be accomplished through the STMP server configuration, as part of enhanced abilities to reduce spam. However, I've found no navigation sequence under the IISv7 administrator that turns this ability on.
Your assistance is appreciated.