Remove more tripwire files
This commit is contained in:
parent
374ce1f890
commit
79651b82d9
|
@ -2892,7 +2892,7 @@ Verify it.
|
|||
|
||||
#+BEGIN_SRC: bash
|
||||
sha256sum roundcubemail.tar.gz
|
||||
e8a311b22a8e1f70abb72ed9551cc9233cf6c5221f1eebf1ae64974117e3148b roundcubemail.tar.gz
|
||||
1c1560a7a56e6884b45c49f52961dbbb3f6bacbc7e7c755440750a1ab027171c
|
||||
#+END_SRC
|
||||
|
||||
Extract the files.
|
||||
|
@ -2939,11 +2939,21 @@ service apache2 restart
|
|||
|
||||
Now with a browser visit https://mydomainname.com/mail/installer. Scroll down and click "next". Give your webmail site a product name.
|
||||
|
||||
The *spellcheck_engine* option being limited to Google is slightly concerning in terms of privacy and security, but seems not to be implemented.
|
||||
Change *spellcheck_engine* to *ATD*.
|
||||
|
||||
Under database settings change the database type to SQlite and leave all other fields blank.
|
||||
|
||||
Unser IMAP set *default_host* to ssl://mydomainname.com, *default_port* to 993 and *username_domain* to your domain name.
|
||||
|
||||
Set *smtp_port* to 465.
|
||||
|
||||
Check "Use the current IMAP username and password for SMTP authentication"
|
||||
|
||||
Change the *database password* to the password you gave when creating the MySql database above.
|
||||
|
||||
Set *smtp_port* to 465.
|
||||
|
||||
|
||||
|
||||
|
||||
Click *create config*
|
||||
|
||||
|
@ -7153,6 +7163,28 @@ Comment out the lines:
|
|||
#+BEGIN_SRC: bash
|
||||
/var/log -> $(SEC_CONFIG) ;
|
||||
/proc -> $(Device) ;
|
||||
/root/.xsession-errors -> $(SEC_CONFIG) ;
|
||||
/root/.xauth -> $(SEC_CONFIG) ;
|
||||
/root/.gnome_private -> $(SEC_CONFIG) ;
|
||||
/root/.gnome-desktop -> $(SEC_CONFIG) ;
|
||||
/root/.gnome -> $(SEC_CONFIG) ;
|
||||
/root/.Xresources -> $(SEC_CONFIG) ;
|
||||
/root/.Xauthority -> $(SEC_CONFIG) -i ;
|
||||
/root/mail -> $(SEC_CONFIG) ;
|
||||
/root/Mail -> $(SEC_CONFIG) ;
|
||||
/root/.ICEauthority -> $(SEC_CONFIG) ;
|
||||
/etc/rc.boot -> $(SEC_BIN) ;
|
||||
/root/.tcshrc -> $(SEC_CONFIG) ;
|
||||
/root/.sawfish -> $(SEC_CONFIG) ;
|
||||
/root/.pinerc -> $(SEC_CONFIG) ;
|
||||
/root/.mc -> $(SEC_CONFIG) ;
|
||||
/root/.elm -> $(SEC_CONFIG) ;
|
||||
/root/.cshrc -> $(SEC_CONFIG) ;
|
||||
/root/.bash_logout -> $(SEC_CONFIG) ;
|
||||
/root/.bash_profile -> $(SEC_CONFIG) ;
|
||||
/root/.amandahosts -> $(SEC_CONFIG) ;
|
||||
/root/.addressbook.lu -> $(SEC_CONFIG) ;
|
||||
/root/.addressbook -> $(SEC_CONFIG) ;
|
||||
#+END_SRC
|
||||
|
||||
Then save and exit.
|
||||
|
|
Loading…
Reference in New Issue