Browse Source

Installing email

Bob Mottram 9 years ago
parent
commit
586cb73e01
2 changed files with 13 additions and 41 deletions
  1. 6
    18
      doc/EN/usage_email.org
  2. 7
    23
      website/EN/usage_email.html

+ 6
- 18
doc/EN/usage_email.org View File

@@ -429,40 +429,28 @@ To subscribe to a mailing list log in as your user (i.e. not the root user).
429 429
 
430 430
 #+BEGIN_SRC bash
431 431
 ssh username@domainname -p 2222
432
-freedombone-addlist -l <mailing list name> -s <subject tag> -e <list email address>
433
-exit
432
+sudo control
434 433
 #+END_SRC
435 434
 
436
-The subject tag should be the word or phrase which appears within the brackets in the subject line of emails from the mailing list. The mailing list name should be something short so that it is readable within the left side column of the mutt email client, and contain no spaces. You can also use the *freedombone-rmlist* if you wish not to show a particular list within Mutt.
435
+Select *Email filtering rules* then *Add a user to a mailing list*. If you want to do it purely from the commandline then see the manpage for *freedombone-addlist*.
437 436
 * Adding email addresses to a group/folder
438 437
 Similar to adding mailing list folders you can also add specified email addresses into a group/folder.
439 438
 
440 439
 #+BEGIN_SRC bash
441 440
 ssh username@domainname -p 2222
442
-freedombone-addemail -e <email address> -g <group name>
443
-exit
441
+sudo control
444 442
 #+END_SRC
445 443
 
446
-The group name should be something short so that it is readable within the left side column of the mutt email client, and not contain any spaces. You can also use the *freedombone-rmemail* command to remove an email address rule.
447
-
444
+Select *Email filtering rules* then *Add email rule*. To do the same from the commandline see the manpage for *freedombone-addemail*.
448 445
 * Ignoring incoming emails
449 446
 It is possible to ignore incoming emails if they are from a particular email address or if the subject line contains particular text.
450 447
 
451 448
 #+BEGIN_SRC bash
452 449
 ssh username@domainname -p 2222
453
-freedombone-ignore -e baduser@baddomain
454
-exit
455
-#+END_SRC
456
-
457
-Or:
458
-
459
-#+BEGIN_SRC bash
460
-ssh username@domainname -p 2222
461
-freedombone-ignore -t "make $$$ now!"
462
-exit
450
+sudo control
463 451
 #+END_SRC
464 452
 
465
-You can also reverse this by using the *freedombone-unignore* command with the same options.
453
+Select *Email filtering rules* then *Block/Unblock and email address* or *Block/Unblock email with subject line*. Also see the manpage for *freedombone-ignore*.
466 454
 * Your own mailing list
467 455
 If you want to set up a public mailing list then when installing the system remember to set the *PUBLIC_MAILING_LIST* variable within *freedombone.cfg* to the name of your list. The name should have no spaces in it. Public mailing lists are unencrypted so anyone will be able to read the contents, including non subscribers.
468 456
 

+ 7
- 23
website/EN/usage_email.html View File

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2015-12-18 Fri 23:04 -->
6
+<!-- 2015-12-18 Fri 23:17 -->
7 7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -941,13 +941,12 @@ To subscribe to a mailing list log in as your user (i.e. not the root user).
941 941
 <div class="org-src-container">
942 942
 
943 943
 <pre class="src src-bash">ssh username@domainname -p 2222
944
-freedombone-addlist -l &lt;mailing list name&gt; -s &lt;subject tag&gt; -e &lt;list email address&gt;
945
-<span class="org-keyword">exit</span>
944
+sudo control
946 945
 </pre>
947 946
 </div>
948 947
 
949 948
 <p>
950
-The subject tag should be the word or phrase which appears within the brackets in the subject line of emails from the mailing list. The mailing list name should be something short so that it is readable within the left side column of the mutt email client, and contain no spaces. You can also use the <b>freedombone-rmlist</b> if you wish not to show a particular list within Mutt.
949
+Select <b>Email filtering rules</b> then <b>Add a user to a mailing list</b>. If you want to do it purely from the commandline then see the manpage for <b>freedombone-addlist</b>.
951 950
 </p>
952 951
 </div>
953 952
 </div>
@@ -961,17 +960,15 @@ Similar to adding mailing list folders you can also add specified email addresse
961 960
 <div class="org-src-container">
962 961
 
963 962
 <pre class="src src-bash">ssh username@domainname -p 2222
964
-freedombone-addemail -e &lt;email address&gt; -g &lt;group name&gt;
965
-<span class="org-keyword">exit</span>
963
+sudo control
966 964
 </pre>
967 965
 </div>
968 966
 
969 967
 <p>
970
-The group name should be something short so that it is readable within the left side column of the mutt email client, and not contain any spaces. You can also use the <b>freedombone-rmemail</b> command to remove an email address rule.
968
+Select <b>Email filtering rules</b> then <b>Add email rule</b>. To do the same from the commandline see the manpage for <b>freedombone-addemail</b>.
971 969
 </p>
972 970
 </div>
973 971
 </div>
974
-
975 972
 <div id="outline-container-orgheadline10" class="outline-2">
976 973
 <h2 id="orgheadline10">Ignoring incoming emails</h2>
977 974
 <div class="outline-text-2" id="text-orgheadline10">
@@ -982,25 +979,12 @@ It is possible to ignore incoming emails if they are from a particular email add
982 979
 <div class="org-src-container">
983 980
 
984 981
 <pre class="src src-bash">ssh username@domainname -p 2222
985
-freedombone-ignore -e baduser@baddomain
986
-<span class="org-keyword">exit</span>
987
-</pre>
988
-</div>
989
-
990
-<p>
991
-Or:
992
-</p>
993
-
994
-<div class="org-src-container">
995
-
996
-<pre class="src src-bash">ssh username@domainname -p 2222
997
-freedombone-ignore -t <span class="org-string">"make $$$ now!"</span>
998
-<span class="org-keyword">exit</span>
982
+sudo control
999 983
 </pre>
1000 984
 </div>
1001 985
 
1002 986
 <p>
1003
-You can also reverse this by using the <b>freedombone-unignore</b> command with the same options.
987
+Select <b>Email filtering rules</b> then <b>Block/Unblock and email address</b> or <b>Block/Unblock email with subject line</b>. Also see the manpage for <b>freedombone-ignore</b>.
1004 988
 </p>
1005 989
 </div>
1006 990
 </div>