You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/09/21 03:05:38 UTC

[james-site] branch asf-site updated: Update: blog post for ApacheCON 2021

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/james-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ec4ac80  Update: blog post for ApacheCON 2021
ec4ac80 is described below

commit ec4ac808ef6df6f45fde1f22ecda2f916ae4b82a
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Sep 21 10:05:19 2021 +0700

    Update: blog post for ApacheCON 2021
---
 content/feed.xml                                   |  79 +++++------
 content/howTo/imap-server.html                     |   4 +-
 content/index.html                                 |   6 +-
 .../update/2021/09/21/james-joinsapachecon.html    | 144 +++++++++++++++++++++
 content/posts.html                                 |  10 ++
 5 files changed, 200 insertions(+), 43 deletions(-)

diff --git a/content/feed.xml b/content/feed.xml
index e844eb6..77fdc0f 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -24,11 +24,49 @@
 </description>
     <link>http://james.apache.org/</link>
     <atom:link href="http://james.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Wed, 15 Sep 2021 09:29:35 +0700</pubDate>
-    <lastBuildDate>Wed, 15 Sep 2021 09:29:35 +0700</lastBuildDate>
+    <pubDate>Tue, 21 Sep 2021 10:04:13 +0700</pubDate>
+    <lastBuildDate>Tue, 21 Sep 2021 10:04:13 +0700</lastBuildDate>
     <generator>Jekyll v4.2.0</generator>
     
       <item>
+        <title>Getting Apache James to serve 1M+ digital mailboxes of all Estonian residents </title>
+        <description>&lt;p&gt;The Apache James team is proud to announce that one of our committers, Juhan Aasaru, presents a James
+talk at &lt;a href=&quot;https://www.apachecon.com/acah2021/index.html&quot;&gt;ApacheCON @home 2021&lt;/a&gt;&lt;/p&gt;
+
+&lt;p&gt;Here is the &lt;a href=&quot;https://www.apachecon.com/acah2021/tracks/highlight.html&quot;&gt;talk description&lt;/a&gt;:&lt;/p&gt;
+
+&lt;p&gt;Every Estonian (e)resident has a digital mailbox that is a secure application for the state and local government bodies 
+to contact the resident and vice versa. A year ago our company won the tender to improve this service and to replace 
+the legacy systems with something scalable. This is the story of how we started to look out for best technical solutions 
+for the problem and found Apache James. How we made a proposition to the government agency responsible for providing this 
+mailing service to use Apache James (and Apache Cassandra that powers the system under the hood). How we jumped into the 
+Apache James community to understand the product and find a way to solve the requirements that were missing from the 
+feature set. How we get tremendous help from the community and how we managed to give something back as well.&lt;/p&gt;
+
+&lt;p&gt;Eventually our story could be a lesson learned for someone who plans to undertake something similar together with tips 
+on how to correctly build a system on top of open source and what to avoid.&lt;/p&gt;
+
+&lt;p&gt;Most of his working life Juhan has worked as a Java developer and Solutions Architect. He has also been CTO in two 
+startup companies. A few years ago he was working on a Fintech startup and contributed to Apache Fineract but recently
+ his attention has moved away from Fintech towards Apache James.&lt;/p&gt;
+
+&lt;p&gt;Join him Tuesday, 21th of September in the &lt;em&gt;highligh&lt;/em&gt; track.&lt;/p&gt;
+
+&lt;p&gt;The link to the video of the talk will be updated when available.&lt;/p&gt;
+
+</description>
+        <pubDate>Tue, 21 Sep 2021 05:00:30 +0700</pubDate>
+        <link>http://james.apache.org/james/update/2021/09/21/james-joinsapachecon.html</link>
+        <guid isPermaLink="true">http://james.apache.org/james/update/2021/09/21/james-joinsapachecon.html</guid>
+        
+        
+        <category>james</category>
+        
+        <category>update</category>
+        
+      </item>
+    
+      <item>
         <title>Apache James Mime4J 0.8.5</title>
         <description>&lt;p&gt;The Apache James developers are pleased to announce Apache James Mime4J 0.8.5.&lt;/p&gt;
 
@@ -558,42 +596,5 @@ Antoine&lt;/p&gt;
         
       </item>
     
-      <item>
-        <title>Apache James Mime4J 0.8.3</title>
-        <description>&lt;p&gt;James Mime4J 0.8.2 has been released.&lt;/p&gt;
-
-&lt;p&gt;This release includes the following changes:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;MIME4J-270: Using “alternative” as default subtype&lt;/li&gt;
-  &lt;li&gt;MIME4J-263: decoding encoded words with empty encoded-text&lt;/li&gt;
-  &lt;li&gt;MIME4J-279: Fixed JavaDoc errors to comply with Java8&lt;/li&gt;
-  &lt;li&gt;MIME4J-280: Improve exception handling&lt;/li&gt;
-  &lt;li&gt;MIME4J-283: DecoderUtil performance fix&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;The library is available as a maven artifact, for instance for mime4j core:&lt;/p&gt;
-
-&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;dependency&amp;gt;
-    &amp;lt;groupId&amp;gt;org.apache.james&amp;lt;/groupId&amp;gt;
-    &amp;lt;artifactId&amp;gt;apache-mime4j-core&amp;lt;/artifactId&amp;gt;
-    &amp;lt;version&amp;gt;0.8.3&amp;lt;/version&amp;gt;
-&amp;lt;/dependency&amp;gt;
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-
-&lt;p&gt;You can also download the release artifacts &lt;a href=&quot;https://downloads.apache.org/james/mime4j/0.8.3/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
-
-</description>
-        <pubDate>Tue, 19 Mar 2019 08:13:22 +0700</pubDate>
-        <link>http://james.apache.org/james/update/2019/03/19/mime4j-0.8.3.html</link>
-        <guid isPermaLink="true">http://james.apache.org/james/update/2019/03/19/mime4j-0.8.3.html</guid>
-        
-        
-        <category>james</category>
-        
-        <category>update</category>
-        
-      </item>
-    
   </channel>
 </rss>
diff --git a/content/howTo/imap-server.html b/content/howTo/imap-server.html
index d5d979f..15fe4a0 100644
--- a/content/howTo/imap-server.html
+++ b/content/howTo/imap-server.html
@@ -308,8 +308,8 @@ docker exec james_run java -jar /root/james-cli.jar AddUser user@domain.tld secr
                     <a href="http://james.apache.org/server/metrics.html">metric display</a>, collect logs in ElasticSearch for a display in Kibana,
                 and much more!</p>
 
-                <p>Also, James offers support for <a href="https://medium.com/linagora-engineering/installing-james-3-0-with-spf-verification-421b26b92f11">SPF</a>
-                    and DKIM standard, which increase the trust external people can get in your mail system.</p>
+                <p>Also, James offers support for <a href="spf.html">SPF</a>
+                    and <a href="dkim.html">DKIM</a> standards, which increase the trust external people can get in your mail system.</p>
 
             </div>
             <footer class="major">
diff --git a/content/index.html b/content/index.html
index d4b9640..71a7bb5 100644
--- a/content/index.html
+++ b/content/index.html
@@ -233,7 +233,9 @@ WHAT WILL YOU TRY:</b><br>
               <li class="post-template">
                 <span class="icon fa-file-text-o"></span>
                 <span class="details">
-                  <a href="/james/update/2021/07/02/mime4j-0.8.5.html" alt="Apache James Mime4J 0.8.5"><b>Apache James Mime4J 0.8.5 - July 02, 2021</b><br><small><p>The Apache James developers are pleased to announce Apache James Mime4J 0.8.5.</p>
+                  <a href="/james/update/2021/09/21/james-joinsapachecon.html" alt="Getting Apache James to serve 1M+ digital mailboxes of all Estonian residents "><b>Getting Apache James to serve 1M+ digital mailboxes of all Estonian residents  - September 21, 2021</b><br><small><p>The Apache James team is proud to announce that one of our committers, Juhan Aasaru, presents a James
+talk at <a href="https://www.apachecon.com/acah2021/index.html">ApacheCON @home 2021</a></p>
+
 </small></a>
                 </span>
               </li>
@@ -241,7 +243,7 @@ WHAT WILL YOU TRY:</b><br>
               <li class="post-template">
                 <span class="icon fa-file-text-o"></span>
                 <span class="details">
-                  <a href="/james/update/2021/04/21/mime4j-0.8.4.html" alt="Apache James Mime4J 0.8.4"><b>Apache James Mime4J 0.8.4 - April 21, 2021</b><br><small><p>The Apache James developers are pleased to announce Apache James Mime4J 0.8.4.</p>
+                  <a href="/james/update/2021/07/02/mime4j-0.8.5.html" alt="Apache James Mime4J 0.8.5"><b>Apache James Mime4J 0.8.5 - July 02, 2021</b><br><small><p>The Apache James developers are pleased to announce Apache James Mime4J 0.8.5.</p>
 </small></a>
                 </span>
               </li>
diff --git a/content/james/update/2021/09/21/james-joinsapachecon.html b/content/james/update/2021/09/21/james-joinsapachecon.html
new file mode 100644
index 0000000..beb0972
--- /dev/null
+++ b/content/james/update/2021/09/21/james-joinsapachecon.html
@@ -0,0 +1,144 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8"/>
+        <title>Apache James</title>
+
+        <link rel="stylesheet" type="text/css" href="/assets/css/main.css">
+        <link rel="stylesheet" type="text/css" href="/assets/css/font-awesome.min.css">
+        <link rel="stylesheet" type="text/css" href="/assets/css/ie8.css">
+        <link rel="stylesheet" type="text/css" href="/assets/css/ie9.css">
+        <link rel="shortcut icon" href="/images/james-logo.png">
+    </head>
+<body>
+    <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<link href="/assets/css/lightbox.css" rel="stylesheet">
+<div id="wrapper" class="post-page">
+  <div class="apache_ref">
+    <a href="https://www.apache.org" alt="apache foundation link"><img src="https://www.apache.org/foundation/press/kit/asf_logo.svg" title="apache foundation logo"/></a>
+  </div>
+  <div class="apache_ref_mobile">
+    <a href="https://www.apache.org" alt="apache foundation link">The Apache Software Foundation</a>
+  </div>
+
+  <header id="header" class="alt">
+    <div class="logo"><a href="/index.html" alt="Apache James"><img src="/images/james.svg" alt="james logo"/></a></div>
+    <h1 class="hidden">James Enterprise Mail Server</h1>
+    <h2>Emails at the heart of your business logic</h2>
+  </header>
+
+  <!-- Main -->
+    <div id="main">
+
+      <!-- Content -->
+        <section id="content" class="main">
+
+          <h1><span class="icon fa-file-text-o"></span> Getting Apache James to serve 1M+ digital mailboxes of all Estonian residents </h1>
+          <h2><span class="icon fa-clock-o"></span><b> September 21, 2021</b></h2>
+
+          <br/>
+
+          <div>
+            <p>The Apache James team is proud to announce that one of our committers, Juhan Aasaru, presents a James
+talk at <a href="https://www.apachecon.com/acah2021/index.html">ApacheCON @home 2021</a></p>
+
+<p>Here is the <a href="https://www.apachecon.com/acah2021/tracks/highlight.html">talk description</a>:</p>
+
+<p>Every Estonian (e)resident has a digital mailbox that is a secure application for the state and local government bodies 
+to contact the resident and vice versa. A year ago our company won the tender to improve this service and to replace 
+the legacy systems with something scalable. This is the story of how we started to look out for best technical solutions 
+for the problem and found Apache James. How we made a proposition to the government agency responsible for providing this 
+mailing service to use Apache James (and Apache Cassandra that powers the system under the hood). How we jumped into the 
+Apache James community to understand the product and find a way to solve the requirements that were missing from the 
+feature set. How we get tremendous help from the community and how we managed to give something back as well.</p>
+
+<p>Eventually our story could be a lesson learned for someone who plans to undertake something similar together with tips 
+on how to correctly build a system on top of open source and what to avoid.</p>
+
+<p>Most of his working life Juhan has worked as a Java developer and Solutions Architect. He has also been CTO in two 
+startup companies. A few years ago he was working on a Fintech startup and contributed to Apache Fineract but recently
+ his attention has moved away from Fintech towards Apache James.</p>
+
+<p>Join him Tuesday, 21th of September in the <em>highligh</em> track.</p>
+
+<p>The link to the video of the talk will be updated when available.</p>
+
+
+
+          </div>
+          <footer class="major special">
+            <hr>
+            <center>
+              <ul class="actions">
+                <li><a href="/index.html" class="button">Back to homepage</a></li>
+                <li><a href="/posts.html" class="button">Read More Posts</a></li>
+              </ul>
+            </center>
+          </footer>
+        </section>
+    </div>
+    <footer id="footer" class="major">
+      <section>
+        <h2>James</h2>
+        <ul class="no-padding">
+          <li class="no-padding"><a href="../#intro" class="active">About</a></li>
+          <li class="no-padding"><a href="../#first">Get Started</a></li>
+          <li class="no-padding"><a href="../#posts">Last Posts</a></li>
+          <li class="no-padding"><a href="../#second">Community</a></li>
+          <li class="no-padding"><a href="https://james.apache.org/"><span class="fa fa-external-link"></span> Documentation</a></li>
+        </ul>
+      </section>
+      <section>
+        <h2>Connect</h2>
+        <ul class="icons">
+          <li><a href="http://twitter.com/ApacheJames" class="icon fa-twitter alt"><span class="label">Twitter</span></a></li>
+          <li><a href="https://github.com/apache/james-project" class="icon fa-github alt"><span class="label">GitHub</span></a></li>
+          <li><a href="http://james.apache.org/mail.html" class="icon fa-envelope-o alt"><span class="label">Mailing-list</span></a></li>
+        </ul>
+      </section>
+      <section>
+        <h2>Copyright</h2>
+        <a href="http://www.apache.org/">Apache Licence Copyright</a><br/>
+        &copy;Untitled. Design: <a href="https://html5up.net">HTML5 UP</a>
+      </section>
+    </footer>
+</div>
+
+</body>
+</html>
diff --git a/content/posts.html b/content/posts.html
index 7d7057b..5516199 100644
--- a/content/posts.html
+++ b/content/posts.html
@@ -65,6 +65,16 @@
               <li class="post-template">
                 <span class="icon fa-lg fa-file-text-o"></span>
                 <span class="details">
+                  <a href="/james/update/2021/09/21/james-joinsapachecon.html" alt="Getting Apache James to serve 1M+ digital mailboxes of all Estonian residents "><b>Getting Apache James to serve 1M+ digital mailboxes of all Estonian residents  - September 21, 2021</b><small><p>The Apache James team is proud to announce that one of our committers, Juhan Aasaru, presents a James
+talk at <a href="https://www.apachecon.com/acah2021/index.html">ApacheCON @home 2021</a></p>
+
+</small></a>
+                </span>
+              </li>
+            
+              <li class="post-template">
+                <span class="icon fa-lg fa-file-text-o"></span>
+                <span class="details">
                   <a href="/james/update/2021/07/02/mime4j-0.8.5.html" alt="Apache James Mime4J 0.8.5"><b>Apache James Mime4J 0.8.5 - July 02, 2021</b><small><p>The Apache James developers are pleased to announce Apache James Mime4J 0.8.5.</p>
 </small></a>
                 </span>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org