[tor-bugs] #18061 [Applications/TorBirdy]: Can not check I2P mail with Torbirdy activated (sending I2P mail works fine)

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jan 4 15:08:11 UTC 2017


#18061: Can not check I2P mail with Torbirdy activated (sending I2P mail works
fine)
-----------------------------------+-------------------------
 Reporter:  lunokhod               |          Owner:  sukhbir
     Type:  defect                 |         Status:  new
 Priority:  Medium                 |      Milestone:
Component:  Applications/TorBirdy  |        Version:
 Severity:  Normal                 |     Resolution:
 Keywords:  i2p, 127.0.0.1         |  Actual Points:
Parent ID:                         |         Points:
 Reviewer:                         |        Sponsor:
-----------------------------------+-------------------------

Comment (by anonimal):

 Hi sukhbir, for whatever reason I didn't get an email notification so I'm
 just reading this now.

 I don't think you need I2P to test this. For example, try setting up two
 local socat instances on 127.0.0.1 (with the text output switch flipped)
 that forwards to your mail service, then create a Thunderbird account
 pointing to 127.0.0.1 and your respective ''local'' ports. Example:

 {{{
 socat -v TCP4-LISTEN:12345,fork TCP4:smtp.mail-host.tld:<their smtp port>
 socat -v TCP4-LISTEN:23456,fork TCP4:pop3.mail-host.tld:<their pop3 port>
 }}}

 would mean you point your Thunderbird account to 127.0.0.1, port 12345 for
 SMTP, port 23456 for POP3, and using whatever encryption methods required.
 This will probably give you certificate warning/errors (I don't know, I
 haven't tested this with clearnet mail) but you'll (should) at least see
 that there's no output with the SMTP socat instance.

 ''If'' instead you want to test with I2P, create an account at
 [hq.postman.i2p http://hq.postman.i2p/?page_id=16] then setup a
 Thunderbird account to point to 127.0.0.1 port 7659 for SMTP, port 7660
 for POP3, '''no''' SSL/TLS/STARTTLS needed, transmit plain password for
 authentication (the transmitted "insecurely" option). If using
 [https://github.com/monero-project/kovri Kovri], the current default ports
 will be 7661 for SMTP and 7662 for POP3.

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


More information about the tor-bugs mailing list