Explorar el Código

Reinstall Email

Bob Mottram hace 10 años
padre
commit
367012e986
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      beaglebone.txt

+ 8
- 0
beaglebone.txt Ver fichero

@@ -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