Bob Mottram 9 лет назад
Родитель
Сommit
23653a587e
2 измененных файлов: 11 добавлений и 21 удалений
  1. 5
    10
      doc/EN/faq.org
  2. 6
    11
      website/EN/faq.html

+ 5
- 10
doc/EN/faq.org Просмотреть файл

43
 
43
 
44
 #+BEGIN_SRC bash
44
 #+BEGIN_SRC bash
45
 ssh username@mydomainname -p 2222
45
 ssh username@mydomainname -p 2222
46
-su
47
-control
46
+sudo control
48
 #+END_SRC
47
 #+END_SRC
49
 
48
 
50
 Select /Manage Users/ and then /Add a user/. You will be prompted for a username and you can also optionally provide their ssh public key.
49
 Select /Manage Users/ and then /Add a user/. You will be prompted for a username and you can also optionally provide their ssh public key.
57
 
56
 
58
 #+BEGIN_SRC bash
57
 #+BEGIN_SRC bash
59
 ssh username@mydomainname -p 2222
58
 ssh username@mydomainname -p 2222
60
-su
61
-control
59
+sudo control
62
 #+END_SRC
60
 #+END_SRC
63
 
61
 
64
 Select /Manage Users/ and then /Delete a user/. Note that this will delete all of that user's files and email.
62
 Select /Manage Users/ and then /Delete a user/. Note that this will delete all of that user's files and email.
67
 
65
 
68
 #+BEGIN_SRC bash
66
 #+BEGIN_SRC bash
69
 ssh username@mydomain -p 2222
67
 ssh username@mydomain -p 2222
70
-su
71
-control
68
+sudo control
72
 #+END_SRC
69
 #+END_SRC
73
 
70
 
74
 Select "reset tripwire" using cursors and space bar then enter.
71
 Select "reset tripwire" using cursors and space bar then enter.
77
 * How do I create email processing rules?
74
 * How do I create email processing rules?
78
 #+BEGIN_SRC bash
75
 #+BEGIN_SRC bash
79
 ssh username@domainname -p 2222
76
 ssh username@domainname -p 2222
80
-su
81
-control
77
+sudo control
82
 #+END_SRC
78
 #+END_SRC
83
 
79
 
84
 Select /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:
80
 Select /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:
154
 
150
 
155
 #+BEGIN_SRC bash
151
 #+BEGIN_SRC bash
156
 ssh myusername@mydomain -p 2222
152
 ssh myusername@mydomain -p 2222
157
-su
158
-control
153
+sudo control
159
 #+END_SRC
154
 #+END_SRC
160
 
155
 
161
 Then select /Security Settings/. You will then be able to edit the crypto settings for all of the installed applications. *Be very careful when editing*, since any mistake could make your system less secure rather than more.
156
 Then select /Security Settings/. You will then be able to edit the crypto settings for all of the installed applications. *Be very careful when editing*, since any mistake could make your system less secure rather than more.

+ 6
- 11
website/EN/faq.html Просмотреть файл

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-03 Thu 14:09 -->
6
+<!-- 2015-12-03 Thu 14:12 -->
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>
279
 <div class="org-src-container">
279
 <div class="org-src-container">
280
 
280
 
281
 <pre class="src src-bash">ssh username@mydomainname -p 2222
281
 <pre class="src src-bash">ssh username@mydomainname -p 2222
282
-su
283
-control
282
+sudo control
284
 </pre>
283
 </pre>
285
 </div>
284
 </div>
286
 
285
 
307
 <div class="org-src-container">
306
 <div class="org-src-container">
308
 
307
 
309
 <pre class="src src-bash">ssh username@mydomainname -p 2222
308
 <pre class="src src-bash">ssh username@mydomainname -p 2222
310
-su
311
-control
309
+sudo control
312
 </pre>
310
 </pre>
313
 </div>
311
 </div>
314
 
312
 
327
 <div class="org-src-container">
325
 <div class="org-src-container">
328
 
326
 
329
 <pre class="src src-bash">ssh username@mydomain -p 2222
327
 <pre class="src src-bash">ssh username@mydomain -p 2222
330
-su
331
-control
328
+sudo control
332
 </pre>
329
 </pre>
333
 </div>
330
 </div>
334
 
331
 
351
 <div class="org-src-container">
348
 <div class="org-src-container">
352
 
349
 
353
 <pre class="src src-bash">ssh username@domainname -p 2222
350
 <pre class="src src-bash">ssh username@domainname -p 2222
354
-su
355
-control
351
+sudo control
356
 </pre>
352
 </pre>
357
 </div>
353
 </div>
358
 
354
 
486
 <div class="org-src-container">
482
 <div class="org-src-container">
487
 
483
 
488
 <pre class="src src-bash">ssh myusername@mydomain -p 2222
484
 <pre class="src src-bash">ssh myusername@mydomain -p 2222
489
-su
490
-control
485
+sudo control
491
 </pre>
486
 </pre>
492
 </div>
487
 </div>
493
 
488