Skip to content
Snippets Groups Projects
Commit ae528d79 authored by Bob Mottram's avatar Bob Mottram
Browse files

Update email processing documentation

parent d296c4da
No related branches found
No related tags found
No related merge requests found
......@@ -222,11 +222,17 @@ Select /Administrator controls/ then /Security settings/ then /reset tripwire/.
Even when using Freedombone metadata analysis by third parties is still possible. This can be mitigated by accessing your blog, or other web services, via their /onion addresses/, rather than via more conventional domain names. In that case your ISP and any government which they might be compelled to report back to will know when your system is being accessed, but not necessarily /which/ services are being accessed /or by whom/. So for instance using a Tor browser and the onion address people may be able to safely read your blog or wiki and be reasonably confident that metadata isn't being gathered about what they read (or more concisely the metadata which can be gathered by a third party may just not be very useful or personally identifiable). On the other hand if you access the system via conventional domain names and dynamic DNS then it's safe to assume that metadata can and will be collected by third parties.
* How do I create email processing rules?
The easy way to do this is to go /Domain-User Blocking/ on the settings screen of the web interface. From there you can block particular email addresses or domains, or if you select /Muted words/ then you can block incoming email containing particular words or phrases. Note that the muted words are case sensitive.
If you prefer the commandline then enable ssh via the web interface by supplying a public key, then log in with:
#+begin_src bash
ssh nickname@domainname -p 2222
ssh admin@freedombone -p 2222
#+end_src
Select /Administrator controls/ then /Email Filtering Rules/ then you can add rules to be applied to incoming email addresses or mailing lists. If you prefer to do things directly on the command line, without the control panel, then the following commands are available:
Select /Change email filtering/blocking rules/ then you can add rules to be applied to incoming email addresses or mailing lists.
If you prefer to do things directly on the command line, without the control panel, then the following commands are available:
| freedombone-addlist | Adds a mailing list |
| freedombone-rmlist | Removes a mailing list |
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Freedombone</title>
<!-- 2018-12-05 Wed 10:50 -->
<!-- 2018-12-05 Wed 11:02 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
......@@ -792,14 +792,26 @@ Even when using Freedombone metadata analysis by third parties is still possible
<div id="outline-container-sec-26" class="outline-2">
<h2 id="sec-26">How do I create email processing rules?</h2>
<div class="outline-text-2" id="text-26">
<p>
The easy way to do this is to go <i>Domain-User Blocking</i> on the settings screen of the web interface. From there you can block particular email addresses or domains, or if you select <i>Muted words</i> then you can block incoming email containing particular words or phrases. Note that the muted words are case sensitive.
</p>
<p>
If you prefer the commandline then enable ssh via the web interface by supplying a public key, then log in with:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh nickname@domainname -p 2222
<pre class="src src-bash">ssh admin@freedombone -p 2222
</pre>
</div>
<p>
Select <i>Administrator controls</i> then <i>Email Filtering Rules</i> then you can add rules to be applied to incoming email addresses or mailing lists. If you prefer to do things directly on the command line, without the control panel, then the following commands are available:
Select <i>Change email filtering/blocking rules</i> then you can add rules to be applied to incoming email addresses or mailing lists.
</p>
<p>
If you prefer to do things directly on the command line, without the control panel, then the following commands are available:
</p>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment