|
@@ -7351,6 +7351,14 @@ GRANT ALL PRIVILEGES ON redmatrix.* TO 'redmatrixadmin'@'localhost';
|
7351
|
7351
|
quit
|
7352
|
7352
|
mysql -u root -p redmatrix -o < /var/backups/redmatrix_daily.sql
|
7353
|
7353
|
#+END_SRC
|
|
7354
|
+
|
|
7355
|
+Since IMAP seems entangled with mysql it may also be necessary to reinstall Exim and Dovecot.
|
|
7356
|
+
|
|
7357
|
+#+BEGIN_SRC: bash
|
|
7358
|
+apt-get remove --purge exim4\*
|
|
7359
|
+#+END_SRC
|
|
7360
|
+
|
|
7361
|
+Then follow the instructions in [[Install Email]], [[Spam filtering]] and [[Install Dovecot]].
|
7354
|
7362
|
** Regenerating SSL certificates
|
7355
|
7363
|
If a security vulnerability arrises which requires you to regenerate your SSL certificates, such as [[http://filippo.io/Heartbleed]["heartbleed"]], then this can be done as follows:
|
7356
|
7364
|
|