简体   繁体   中英

Adding Reverse DNS for Azure Email VM

I am a fresh user in azure, i created a windows VM and installed hMailServer on it, when i send emails to some recipients i get the following error:

Remote server replied: 550 5.7.1 Connections not accepted from servers without a valid sender domain.flph396 Fix reverse DNS for 000.00.000.000

the IP(000.00.000.000) is not my vm IP.

i tried

Set-AzureService –ServiceName “contosoapp1” –Description “App1 with Reverse DNS” –ReverseDnsFqdn “contosoapp1.cloudapp.net.” but its not working, i used my vm fqdn and my own a record for mail "mail.myDomain.com" but nothing worked.

Refer Windows Azure Virtual Machine Reverse DNS PTR Solution?

Note that issue that Azure compute IP addresses are added to spam blacklists by Microsoft.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM