Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine the most reliable way to send mail from a server running Tor hidden services #29

Open
ckxng opened this issue Nov 17, 2015 · 4 comments

Comments

@ckxng
Copy link
Contributor

ckxng commented Nov 17, 2015

Web applications may assume that email is readily available, and may even use it as an authentication method (login with email address). We should research which email delivery methods are most reliable, and do not reveal the location of the server running hidden services.

The solution should be:

  1. Easy to use
  2. Reliable (not arriving in junk mail)
  3. Private (not revealing the IP address of the server)
@jacksingleton
Copy link
Collaborator

https://riseup.net do not embed the IP address of the sender and even have onion addresses for their servers.

@jacksingleton
Copy link
Collaborator

I think we should just recommend always using an external MTA that you can rely on when running a hidden service you want to remain anonymous.

@ckxng
Copy link
Contributor Author

ckxng commented Nov 17, 2015

I have not used riseup as an MTA, but it sounds like it could be a good fit. Since setting up a smarthost with authentication is not trivial, we should see about how we can configure this using ansible variables.

@jacksingleton
Copy link
Collaborator

Currently we just rely on configuration inside the Sandstorm admin console to allow us to enter an outgoing SMTP server (as in, a manual process).

Not sure if sandstorm has a config file option for outgoing SMTP server... I would think so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants