Berkeley CSUA MOTD:Entry 23813
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/07/10 [General] UID:1000 Activity:popular
7/10    

2002/2/8-9 [Uncategorized] UID:23813 Activity:moderate
2/7     I know I can use "dig" to find out what foo is MXed to, but is
        there a way to find out every MXed to bar ? (at least on an
        authoritative name server ?)
        \_ host -t MX -l <DEAD>your-domain.com<DEAD> | grep bar
        \_ Thats like trying to find out every webpage that links to a
           particular page.  There is no back reference, so you can't really
           know find this out.  Sure, looking at access logs might give you
           all the links that were used, but you'd still have an unknown
           number of unused ones out there.
        \_ No.  This is why relay-based-on-mx can be trivially spoofed.