Pārlūkot izejas kodu

Remove more tripwire files

Bob Mottram 10 gadus atpakaļ
vecāks
revīzija
79651b82d9
1 mainītis faili ar 35 papildinājumiem un 3 dzēšanām
  1. 35
    3
      beaglebone.txt

+ 35
- 3
beaglebone.txt Parādīt failu

2892
 
2892
 
2893
 #+BEGIN_SRC: bash
2893
 #+BEGIN_SRC: bash
2894
 sha256sum roundcubemail.tar.gz
2894
 sha256sum roundcubemail.tar.gz
2895
-e8a311b22a8e1f70abb72ed9551cc9233cf6c5221f1eebf1ae64974117e3148b roundcubemail.tar.gz
2895
+1c1560a7a56e6884b45c49f52961dbbb3f6bacbc7e7c755440750a1ab027171c
2896
 #+END_SRC
2896
 #+END_SRC
2897
 
2897
 
2898
 Extract the files.
2898
 Extract the files.
2939
 
2939
 
2940
 Now with a browser visit https://mydomainname.com/mail/installer. Scroll down and click "next".  Give your webmail site a product name.
2940
 Now with a browser visit https://mydomainname.com/mail/installer. Scroll down and click "next".  Give your webmail site a product name.
2941
 
2941
 
2942
-The *spellcheck_engine* option being limited to Google is slightly concerning in terms of privacy and security, but seems not to be implemented.
2942
+Change *spellcheck_engine* to *ATD*.
2943
 
2943
 
2944
-Change the *database password* to the password you gave when creating the MySql database above.
2944
+Under database settings change the database type to SQlite and leave all other fields blank.
2945
+
2946
+Unser IMAP set *default_host* to ssl://mydomainname.com,  *default_port* to 993 and *username_domain* to your domain name.
2945
 
2947
 
2946
 Set *smtp_port* to 465.
2948
 Set *smtp_port* to 465.
2947
 
2949
 
2950
+Check "Use the current IMAP username and password for SMTP authentication"
2951
+
2952
+Change the *database password* to the password you gave when creating the MySql database above.
2953
+
2954
+
2955
+
2956
+
2957
+
2948
 Click *create config*
2958
 Click *create config*
2949
 
2959
 
2950
 Click download to download the file.
2960
 Click download to download the file.
7153
 #+BEGIN_SRC: bash
7163
 #+BEGIN_SRC: bash
7154
 	/var/log		-> $(SEC_CONFIG) ;
7164
 	/var/log		-> $(SEC_CONFIG) ;
7155
 	/proc		-> $(Device) ;
7165
 	/proc		-> $(Device) ;
7166
+	/root/.xsession-errors		-> $(SEC_CONFIG) ;
7167
+	/root/.xauth			-> $(SEC_CONFIG) ;
7168
+	/root/.gnome_private		-> $(SEC_CONFIG) ;
7169
+	/root/.gnome-desktop		-> $(SEC_CONFIG) ;
7170
+	/root/.gnome			-> $(SEC_CONFIG) ;
7171
+	/root/.Xresources		-> $(SEC_CONFIG) ;
7172
+	/root/.Xauthority		-> $(SEC_CONFIG) -i ;
7173
+	/root/mail			-> $(SEC_CONFIG) ;
7174
+	/root/Mail			-> $(SEC_CONFIG) ;
7175
+	/root/.ICEauthority		    -> $(SEC_CONFIG) ;
7176
+	/etc/rc.boot		-> $(SEC_BIN) ;
7177
+	/root/.tcshrc			-> $(SEC_CONFIG) ;
7178
+	/root/.sawfish			-> $(SEC_CONFIG) ;
7179
+	/root/.pinerc			-> $(SEC_CONFIG) ;
7180
+	/root/.mc			-> $(SEC_CONFIG) ;
7181
+	/root/.elm			-> $(SEC_CONFIG) ;
7182
+	/root/.cshrc		        -> $(SEC_CONFIG) ;
7183
+	/root/.bash_logout		-> $(SEC_CONFIG) ;
7184
+	/root/.bash_profile		-> $(SEC_CONFIG) ;
7185
+	/root/.amandahosts		-> $(SEC_CONFIG) ;
7186
+	/root/.addressbook.lu		-> $(SEC_CONFIG) ;
7187
+	/root/.addressbook		-> $(SEC_CONFIG) ;
7156
 #+END_SRC
7188
 #+END_SRC
7157
 
7189
 
7158
 Then save and exit.
7190
 Then save and exit.