|
@@ -1414,7 +1414,7 @@ Save and exit
|
1414
|
1414
|
|
1415
|
1415
|
#+BEGIN_SRC: bash
|
1416
|
1416
|
chmod +x /usr/bin/exim-gencert
|
1417
|
|
-exim-gencert
|
|
1417
|
+exim-gencert --force
|
1418
|
1418
|
#+END_SRC
|
1419
|
1419
|
|
1420
|
1420
|
This will generate the certificate used for email authentication. You will be asked for various details, the most important of which is the server name, which should be your domain name.
|
|
@@ -6697,7 +6697,7 @@ chmod 600 /etc/ircd-hybrid/key/ircd.pem
|
6697
|
6697
|
Regenerate email certificate.
|
6698
|
6698
|
|
6699
|
6699
|
#+BEGIN_SRC: bash
|
6700
|
|
-exim-gencert
|
|
6700
|
+exim-gencert --force
|
6701
|
6701
|
#+END_SRC
|
6702
|
6702
|
|
6703
|
6703
|
As an added precaution you may wish to regenerate your ssh host keys:
|