Pārlūkot izejas kodu

Installing email

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
586cb73e01
2 mainītis faili ar 13 papildinājumiem un 41 dzēšanām
  1. 6
    18
      doc/EN/usage_email.org
  2. 7
    23
      website/EN/usage_email.html

+ 6
- 18
doc/EN/usage_email.org Parādīt failu

429
 
429
 
430
 #+BEGIN_SRC bash
430
 #+BEGIN_SRC bash
431
 ssh username@domainname -p 2222
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
 #+END_SRC
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
 * Adding email addresses to a group/folder
436
 * Adding email addresses to a group/folder
438
 Similar to adding mailing list folders you can also add specified email addresses into a group/folder.
437
 Similar to adding mailing list folders you can also add specified email addresses into a group/folder.
439
 
438
 
440
 #+BEGIN_SRC bash
439
 #+BEGIN_SRC bash
441
 ssh username@domainname -p 2222
440
 ssh username@domainname -p 2222
442
-freedombone-addemail -e <email address> -g <group name>
443
-exit
441
+sudo control
444
 #+END_SRC
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
 * Ignoring incoming emails
445
 * Ignoring incoming emails
449
 It is possible to ignore incoming emails if they are from a particular email address or if the subject line contains particular text.
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
 #+BEGIN_SRC bash
448
 #+BEGIN_SRC bash
452
 ssh username@domainname -p 2222
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
 #+END_SRC
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
 * Your own mailing list
454
 * Your own mailing list
467
 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.
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 Parādīt failu

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2015-12-18 Fri 23:04 -->
6
+<!-- 2015-12-18 Fri 23:17 -->
7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
941
 <div class="org-src-container">
941
 <div class="org-src-container">
942
 
942
 
943
 <pre class="src src-bash">ssh username@domainname -p 2222
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
 </pre>
945
 </pre>
947
 </div>
946
 </div>
948
 
947
 
949
 <p>
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
 </p>
950
 </p>
952
 </div>
951
 </div>
953
 </div>
952
 </div>
961
 <div class="org-src-container">
960
 <div class="org-src-container">
962
 
961
 
963
 <pre class="src src-bash">ssh username@domainname -p 2222
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
 </pre>
964
 </pre>
967
 </div>
965
 </div>
968
 
966
 
969
 <p>
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
 </p>
969
 </p>
972
 </div>
970
 </div>
973
 </div>
971
 </div>
974
-
975
 <div id="outline-container-orgheadline10" class="outline-2">
972
 <div id="outline-container-orgheadline10" class="outline-2">
976
 <h2 id="orgheadline10">Ignoring incoming emails</h2>
973
 <h2 id="orgheadline10">Ignoring incoming emails</h2>
977
 <div class="outline-text-2" id="text-orgheadline10">
974
 <div class="outline-text-2" id="text-orgheadline10">
982
 <div class="org-src-container">
979
 <div class="org-src-container">
983
 
980
 
984
 <pre class="src src-bash">ssh username@domainname -p 2222
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
 </pre>
983
 </pre>
1000
 </div>
984
 </div>
1001
 
985
 
1002
 <p>
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
 </p>
988
 </p>
1005
 </div>
989
 </div>
1006
 </div>
990
 </div>