Hi folks, I have just now stumbled upon a DNS item that I can not crack by myself and your help would be immensely appreciated. I have been forwarding my emails using postfix transport_maps to a couple MX weight-based receivers. Since the IPs of these servers have changed I updated my DNS records accordingly.
Here comes the postfix part. I am still having a couple of emails that have not been delivered because postfix remembers the old DNS resolution and I end up with deffered emails like this one here: status=deferred (delivery temporarily suspended: connect to mail.server.com[105.106.107.108]:25: Connection timed out) meanwhile the IP has changed and is no longer 105.106.107.108 and when I dig I get new IN A records. How can I tell postfix the DNS has been updated so when I do postsuper -r ALL it "dig" again? Cheers, Pete