From cae52595b28dd19a3f9ecba5f42039248ea58861 Mon Sep 17 00:00:00 2001 From: Eric Mill <eric@konklone.com> Date: Sun, 6 Jul 2014 12:29:00 -0400 Subject: [PATCH 1/2] Don't *permanently* confirm the security exception. Also links a couple things. --- guide.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide.html b/guide.html index 24e7e848..1551ab11 100644 --- a/guide.html +++ b/guide.html @@ -21,7 +21,7 @@ h1 { font-family: 'Iceland', sans-serif; font-size: 50px; - } + } h2 { margin-top: 1.75em; @@ -96,7 +96,7 @@ #nav li.active { background-color: #D55; } #nav li.active a { color: white; } #nav li.active a:hover { color: #E64; } - + </style> </head> <body data-spy="scroll" data-target="#nav"> @@ -290,7 +290,7 @@ cd mailinabox</pre> <p class="example">Josh goes to <a href="https://box.occams.info/mail">https://box.occams.info/mail</a> to check and send email using webmail.</p> - <p>When you visit this page you will see a warning about the site’s SSL certificate being invalid. Right now you are using a self-signed certificate. If it is unlikely that anyone is running an active network attack on you right now, just permanently confirm the security exception and you will be good to go.</p> + <p>When you visit this page you will see a warning about the site’s SSL certificate being invalid. Right now you are using a self-signed certificate. If it is unlikely that anyone is running an active network attack on you right now, just confirm the security exception and you will be good to go.</p> <p>(Otherwise, check that the SSL fingerprint show to you matches the SSL fingerprint printed toward the top of the long output of the setup script. You may run <code>sudo setup/start.sh</code> again if you missed it.)</p> @@ -308,7 +308,7 @@ cd mailinabox</pre> <p>Your username for IMAP and SMTP is the <u>email address</u> you entered when you ran the setup program above, the same as with webmail.</p> - <p>Note: Mail-in-a-Box uses greylisting to cut down on spam. The first time you receive an email from a recipient, it may be delayed for five minutes.</p> + <p>Note: Mail-in-a-Box uses <a href="http://en.wikipedia.org/wiki/Greylisting">greylisting</a> to cut down on spam. The first time you receive an email from a recipient, it may be delayed for five minutes.</p> <h2 id="mail-users">Adding More Email Addresses</h2> @@ -366,7 +366,7 @@ cd mailinabox</pre> <li>SSL: <a href="https://www.ssllabs.com/ssltest/analyze.html">ssllabs.com</a></li> </ul> - <p>There are also Python scripts in the <code>tests</code> directory on github for automated testing.</p> + <p>There are also Python scripts in the <a href="https://github.com/JoshData/mailinabox/tree/master/tests"><code>tests/</code></a> directory on GitHub for automated testing.</p> <div class="hidden-xs" style="height: 200px"> </div> From 4faf130dfa6f8ff26082ce713d7698b5189b24a9 Mon Sep 17 00:00:00 2001 From: Eric Mill <eric@konklone.com> Date: Sun, 6 Jul 2014 14:40:19 -0400 Subject: [PATCH 2/2] all right, restore 'permanently' --- guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.html b/guide.html index 1551ab11..e2d48700 100644 --- a/guide.html +++ b/guide.html @@ -290,7 +290,7 @@ cd mailinabox</pre> <p class="example">Josh goes to <a href="https://box.occams.info/mail">https://box.occams.info/mail</a> to check and send email using webmail.</p> - <p>When you visit this page you will see a warning about the site’s SSL certificate being invalid. Right now you are using a self-signed certificate. If it is unlikely that anyone is running an active network attack on you right now, just confirm the security exception and you will be good to go.</p> + <p>When you visit this page you will see a warning about the site’s SSL certificate being invalid. Right now you are using a self-signed certificate. If it is unlikely that anyone is running an active network attack on you right now, just permanently confirm the security exception and you will be good to go.</p> <p>(Otherwise, check that the SSL fingerprint show to you matches the SSL fingerprint printed toward the top of the long output of the setup script. You may run <code>sudo setup/start.sh</code> again if you missed it.)</p>