Skip to main content

How can I list MX entries for all accounts

Comments

3 comments

  • kdean
    cat /var/named/*.db | grep "MX" | grep -v "TXT" I excluded TXT records because sometimes the DKIM value included MX on my system.
    0
  • Kent Brockman
    Very thanks!!!! :)
    0
  • cPanelMichael
    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.