How can I list MX entries for all accounts
Hello guys. I'm looking for some console command to list all the mx in all the domains and accounts, in order to see who are using, i.e., Google Apps.
Where are those configs currently being saved?
Thanks!
-
cat /var/named/*.db | grep "MX" | grep -v "TXT" I excluded TXT records because sometimes the DKIM value included MX on my system. 0 -
Very thanks!!!! :) 0 -
I am happy to see the user-provided solution was helpful. Thank you for letting us know it helped. 0
Please sign in to leave a comment.
Comments
3 comments