[tor-bugs] #6383 [Flashproxy]: Email registration helper

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Sep 11 06:34:41 UTC 2012


#6383: Email registration helper
------------------------+---------------------------------------------------
 Reporter:  dcf         |          Owner:  dcf
     Type:  defect      |         Status:  new
 Priority:  normal      |      Milestone:     
Component:  Flashproxy  |        Version:     
 Keywords:              |         Parent:     
   Points:              |   Actualpoints:     
------------------------+---------------------------------------------------

Comment(by dcf):

 Replying to [comment:1 dcf]:
 > Replying to [ticket:6383 dcf]:
 > > My proposed idea for this: Make an SSL connection to
 smtp.gmail.com:587.
 >
 > Actually port 465 is the SSL port.

 smtp.gmail.com is for Gmail users to send ''from'' their @gmail.com
 address, and
 [https://support.google.com/mail/bin/answer.py?hl=en&answer=13287 requires
 authenticating with a Google account username and password]. To send mail
 ''to'' a designated Gmail address, you use gmail-smtp-in.l.google.com:
 {{{
 $ dig MX gmail.com
 ;; ANSWER SECTION:
 gmail.com.              605     IN      MX      10 alt1.gmail-smtp-
 in.l.google.com.
 gmail.com.              605     IN      MX      20 alt2.gmail-smtp-
 in.l.google.com.
 gmail.com.              605     IN      MX      30 alt3.gmail-smtp-
 in.l.google.com.
 gmail.com.              605     IN      MX      40 alt4.gmail-smtp-
 in.l.google.com.
 gmail.com.              605     IN      MX      5 gmail-smtp-
 in.l.google.com.
 }}}
 But unfortunately, on first investigation this incoming SMTP doesn't
 support TLS, so our messages will be blockable just by grepping for
 whatever designated address we use.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6383#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list