My server is hosted on static IP and it was not abused by spammers.
Fixed MX record. Now it points to hostname, which points to server IP.
... but still e-mails from Gmail cannot be sent, beacuse there is same error with Relay Access Denied.
Checked log when sending an e-mail to Gmail and other mail server. Most servers (maybe all) say that I am spammer.
I am not sure is it spam block or becuase I dont have revDNS configured properly for my domain.
Found somewhere that configuring revDNS helped for this problem.
Now have problem with configuring bind9. Installed it then
Added to named.conf, my IP is 73.48.217.17
Code:
zone "17.217.48.73.in-addr.arpa" {
type master;
file "/etc/bind/17.217.48.73.in-addr.arpa";
};
17.217.48.73.in-addr.arpa - file
Code:
17.217.48.73.in-addr.arpa. IN PTR domain.com.
I am not Primary DNS for domain.com, it has external default DNS servers.
I've checked the RevDNS and its still not correct. Here: remote.12dt.com/lookup.php
What should be inside of 17.217.48.73.in-addr.arpa file?
I've only one line of code as you see.
Recent comments
1 day 9 hours ago
1 day 11 hours ago
1 day 23 hours ago
2 days 2 hours ago
2 days 6 hours ago
2 days 12 hours ago
2 days 22 hours ago
3 days 5 min ago
3 days 8 hours ago
3 days 9 hours ago