Do I need a DNS A record for sub2.domain.com if from address is info@sub2.domain.com?
I'm using subdomains to segment the list. And it's a combination of spf/dkim/from all being from the same subdomain, say, sub2.domain.com.
I have MX record for sub2, but do I also need an A record?
I know that without an MX or A record some receiving MTAs will block it as "Sender address rejected: Domain not found". But if I have MX record, should I also set up A record?
Do receiving MTAs or spam filters actually check that?