| | 15 | == Roundcube == |
| | 16 | Roundcube wants: PHP with USE="curl ssl" required for spellchecker functionality. |
| | 17 | |
| | 18 | {{{ |
| | 19 | webapp-config -U -h <host> -d roundcube roundcube 0.1.1 |
| | 20 | }}} |
| | 21 | is required far all hosts using roundcube: |
| | 22 | |
| | 23 | {{{ |
| | 24 | www.kulturundsprache.at |
| | 25 | www.b4i.at |
| | 26 | www.nebelteich.com |
| | 27 | www.thinkthinkdo.com |
| | 28 | webmail.mhil.at |
| | 29 | }}} |
| | 30 | Danach müssen für alle sites die configs upgedated werden |
| | 31 | {{{ |
| | 32 | CONFIG_PROTECT="/var/www/www.kulturundsprache.at/web/roundcube//config" etc-update |
| | 33 | CONFIG_PROTECT="/var/www/www.b4i.at/web/roundcube//config" etc-update |
| | 34 | CONFIG_PROTECT="/var/www/www.nebelteich.com/web/roundcube//config" etc-update |
| | 35 | CONFIG_PROTECT="/var/www/www.thinkthinkdo.com/web/roundcube//config" etc-update |
| | 36 | CONFIG_PROTECT="/var/www/webmail.mhil.at/web/roundcube//config" etc-update |
| | 37 | }}} |
| | 38 | |
| | 39 | |
| | 40 | |
| | 41 | |
| | 42 | |