This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
web_интерфейс_к_почте [2025/10/26 08:14] val |
web_интерфейс_к_почте [2026/05/14 13:20] (current) val |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| <code> | <code> | ||
| + | # ###ansible-playbook /root/conf/ansible/roles/mail.yml | ||
| + | |||
| # apt install roundcube | # apt install roundcube | ||
| Line 27: | Line 29: | ||
| ... | ... | ||
| </code><code> | </code><code> | ||
| + | root@server:~# vim /usr/share/roundcube/program/lib/Roundcube/bootstrap.php | ||
| + | ... | ||
| + | if (!function_exists('array_first')) { | ||
| + | function array_first($array) | ||
| + | ... | ||
| + | } | ||
| + | } | ||
| + | ... | ||
| + | |||
| + | root@server:~# vim /etc/php/8.5/apache2/php.ini | ||
| + | ... | ||
| + | pcre.jit=0 | ||
| + | ... | ||
| + | |||
| # cat /etc/apache2/conf-enabled/roundcube.conf | # cat /etc/apache2/conf-enabled/roundcube.conf | ||
| </code><code> | </code><code> | ||