MX Eintrag einer Domain rausbekommen

Bind, PowerDNS
Post Reply
theugly
Posts: 6
Joined: 2003-04-16 11:39
 

MX Eintrag einer Domain rausbekommen

Post by theugly »

Hi,

wie bekomme ich am schnellsten den MX-Record einer Domain raus?
theugly
Posts: 6
Joined: 2003-04-16 11:39
 

Re: MX Eintrag einer Domain rausbekommen

Post by theugly »

mit dig gehts....
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: MX Eintrag einer Domain rausbekommen

Post by captaincrunch »

Geht wahrscheinlich auch "schneller", aber so funktioniert's auf jeden Fall :

Code: Select all

nslookup
set type=mx
DOMAIN.TLD
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: MX Eintrag einer Domain rausbekommen

Post by dodolin »

Code: Select all

dominik@trinity:~$ nslookup
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.

Code: Select all

dominik@trinity:~$ host -t mx dodolin.de
dodolin.de mail is handled by 10 mail.dodolin.de.
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: MX Eintrag einer Domain rausbekommen

Post by captaincrunch »

Ich sag ja : es geht auch schneller ... ;)
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
silv
Posts: 12
Joined: 2003-05-22 00:14
 

Re: MX Eintrag einer Domain rausbekommen

Post by silv »

man kann sogar mit weniger buchstaben auskommen ;)

dig domain.tld mx

oder dig domain.tld any .. wenn man mal alles sehen will ;)

btw .. und mich jetzt mit nem alias auf dig bei den buchstaben unterbieten gilt nicht ;)
Post Reply