We have a set up with two dedicated IP addresses that send e-mails from multiple domains. As an example, the dedicated IP addresses are 192.0.2.1 and 192.0.2.2, and the domains are example.com, example.net & example.org. Any IP address can send an email from any domain.
How would the PTR and SRV record set up need to look in this situation?
My understanding of PTR records is that there needs to be a 1:1 relationship between the sending IP address and the domain name that each email is being sent from. So we could set up PTR records that would establish 192.0.2.1 <-> example.com, however this does not help when 192.0.2.1 sends an email from example.net or when 192.0.2.2 send an example from example.net.
I apologise if my understanding is incorrect and am more than happy to be corrected.