Skip to content

Commit

Permalink
Docs: Update for 1.6.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed May 4, 2022
1 parent fc4259a commit b5c92fc
Showing 1 changed file with 49 additions and 4 deletions.
53 changes: 49 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1>GreenMail</h1>
<p class="lead">Open Source suite of lightweight and sand boxed email servers supporting SMTP, POP3 and
IMAP.</p>

<p class="version">Currently <a href="https://github.com/greenmail-mail-test/greenmail/releases">v1.6.8 / v2.0.0-alpha-2</a></p>
<p class="version">Currently <a href="https://github.com/greenmail-mail-test/greenmail/releases">v1.6.9 / v2.0.0-alpha-2</a></p>
</div>
</div>

Expand Down Expand Up @@ -103,6 +103,7 @@ <h1>GreenMail</h1>
<nav id="nav_download" class="nav nav-pills flex-column collapse" data-parent="#sidebar">
<a class="nav-item nav-link ml-3" href="#download_2_0_0_alpha_2">2.0.0 alpha 2</a>
<a class="nav-item nav-link ml-3" href="#download_2_0_0_alpha_1">2.0.0 alpha 1</a>
<a class="nav-item nav-link ml-3" href="#download_1_6_9">1.6.9</a>
<a class="nav-item nav-link ml-3" href="#download_1_6_8">1.6.8</a>
<a class="nav-item nav-link ml-3" href="#download_1_6_7">1.6.7</a>
<a class="nav-item nav-link ml-3" href="#download_1_6_6">1.6.6</a>
Expand Down Expand Up @@ -908,10 +909,10 @@ <h3 id="deploy_docker_standalone" class="anchor">Deploy as a standalone Docker i

<h4>Using docker to run the image</h4>
<pre><code class="language-bash"><!-- @formatter:off -->
docker pull greenmail/standalone:1.6.8
docker pull greenmail/standalone:1.6.9
docker run -t -i -p 3025:3025 -p 3110:3110 -p 3143:3143 \
-p 3465:3465 -p 3993:3993 -p 3995:3995 -p 8080:8080 \
greenmail/standalone:1.6.8
greenmail/standalone:1.6.9
</code></pre><!-- @formatter:on -->
<div class="alert alert-info" role="alert">
You might want to modify your mapped ports
Expand All @@ -933,7 +934,7 @@ <h5>Passing configuration options to GreenMail Standalone Docker image</h5>
-e JAVA_OPTS='-Djava.net.preferIPv4Stack=true -Xmx512m' \
-p 3025:3025 -p 3110:3110 -p 3143:3143 \
-p 3465:3465 -p 3993:3993 -p 3995:3995 -p 8080:8080 \
greenmail/standalone:1.6.8
greenmail/standalone:1.6.9
</code></pre><!-- @formatter:on -->
<div class="alert alert-info" role="alert">
There is also an example of running GreenMail container <a href="https://github.com/greenmail-mail-test/greenmail-example-k8s">on Kubernetes via Terraform</a>
Expand Down Expand Up @@ -1239,6 +1240,50 @@ <h4 id="download_2_0_0_alpha_1" class="anchor"><a

<p id="download_1_6_x" class="anchor"></p>

<h4 id="download_1_6_9" class="anchor"><a
href="https://github.com/greenmail-mail-test/greenmail/releases" title="1.6.9 Release Notes">1.6.9</a>
- May 4th, 2022</h4>

<div class="alert alert-info" role="alert">
<p>This version requires JDK 1.8+ and Jakarta Mail 1.6+ .</p>
</div>
<table class="table table-condensed">
<thead>
<tr>
<td>Name</td>
<td>GAV</td>
</tr>
</thead>
<tr>
<td>GreenMail Core</td>
<td>
<a href="https://repo1.maven.org/maven2/com/icegreen/greenmail/1.6.9/greenmail-1.6.9.jar">com.icegreen:greenmail:1.6.9</a>
</td>
</tr>
<tr>
<td>GreenMail Standalone</td>
<td>
<a href="https://repo1.maven.org/maven2/com/icegreen/greenmail-standalone/1.6.9/greenmail-standalone-1.6.9.jar">com.icegreen:greenmail-standalone:1.6.9</a>
(<a href="https://hub.docker.com/r/greenmail/standalone/">Docker Hub</a>)
</td>
</tr>
<tr>
<td>GreenMail Webapp</td>
<td>
<a href="https://repo1.maven.org/maven2/com/icegreen/greenmail-webapp/1.6.9/greenmail-webapp-1.6.9.war">com.icegreen:greenmail-webapp:1.6.9:war</a>
</td>
</tr>
<tr>
<td>GreenMail Spring</td>
<td>
<a href="https://repo1.maven.org/maven2/com/icegreen/greenmail-spring/1.6.9/greenmail-spring-1.6.9.jar">com.icegreen:greenmail-spring:1.6.9</a>
</td>
</tr>
</table>
<p>Available via Maven repository or as a <a
href="https://github.com/greenmail-mail-test/greenmail/archive/release-1.6.9.zip">ZIP from
GitHub</a>.

<h4 id="download_1_6_8" class="anchor"><a
href="https://github.com/greenmail-mail-test/greenmail/releases" title="1.6.8 Release Notes">1.6.8</a>
- April 3rd, 2022</h4>
Expand Down

0 comments on commit b5c92fc

Please sign in to comment.