Email certificate

This commit is contained in:
Bob Mottram 2014-05-12 21:12:10 +01:00
parent da1071007c
commit 310d49c988
1 changed files with 9 additions and 3 deletions

View File

@ -1328,7 +1328,7 @@ set START=yes then save and exit.
#+BEGIN_SRC: bash
/etc/init.d/saslauthd start
editor exim-gencert
editor /usr/bin/exim-gencert
#+END_SRC
#+BEGIN_SRC: bash
@ -1413,8 +1413,8 @@ echo " support in your mail transfer agent."
Save and exit
#+BEGIN_SRC: bash
chmod +x exim-gencert
./exim-gencert
chmod +x /usr/bin/exim-gencert
exim-gencert
#+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.
@ -6694,6 +6694,12 @@ chmod 600 /etc/ircd-hybrid/key/ircd.key
chmod 600 /etc/ircd-hybrid/key/ircd.pem
#+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:
#+BEGIN_SRC: bash