[BACK]Return to mail.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/mail.html, Revision 1.39

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.2       deraadt     4: <title>OpenBSD Mailing lists</title>
1.22      wvdputte    5: <link rev="made" href= "mailto:www@openbsd.org">
                      6: <meta name= "resource-type" content= "document">
1.28      louis       7: <meta name= "description"   content= "the OpenBSD mailing list page">
1.22      wvdputte    8: <meta name= "keywords"      content= "openbsd,mail">
                      9: <meta name= "distribution"  content= "global">
                     10: <meta name= "copyright"     content= "This document copyright 1996-1999 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
1.7       downsj     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.1       deraadt    14:
1.16      pauls      15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
1.25      deraadt    16: <p>
                     17: <h2><font color=#e00000>Mailing Lists</font><hr></h2>
1.7       downsj     18:
1.28      louis      19: Mailing lists are an important means of communication among users and developers
                     20: of OpenBSD. With the exception of <i>announce</i>, the lists are not moderated.
                     21: We deliberately restrict the number of different mailing lists. This helps reduce the
                     22: amount of cross-posting and makes sure that the information gets distributed to a
                     23: wide audience.
                     24: <p>
                     25: <h3><font color=#e00000>Netiquette</font></h3>
                     26: <p>
                     27: Be considerate of other subscribers on the mailing lists.
                     28: <dl>
                     29: <dt><u>Plain text, 72 characters per line</u>
1.30      louis      30: <dd>Many subscribers read their mail on text-based mailers (mail(1), emacs) and they
1.28      louis      31: find HTML-formatted messages, or lines that stretch beyond 72 characters often
                     32: unreadable. MIME encapsulated enclosures also cause problems. Only send non-text
                     33: if you have received the OK from the intended recipient. We realise that many
                     34: newcomers are stuck with Windows-based mailers that don't give them any control over
                     35: what they send, but we ask that they make a conscious effort to switch over as soon
                     36: as possible to a more reader-friendly mailer.
                     37: <dt><u>Do your homework before you post</u>
                     38: <dd>If you have an installation question, make sure that you have read the relevant
                     39: documents such as the INSTALL.* text files in the FTP installation directories, the
                     40: <a href=faq/index.html>FAQ</a> and the relevant man pages (start with <a href=
                     41: "http://www.openbsd.org/cgi-bin/man.cgi?query=afterboot&apropos=0&sektion=0&manpath=OpenBSD+Current&format=html">
                     42: afterboot(8)</a>). Make sure you include relevant
                     43: details (version, hardware, <a href=
                     44: "http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&apropos=0&sektion=8&manpath=OpenBSD+Current&format=html"
                     45: >dmesg(8)</a>) that will help in troubleshooting. We want to
                     46: help, but we wouldn't want to deprive you of a valuable learning experience.
                     47: <dt><u>Trim your signature</u>
                     48: <dd>Keep the signature lines at the bottom of your mail to a reasonable length. Posts
                     49: are rarely critical enough to warrant a PGP signature, and those automatic address
                     50: cards are merely annoying.
                     51: <dt><u>Stay on topic</u>
                     52: <dd>Please keep the subject of the post relevant to users of OpenBSD.
                     53: </dl>
1.1       deraadt    54:
1.33      millert    55: <p>
                     56: <h3><font color=#e00000>Spam</font></h3>
                     57: <p>
1.39    ! horacio    58: Spam is always forbidden but sometimes things slip through the
1.33      millert    59: cracks.  If you get spam through one of the OpenBSD mailing lists,
                     60: you might want to submit it to <a href="http://spamcop.net">spamcop</a>.
                     61: In general, you don't have to send a copy to the list owner--chances
                     62: are he's already seen it.
                     63: <br>
                     64: The OpenBSD mailing lists will deny mail from any host on the
                     65: <a href="http://www.mail-abuse.org/rbl/">MAPS RBL</a>,
                     66: <a href="http://www.mail-abuse.org/dul/">MAPS Dialup</a>,
                     67: <a href="http://www.mail-abuse.org/rss/">MAPS RSS</a>, or
                     68: <a href="http://www.orbs.org/">ORBS</a> blacklists.  In addition,
                     69: the list server also has regex-based rules to reject based on some
                     70: common spam telltales.
                     71:
1.28      louis      72: <h3><font color=#e00000>The Mailing Lists</font></h3>
1.1       deraadt    73: <p>
1.28      louis      74: To subscribe to a given list, send mail to
                     75: <a href=mailto:majordomo@OpenBSD.org>majordomo@OpenBSD.org</a>
                     76: with a message body of &quot;<strong>subscribe mailing-list-name</strong>&quot;.
1.1       deraadt    77: <dl>
                     78: <dt><strong>announce</strong>
1.31      millert    79: <dd>Important announcements.  This low volume list
1.28      louis      80: is excellent for people who just want occasional news about the project.
1.31      millert    81: <dt><strong>security-announce</strong>
                     82: <dd>Security announcements.  This low volume list receives OpenBSD
                     83: security advisories and pointers to security patches as they become
                     84: available.
1.26      ian        85: <dt><strong>misc</strong>
1.28      louis      86: <dd>User questions and answers, general questions. This is the most active list.
                     87: Please <a href="faq/index.html">read the FAQ</a> and the installation documents
                     88: before you post.
1.1       deraadt    89: <dt><strong>tech</strong>
1.29      louis      90: <dd>Technical topics for OpenBSD developers and advanced users.
                     91: <strong>Please</strong> direct 'new user' and installation-related questions
                     92: to <em>misc</em>. <strong>Please do not</strong> cross-post to both
                     93: <em>misc</em> and <em>tech</em>.
1.5       graichen   94: <dt><strong>bugs</strong>
1.28      louis      95: <dd>Bug reports as sent in via <a href=
                     96: "http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&apropos=0&sektion=1&manpath=OpenBSD+Current&format=html"
                     97: >sendbug(1)</a> and follow-up discussions.
1.1       deraadt    98: <dt><strong>source-changes</strong>
1.28      louis      99: <dd>Automated mailout of CVS source tree changes.
1.11      deraadt   100: <dt><strong>ports</strong>
1.28      louis     101: <dd>Discussions about using and contributing to the 'ports' source tree.
1.38      todd      102: <dt><strong>ipv6</strong>
                    103: <dd>Discussions about OpenBSD IP version 6.
1.17      art       104: <dt><strong>advocacy</strong>
1.28      louis     105: <dd>Promoting the use of OpenBSD. Non-technical discussions in
                    106: <em>misc</em> often get shunted here.
1.32      chris     107: <dt><strong>smp</strong>
                    108: <dd>Discussion of Symmetric Multi-Processing design and implementation
                    109: on OpenBSD.
1.1       deraadt   110: </dl>
                    111:
                    112: <p>
1.28      louis     113: OpenBSD also maintains several lists specific to given architectures and special
                    114: projects. These lists are public in the sense that anyone can subscribe to them, but
                    115: they should be considered reserved for developers and testers. In keeping with
                    116: the openness principle of OpenBSD, there are no private mailing lists.
                    117:
                    118: <p>
1.1       deraadt   119: For further assistance, send a message body of "<strong>help</strong>"
                    120: to <a href=mailto:majordomo@OpenBSD.org>majordomo@OpenBSD.org</a>
1.13      deraadt   121: and you will receive a reply outlining all your options.  Your domain
                    122: <strong>MUST</strong> resolve properly or the mail will not go through!
1.1       deraadt   123: </p>
                    124:
1.29      louis     125: <p>
1.39    ! horacio   126: The clever monkeys at <a href="http://www.monkey.org/openbsd-mobile/">monkey.org</a>
1.29      louis     127: maintain the <strong>openbsd-mobile</strong> list for people using OpenBSD
                    128: on mobile and laptop computers. To subscribe:
                    129: <br>
                    130: echo subscribe | mail openbsd-mobile-request@monkey.org
                    131:
1.28      louis     132: <h3><font color=#e00000>Non-English Lists</font></h3>
                    133:
1.1       deraadt   134: <p>
1.28      louis     135: A<a href=http://www.openbsd.ics.nara-wu.ac.jp/wakakusa>
                    136: Japanese-language</a> mailing list related to OpenBSD is also available
                    137: separately.
1.18      deraadt   138:
                    139: <p>
1.28      louis     140: A Polish-language mailing list related to OpenBSD is also available
                    141: separately.  To subscribe, send mail to
                    142: <a href="mailto:OpenBSD-request@hack.pl">OpenBSD-request@hack.pl</a>.
1.24      deraadt   143:
                    144: <p>
1.30      louis     145: <strong>openbsd@bofh.kyrnet.kg</strong> is a
                    146: Russian-language mailing list related to OpenBSD available
                    147: separately.
                    148: <br>To subscribe, send mail to
                    149: <a href="mailto:majordomo@bofh.kyrnet.kg">majordomo@bofh.kyrnet.kg</a>.
                    150:
                    151: <p>
1.34      form      152: <strong>openbsd@openbsd.ru</strong> is a
                    153: Russian-language mailing list related to OpenBSD available
                    154: separately.
                    155: <br>To subscribe, send mail to
                    156: <a href="mailto:majordomo@openbsd.ru">majordomo@openbsd.ru</a>.
                    157:
                    158: <p>
1.36      avsm      159: <strong>openbsd@tlali.iztacala.unam.mx</strong> is a
1.39    ! horacio   160: Spanish-language mailing list from Mexico related to OpenBSD available separately.
1.36      avsm      161: <br>To subscribe, send mail to
1.37      jufi      162: <a href="mailto:majordomo@tlali.iztacala.unam.mx">majordomo@tlali.iztacala.unam.mx</a>.
1.36      avsm      163:
                    164: <p>
1.39    ! horacio   165: <strong>general@openbsd.org.ar</strong> is a
        !           166: Spanish-language mailing list from Argentina related to OpenBSD available separately.
        !           167: <br>To subscribe, send mail to
        !           168: <a href="mailto:majordomo@openbsd.org.ar">majordomo@openbsd.org.ar</a>.
        !           169:
        !           170: <p>
1.30      louis     171: <a href=http://www.sikurezza.org/>sikurezza.org</a>, an italian language
                    172: non-commercial security portal hosts <strong>openbsd@sikurezza.org</strong>.
                    173: To subscribe just send an empty message to <a
                    174: href="mailto:openbsd-subscribe@sikurezza.org">openbsd-subscribe@sikurezza.org</a>.
                    175:
                    176: <p>
1.28      louis     177: <h3><font color=#e00000>Mailing List Archives:</font></h3>
1.19      deraadt   178: <ul>
1.22      wvdputte  179: <li><a href=http://www.sigmasoft.com/~openbsd/>USA</a><!-- down? -->
1.19      deraadt   180: <li><a href=http://www.tryc.on.ca/obsd-lists.html>Canada</a>
1.22      wvdputte  181: <!-- this one is down
1.20      deraadt   182: <li><a href=http://www.calyx.nl/~openbsd>Dutch</a>
1.22      wvdputte  183:  -->
1.23      wvdputte  184: <!-- this one is down
1.22      wvdputte  185: <li><a href=http://www.monkey.org/cgi-bin/wilma>USA Monkey.org</a> Searchable archive
1.23      wvdputte  186:  -->
1.27      ericj     187: <li><a href="http://www.geocrawler.com/lists/4/OpenBSD">Geocrawler Archive</a>
1.35      louis     188: <li><a href="http://lists.openresources.com/OpenBSD/">Open Resources</a>
1.39    ! horacio   189: <li><a href="http://www.monkey.org/openbsd/">The primates at monkey.org</a>
1.19      deraadt   190: </ul>
1.1       deraadt   191: </p>
                    192:
                    193: <hr>
1.16      pauls     194: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   195: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.39    ! horacio   196: <br><small>$OpenBSD: mail.html,v 1.38 2001/01/10 19:58:54 todd Exp $</small>
1.1       deraadt   197:
                    198: </body>
                    199: </html>