Email certificate
This commit is contained in:
parent
da1071007c
commit
310d49c988
|
@ -1328,7 +1328,7 @@ set START=yes then save and exit.
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
/etc/init.d/saslauthd start
|
/etc/init.d/saslauthd start
|
||||||
editor exim-gencert
|
editor /usr/bin/exim-gencert
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
|
@ -1413,8 +1413,8 @@ echo " support in your mail transfer agent."
|
||||||
Save and exit
|
Save and exit
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
chmod +x exim-gencert
|
chmod +x /usr/bin/exim-gencert
|
||||||
./exim-gencert
|
exim-gencert
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
@ -6694,6 +6694,12 @@ chmod 600 /etc/ircd-hybrid/key/ircd.key
|
||||||
chmod 600 /etc/ircd-hybrid/key/ircd.pem
|
chmod 600 /etc/ircd-hybrid/key/ircd.pem
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Regenerate email certificate.
|
||||||
|
|
||||||
|
#+BEGIN_SRC: bash
|
||||||
|
exim-gencert
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
As an added precaution you may wish to regenerate your ssh host keys:
|
As an added precaution you may wish to regenerate your ssh host keys:
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
|
|
Loading…
Reference in New Issue