1

Topic: Reinstall roundcube

roundcube folder was deleted. I lost configs. Is it possible to reinstall roundcube only with all settings which in iRedMail/conf?
FreeBSD, mail accounts in LDAP backend.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Reinstall roundcube

You can try this:

1) Find your old iRedMail installation directory, for example, /root/iRedMail-0.8.6/
2) open the hidden file, .status, find all variables start with 'status_rcm_', for example:

export status_rcm_install="DONE"
export status_rcm_config_httpd="DONE"
export status_rcm_import_sql="DONE"
export status_rcm_config="DONE"
export status_rcm_plugin_managesieve="DONE"
export status_rcm_plugin_password="DONE"

3) Remove all lines contains 'status_rcm_'.
4) Re-execute iRedMail.sh script like installing iRedMail:

# bash iRedMail.sh

Good luck.

3

Re: Reinstall roundcube

Is it reinstall all packages? Is it renew config files?

4

Re: Reinstall roundcube

It won't install package, just config roundcube.

Oh, i forgot you're running FreeBSD, you should install roundcube manually first, then follow the steps mentioned in my previous post.

5

Re: Reinstall roundcube

It works!
Error 1007 Can't create database roundcubemail. Db exists. I think it does not
matter.
Thanks.