Merge branch 'master' of git.openssl.org:openssl-web
[openssl-web.git] / community / mailinglists.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <!--#include virtual="/inc/head.inc" -->
4
5 <body>
6 <!--#include virtual="/inc/banner.inc" -->
7
8   <div id="main">
9     <div id="content">
10       <div class="blog-index">
11         <article>
12           <header><h2>Mailing Lists<h2></header>
13           <div class="entry-content">
14             <p>
15             Here are the
16             <a href="https://mta.openssl.org/">mailing lists</a> we run.
17             You must be a member of the list to post to it.
18             </p>
19
20             <table>
21               <tr><td>List</td><td>Purpose</td></tr>
22               <tr>
23                 <td><a
24                     href="https://mta.openssl.org/mailman/listinfo/openssl-announce">openssl-announce</a></td>
25                 <td>Official Project Announcements; low-volume read-only.</td>
26               </tr>
27               <tr>
28                 <td><a
29                     href="https://mta.openssl.org/mailman/listinfo/openssl-commits">openssl-commits</a></td>
30                 <td>Commits to the source repository and build results; read-only.</td>
31               </tr>
32               <tr>
33                 <td><a
34                     href="https://mta.openssl.org/mailman/listinfo/openssl-dev">openssl-dev</a></td>
35                 <td>Discussions on development of the OpenSSL library.
36                   This is not the place for application development
37                   questions!</td>
38               </tr>
39               <tr>
40                 <td><a
41                     href="https://mta.openssl.org/mailman/listinfo/openssl-users">openssl-users</a></td>
42                 <td>Application Development, installing and configuring
43                 OpenSSL, etc.</td>
44               </tr>
45             </table>
46             <p></p>
47
48             <h3>Archives</h3>
49
50             <p>
51             Public archives can be found at the following locations:
52             </p>
53             <table>
54               <tr><td>List</td><td>Archives</td></tr>
55               <tr><td>openssl-announce</td><td>
56                   <a
57                     href="https://marc.info/?l=openssl-announce">https://marc.info/?l=openssl-announce</a><br>
58                   <a
59                     href="https://www.mail-archive.com/openssl-announce@openssl.org/">https://www.mail-archive.com/openssl-announce@openssl.org/</a>
60               </td></tr>
61               <tr><td>openssl-users</td><td>
62                   <a
63                     href="https://marc.info/?l=openssl-users">https://marc.info/?l=openssl-users</a><br>
64                   <a
65                     href="https://www.mail-archive.com/openssl-users@openssl.org/">https://www.mail-archive.com/openssl-users@openssl.org/</a><br>
66                   <a
67                     href="https://groups.google.com/groups?group=mailing.openssl.users">https://groups.google.com/groups?group=mailing.openssl.users</a><br>
68               </td></tr>
69               <tr><td>openssl-dev</td><td>
70                   <a
71                     href="https://marc.info/?l=openssl-dev">https://marc.info/?l=openssl-dev</a><br>
72                   <a
73                     href="https://www.mail-archive.com/openssl-dev@openssl.org/">https://www.mail-archive.com/openssl-dev@openssl.org/</a><br>
74                   <a
75                     href="https://groups.google.com/groups?group=mailing.openssl.dev">https://groups.google.com/groups?group=mailing.openssl.dev</a>
76               </td></tr>
77               <tr><td>openssl-commits</td><td>
78                   <a
79                     href="https://marc.info/?l=openssl-cvs">https://marc.info/?l=openssl-cvs</a>
80                   <a
81                     href="https://groups.google.com/groups?group=mailing.openssl.cvs">https://groups.google.com/groups?group=mailing.openssl.cvs</a>
82                 </table>
83
84                 <p>&nbsp;</p>
85
86                 <p>Archives can also be found at our
87                 <a href="https://mta.openssl.org/">mail server</a>, under
88                 the page for each mailing list.  Note that these archives
89                 start in December of 2014 when we moved the mailing lists.
90                 More complete archives can be found in links above.</p>
91
92               </div>
93
94           <footer>
95             You are here: <a href="/">Home</a>
96             : <a href="index.html">Community</a>
97             : <a href=".">Mailing Lists</a>
98             <br/><a href="/sitemap.txt">Sitemap</a>
99           </footer>
100         </article>
101       </div>
102       <!--#include virtual="sidebar.inc" -->
103     </div>
104   </div>
105
106 <!--#include virtual="/inc/footer.inc" -->
107 </body>
108
109 </html>
110