Overall dig is an invaluable tool that can help you debug all sorts of DNS related situations, ranging from “Why’s my server not reachable” to “Why does Google Mail not accept my mails” (e.g. when it comes to MX records). Here are some console tricks to dig up some infos about domains.
To find the authorative dns servers for a domain:
dig any example.com
This would tell us that these servers manage this domain:
Sometimes there are messages stuck in the Exim mail queue and sometimes you might wish to look inside them. Exim is a complex beast, but it comes with plenty of tools to help you analyze the current situation.
To see how many mails are stuck in the queue and since when use:
mailq
This will output a list of message IDs; to look inside these messages use for the header
exim4 -Mvc[message-ID]
for the body
exim4 -Mvb[message-ID]
If these don’t work for you, try “exim” or “exim3” instead of “exim4”.
Since Apple transitioned to Intel chips I started thinking about bying a Macbook Pro. Professionally I’ve been using Macs off and on and I’ve owned an iPod for quite a while now. I was always impressed by the polish and attention to detail Apple products have. But the price and totally different hardware architecture always held me back from buying a Mac. For all its flaws, I really appreciate the versatility of Windows machines that allows me to work but also game on them. With Bootcamp I hope to get the best of both worlds.