Skip to content

Commit

Permalink
Docs: Update for 1.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Mar 28, 2021
1 parent 2483225 commit 887cdc5
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.2</a></p>
<p class="version">Currently <a href="https://github.com/greenmail-mail-test/greenmail/releases">v1.6.3</a></p>
</div>
</div>

Expand Down Expand Up @@ -101,6 +101,7 @@ <h1>GreenMail</h1>
<a class="nav-item nav-link nav-pills" href="#download" data-toggle="collapse"
data-target="#nav_download">Download</a>
<nav id="nav_download" class="nav nav-pills flex-column collapse" data-parent="#sidebar">
<a class="nav-item nav-link ml-3" href="#download_1_6_3">1.6.3</a>
<a class="nav-item nav-link ml-3" href="#download_1_6_2">1.6.2</a>
<a class="nav-item nav-link ml-3" href="#download_1_6_1">1.6.1</a>
<a class="nav-item nav-link ml-3" href="#download_1_6_0">1.6.0</a>
Expand Down Expand Up @@ -835,10 +836,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.2
docker pull greenmail/standalone:1.6.3
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.2
greenmail/standalone:1.6.3
</code></pre><!-- @formatter:on -->
<div class="alert alert-info" role="alert">
You might want to modify your mapped ports
Expand All @@ -860,7 +861,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.2
greenmail/standalone:1.6.3
</code></pre><!-- @formatter:on -->

<h3 id="deploy_webapp" class="anchor">Deploy as a webapp (WAR)</h3>
Expand Down Expand Up @@ -1046,6 +1047,50 @@ <h1 class="page-header">Download</h1>
Repository</a>,
such as for the GreenMail standalone runner.</p>

<h4 id="download_1_6_3" class="anchor"><a
href="https://github.com/greenmail-mail-test/greenmail/releases" title="1.6.3 Release Notes">1.6.3</a>
- March 28th, 2021</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.3/greenmail-1.6.3.jar">com.icegreen:greenmail:1.6.3</a>
</td>
</tr>
<tr>
<td>GreenMail Standalone</td>
<td>
<a href="https://repo1.maven.org/maven2/com/icegreen/greenmail-standalone/1.6.3/greenmail-standalone-1.6.3.jar">com.icegreen:greenmail-standalone:1.6.3</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.3/greenmail-webapp-1.6.3.war">com.icegreen:greenmail-webapp:1.6.3:war</a>
</td>
</tr>
<tr>
<td>GreenMail Spring</td>
<td>
<a href="https://repo1.maven.org/maven2/com/icegreen/greenmail-spring/1.6.3/greenmail-spring-1.6.3.jar">com.icegreen:greenmail-spring:1.6.3</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.3.zip">ZIP from
GitHub</a>.

<h4 id="download_1_6_2" class="anchor"><a
href="https://github.com/greenmail-mail-test/greenmail/releases" title="1.6.2 Release Notes">1.6.2</a>
- January 31st, 2021</h4>
Expand Down

0 comments on commit 887cdc5

Please sign in to comment.