This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:roundcube [2026/04/05 01:35] – oemb1905 | computing:roundcube [2026/04/08 14:45] (current) – oemb1905 | ||
|---|---|---|---|
| Line 99: | Line 99: | ||
| < | < | ||
| < | < | ||
| + | < | ||
| + | < | ||
| < | < | ||
| Line 139: | Line 141: | ||
| ]; | ]; | ||
| - | Alright, the basic configuration is now done. I can send and receive emails using jonathan@domain.com, | + | Alright, the basic configuration is now done. I can send and receive emails using jonathan@domain.com, |
| + | < | ||
| + | cd /var/www | ||
| + | wget https:// | ||
| + | tar xvf roundcubemail-1.6.15-complete.tar.gz | ||
| + | rm roundcubemail-1.6.15-complete.tar.gz | ||
| + | rm -f roundcube | ||
| + | ln -s roundcubemail-1.6.15 roundcube | ||
| + | cp roundcubemail-1.6.10/ | ||
| + | chown root:root -R roundcube | ||
| + | chown www-data: | ||
| + | systemctl restart apache2 php8.4-fpm | ||
| + | </ | ||
| - | --- // | + | |
| + | --- // | ||