[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] How To Verify E-Mail
|
So then how would you verify e-mail?
Brian Vagnoni
From: Toby DiPasquale [mailto:toby@cbcg.net] To: Philadelphia Linux User's Group Discussion List [mailto:plug@lists.phillylinux.org] Sent: Mon, 10 Dec 2007 23:13:31 -0500 Subject: Re: [PLUG] How To Verify E-Mail
On Mon, Dec 10, 2007 at 11:00:46PM -0500, Brian Vagnoni wrote:
> telnet mail.domainname.com 25
>
> helo 127.0.0.1
> MAIL FROM: <name@domain.com>
> RCPT TO: <targetemail@domain.com>
>
> you should see a response of
>
> 250 ok
This is unlikely to produce an error on a lot of anti-spam appliances and
custom configured MTAs. Just so you know, its typically disabled to
prevent address harvesting and dictionary attacks.
--
Toby DiPasquale
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|