Commit-Graph

12 Commits

Autor SHA1 Nachricht Datum
Michael Stilkerich
1a10dd53c8
Update roundcube install instructions (#571)
* Update roundcube install instructions

Main changes:
- Use separate database for roundcube
- Download mime.types once and not on every container start
- Use mailcow API for password change from roundcube instead of direct database access
- Use non-TLS connection instead of TLS with disabled certificate check
- Upgrade CardDAV instructions to use RCMCardDAV v5 which also includes rediscovery of new/removed server-side addressbooks
- Instructions for forwarding client IP to dovecot (main benefit: netfilter container acts on excessive failed logins)

* Improvements to roundcube setup

- Change tarball extraction command, since the transform flag also messed up symlink targets
- Slight change in database creation (aligned with roundcube INSTALL docs)
- Change roundcube cipher_method to a stronger than the default one, and allow some symbols in the generated passphrase
- Expose only the public_html subdirectory of roundcube
- Include update of the composer dependencies in the installation steps
- Create scheduled job for database housekeeping
- Uninstall instructions

* Add missing escapes

* Another syntax fix

* Roundcube: Avoid access to PHP scripts in sensitive directories

The sensitive directories should not contain PHP scripts in the first
place, but just as a safeguard we disable access to nginx on a
filesystem level. (NGINX and PHPFPM run under different UIDs in
mailcow).

* Roundcube: Migration instructions

* Update third_party-roundcube.en.md

* Address review findings

* Adress review findings and translate to German

* Fix typos
2023-07-01 21:22:02 +02:00
FingerlessGloves
3b98f86833
Roundcube 1.6.0 to 1.6.1 (#521) 2023-01-23 21:33:08 +01:00
DerLinkman
ff66db2ee7 Finalized Compose Switch 2023-01-13 18:16:08 +01:00
DerLinkman
771345cbbf Corrected markdown syntax 2022-11-03 10:44:53 +01:00
DerLinkman
af8b8c5b34 Corrected Roundcube managesieve path 2022-11-03 10:43:03 +01:00
André
bc251b38ab
Update third_party-roundcube.en.md 2022-10-03 22:13:17 +02:00
Sebastian Schubert
06732d0c66 updated docs for install to 1.6.0 - added composer update stanza
Signed-off-by: Sebastian Schubert <basti@2-die-4.tk>
2022-10-02 12:16:18 +02:00
bastischubert
991a47f855
Fixed typo on managesieve stanza
Added missing singlequote in managesive array
2022-09-28 09:01:56 +02:00
DerLinkman
d7f4e4480f Corrected docker-compose.yml Naming 2022-09-01 09:33:47 +02:00
DerLinkman
a69cfb806f Changes for 2022-08 Update (Amoogust Update) 2022-08-31 14:45:46 +02:00
FingerlessGloves
5055cc6b90
Update Roundcube docs page going from 1.5 to 1.6 (#448)
* Update Roundcube docs page going from 1.5 to 1.6

This is to update the docs page to install or upgrade to Roundcube 1.6.0 along with the needed 'sed' commands to make any necessary config changes going from 1.5 to 1.6

* Decline auto local config fix

If you allow the update tool to upgrade your config file, it doesn't do it correctly, so we're better of doing this our self with 'sed'

* Update roundcube 1.5 to 1.6 DE instructions

* 'smtp_server' to 'smtp_host' in config example
2022-08-02 19:01:54 +02:00
DerLinkman
06296c1476 Fixed CheckMK entry in mkdocs.yml + Restructuring third_party folders 2022-07-17 17:01:03 +02:00