Webmail. doesn't work after install_sieve.sh

Hello!
I was doing steps via recommendations from topiс - Installing sieve on an existing system

/usr/local/hestia/install/upgrade/manual/install_sieve.sh
Just in case, before executing the script, backup dirs; /etc/exim4/, /etc/dovecot/ and /etc/roundcube/

And after it webmail.domain… shows blank page

How to fix it?
And i guess script overwrite configs, if something non standard was in them, this data would be rewrited

Thanks!

Hi @saleseo

What the log says? The log is here /var/log/apache2/domains/webmail.YourDomain.error.log

Note: If you are using nginx, then replace apache2 by nginx. Also, replace YourDomain by the actual domain.

Also, check exim4 and dovecot status:

systemctl status exim4 --no-pager -l
systemctl status dovecot --no-pager -l
1 Like

Issue appear on others server too, i fix bug so:

  1. copy old /etc/roundcube/ catalogue instead new /etc/roundcube/
  2. add in config $config[‘plugins’] = array(‘markasjunk’, ‘password’, ‘zipdownload’); + ‘managesieve’
  3. webmail… works well
  4. sieve works well to