Ver código fonte

Email certificate

Bob Mottram 11 anos atrás
pai
commit
310d49c988
1 arquivos alterados com 9 adições e 3 exclusões
  1. 9
    3
      beaglebone.txt

+ 9
- 3
beaglebone.txt Ver arquivo

@@ -1328,7 +1328,7 @@ set START=yes then save and exit.
1328 1328
 
1329 1329
 #+BEGIN_SRC: bash
1330 1330
 /etc/init.d/saslauthd start
1331
-editor exim-gencert
1331
+editor /usr/bin/exim-gencert
1332 1332
 #+END_SRC
1333 1333
 
1334 1334
 #+BEGIN_SRC: bash
@@ -1413,8 +1413,8 @@ echo "    support in your mail transfer agent."
1413 1413
 Save and exit
1414 1414
 
1415 1415
 #+BEGIN_SRC: bash
1416
-chmod +x exim-gencert
1417
-./exim-gencert
1416
+chmod +x /usr/bin/exim-gencert
1417
+exim-gencert
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.
@@ -6694,6 +6694,12 @@ chmod 600 /etc/ircd-hybrid/key/ircd.key
6694 6694
 chmod 600 /etc/ircd-hybrid/key/ircd.pem
6695 6695
 #+END_SRC
6696 6696
 
6697
+Regenerate email certificate.
6698
+
6699
+#+BEGIN_SRC: bash
6700
+exim-gencert
6701
+#+END_SRC
6702
+
6697 6703
 As an added precaution you may wish to regenerate your ssh host keys:
6698 6704
 
6699 6705
 #+BEGIN_SRC: bash