Update faq for control panel
This commit is contained in:
parent
1b3b00949b
commit
5c8633fd60
doc/EN
|
@ -72,9 +72,15 @@ control
|
|||
|
||||
Select "reset tripwire" using cursors and space bar then enter.
|
||||
* Is metadata protected?
|
||||
Even when using Freedombone metadata analysis by third parties is still possible. They might have a much harder time knowing what the content is, but they can potentially construct extensive dossiers based upon who communicated with your server when. Metadata leakage is a general problem with most current web systems and it is hoped that more secure technology will become available in future. But for now if metadata protection is your main concern using Freedombone won't help.
|
||||
Even when using Freedombone metadata analysis by third parties is still possible. They might have a much harder time knowing what the content is, but they can potentially construct extensive dossiers based upon who communicated with your server when. Metadata leakage is a general problem with most current web systems and it is hoped that more secure technology will become available in future. But for now if metadata protection is your main concern using Freedombone on its own won't help. You may be able to use Tor Messenger to protect the metadata of XMPP chat communications to some extent.
|
||||
* How do I create email processing rules?
|
||||
You can administer email in the traditional manner by editing folders or procmail rules, but for convenience some commands are available to make that process simpler. See the relevant manpages for more details.
|
||||
#+BEGIN_SRC bash
|
||||
ssh username@domainname -p 2222
|
||||
su
|
||||
control
|
||||
#+END_SRC
|
||||
|
||||
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:
|
||||
|
||||
| freedombone-addlist | Adds a mailing list |
|
||||
| freedombone-rmlist | Removes a mailing list |
|
||||
|
@ -148,10 +154,10 @@ Suppose that some new encryption vulnerability has been announced and that you n
|
|||
#+BEGIN_SRC bash
|
||||
ssh myusername@mydomain -p 2222
|
||||
su
|
||||
freedombone-sec
|
||||
control
|
||||
#+END_SRC
|
||||
|
||||
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.
|
||||
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.
|
||||
* How do I get a domain name?
|
||||
Suppose that you have bought a domain name (rather than using a free subdomain on freedns) and you want to use that instead.
|
||||
|
||||
|
|
Loading…
Reference in New Issue