Selasa, 23 November 2010
How to Verify if an Email Address Is Real or Fake
Posted by Diandra's | Selasa, 23 November 2010 | Category:
|


Ever wonder whether an email address someone gave you—say billgates@gmail.com—actually exists? Tech blogger Amit Agarwal explains how to verify an email address using both simple and decidedly geekier methods.
The following is republished with permission from Digital Inspiration.
How do you verify if a given email address is real or fake? Well an obvious solution is that you send a test mail to that email address and if your message doesn't bounce, it is safe to assume* that the address is real.[*] Some web domains may have configured a catch-all email address meaning that messages addressed to a non-existent mailbox will not be returned to the sender but in most cases, such email messages will bounce.
Ping an Email Address to Validate it!
When you send an email to someone, the message goes to an SMTP server which then looks for the MX (Mail Exchange) records of the email recipient's domain.For instance, when you send an email to hello@gmail.com, the mail server will try to find the MX records for the gmail.com domain. If the records exist, the next step would be to determine whether that email username (hello in our example) is present or not.
Using a similar logic, we can verify an email address from the computer without actually sending a test message. Here's how:
Let say that we want to verify if the address billgates@gmail.com exists or not?
Ed. note: Amit details a few Windows-specific tips, but this method should work across platforms.
Step 1. Enable telnet in Windows. Or if you already have the PuTTY utility, skip this step.
Step 2. Open the command prompt and type the following command:
nslookup –type=mx gmail.com
gmail.com MX preference=30, exchanger = alt3.gmail-smtp-in.l.google.com gmail.com MX preference=20, exchanger = alt2.gmail-smtp-in.l.google.com gmail.com MX preference=5, exchanger = gmail-smtp-in.l.google.com gmail.com MX preference=10, exchanger = alt1.gmail-smtp-in.l.google.com gmail.com MX preference=40, exchanger = alt4.gmail-smtp-in.l.google.com
For that, go to command prompt window and type the following commands in the listed sequence:
3a: Connect to the mail server:
telnet gmail-smtp-in.l.google.com 25
HELO
mail from:<labnol@labnol.org>
rcpt to:<billgates@gmail.com>
- abc@gmail.com — The email account that you tried to reach does not exist.
- support@gmail.com — The email account that you tried to reach is disabled.
Langganan:
Posting Komentar (Atom)


Currently have 0 komentar: