From 310d49c9886742fc8392d1c9cc8d31b4c9285f9b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 12 May 2014 21:12:10 +0100 Subject: [PATCH] Email certificate --- beaglebone.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/beaglebone.txt b/beaglebone.txt index 16aa1034..c3ad4df4 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -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