{% if ui_from_profiles %} {% extends "layouts/" + render_mode + "-tall.html" %} {% else %} {% extends "logs/layout.html" %} {% endif %} {% block title %}{{_("Security and Privacy Settings")}}{% endblock %} {% block content %}
{{ csrf_field|safe }}

{{_("Security and Privacy Settings")}}

{% if "unknown" in (config.prefs.motd_url, config.prefs.web_content) %}

{{_("Please review and save your settings.")}} {{_("Some features may not be enabled until you have saved.")}}

{% elif ui_saved %}

{{_("Your settings have been saved.")}}

{% else %}

{{_("Choose your own privacy policy!")}}

{% endif %}

{{_("Networking Privacy")}}

{{_("Tor is a community-run system for making anonymous network connections.")}} {{_("It masks your IP address and location, thus preventing many forms of surveillance and tracking.")}}

{{_("Using Tor may be considered suspicious or even illegal in some countries.")}} {{_("Since the Tor network is run by volunteers, bad actors can (and do) volunteer to run exit-nodes so they can listen in on traffic; as a result Tor is not suitable for accessing the unencrypted web.")}}

{{_("Visit the Tor project's web-site")}}.

{% set proxy = {"tor": "Tor", "tor-risky": "Tor"}.get(config.sys.proxy.protocol, _("proxy")) %} {% if config.sys.proxy.protocol not in ("none", "unknown") %}

{{_("When sending and receiving mail, or downloading from the web:")}}

{{_("Prefer anonymous Tor networking for encrypted connections.")}}
{{_("Prefer anonymous Tor networking for all connections.")}}
{% if config.sys.proxy.protocol not in ("tor", "tor-risky", "unknown") %} {{_("Custom proxy setting (%(proto)s)", proto=config.sys.proxy.protocol)}}
{% endif %} {{_("Do not use %(proxy)s.", proxy=proxy)}}
{{_("Advanced Settings")}} ...
{{_("Fall back to direct networking if connecting over %(proxy)s fails.", proxy=proxy)}}
{{_("Disable direct networking connections completely.")}}

{{_("Never use %(proxy)s for these hosts:", proxy=proxy)}} {# DISABLED FOR NOW ...
{{_("Host:")}}
{{_("Port:")}} #}
{% else %}

{{_("Tor is currently disabled.")}} {{_("To enable Tor, click the button below.")}} {{_("You need to have already installed and enabled the Tor service on your computer.")}}

{% include("../img/loading-ellipsis.svg") %}  

{{_("Without Tor, Mailpile can not prevent service providers and network operators from monitoring or tracking your IP address and communications.")}}

{% endif %}
{{_("Troubleshoot recent Network Activity.")}}

{{_("Message Of The Day")}}

{{_("The Mailpile Team publishes updates to notify users of available upgrades and potential security vulnerabilities in Mailpile.")}}

{{_("Update subscriptions help the Mailpile Team keep track of how many people use Mailpile, what operating systems are in use, and which languages users speak.")}} {{_("If Tor is not installed, this may leak your IP address.")}}

{{_("Consult the Mailpile wiki for more details")}}.

{{_("Subscribe to Message Of The Day updates from the Mailpile Team.")}}
{% if config.sys.proxy.protocol in ("tor", "tor-risky") %} {{_("Only download updates anonymously over Tor.")}}
{{_("Generic updates only, over Tor - keeps all details about your setup private.")}}
{% else %} {{_("Download generic updates only, to keep details about your setup private.")}}
{% endif %} {%- if config.prefs.motd_url not in ("default", "unknown", "tor-only", "tor-generic", "generic", "none") %} {{_("Keep your custom settings:")}} {{config.prefs.motd_url}}
{% endif %} {{_("Disable the Message Of The Day.")}}

{{_("Tor will be used to protect your IP address, if it is available.")}}


{{_("Third Party Content")}}

{{_("Mailpile can download content from the web to augment your mail.")}} {{_("This includes user photos from Gravatar, key material from key servers, and potentially other sources.")}}

{{_("This may leak information about your address book and use of Mailpile to the providers of these services.")}} {{_("If Tor is not installed, this may leak your IP address.")}}

{{_("Learn more about:")}} Gravatar, Key Servers

{% else %} {%- if config.prefs.web_content == "on" %} checked{% endif %}> {% endif %} {{_("Enable downloading of third party content from the web.")}} {% if config.sys.proxy.protocol not in ("tor", "tor-risky") %} {% endif %}
{% if config.sys.proxy.protocol in ("tor", "tor-risky") %} {{_("Only download third party content anonymously over Tor.")}}
{% endif %} {{_("Do not download third party content.")}}

{{_("Tor will be used to protect your IP address, if it is available.")}}


{{_("Securing Your Data")}}

{{_("Mailpile can encrypt your e-mail, search engine and settings.")}} {{_("This protects your privacy, even if your computer gets lost or stolen.")}}

{{_("Encryption makes it harder to migrate your data to another e-mail client, slows things down and may increase the odds of data loss.")}} {{_("Losing your encryption key becomes equivalent to losing all your mail.")}}

{{_("Also keep in mind that the security of your data depends entirely on the strength of your password.")}}
{{ _("You can change your Mailpile password here.") }}

{{_("On")}} {{_("Off")}}   -   {{_("Allow deletion of e-mail from servers and mailboxes")}}
{{_("On")}} {{_("Off")}}   -   {{_("Encrypt locally stored e-mail.")}}
{{_("On")}} {{_("Off")}}   -   {{_("Encrypt the contact database.")}}
{{_("On")}} {{_("Off")}}   -   {{_("Encrypt the system event log.")}}
{{_("On")}} {{_("Off")}}   -   {{_("Encrypt other (miscellaneous) data.")}}
{{_("On")}} {{_("Off")}}   -   {{_("Strongly encrypt the local search index (slow).")}}

{{_("Notes:")}}
  • {{_("Changing encryption settings will only affect data created or edited from now on.")}}
  • {{_("The search index is always at least partially encrypted because it is so sensitive.")}}
  • {{_("The configuration is always kept encrypted, because it may contain passwords.")}}

{% endblock %}