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

Annotation of www/mail.html, Revision 1.33

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>
        !            58: Spam is always forbidden but sometimes things to slip through the
        !            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.17      art       102: <dt><strong>advocacy</strong>
1.28      louis     103: <dd>Promoting the use of OpenBSD. Non-technical discussions in
                    104: <em>misc</em> often get shunted here.
1.32      chris     105: <dt><strong>smp</strong>
                    106: <dd>Discussion of Symmetric Multi-Processing design and implementation
                    107: on OpenBSD.
1.1       deraadt   108: </dl>
                    109:
                    110: <p>
1.28      louis     111: OpenBSD also maintains several lists specific to given architectures and special
                    112: projects. These lists are public in the sense that anyone can subscribe to them, but
                    113: they should be considered reserved for developers and testers. In keeping with
                    114: the openness principle of OpenBSD, there are no private mailing lists.
                    115:
                    116: <p>
1.1       deraadt   117: For further assistance, send a message body of "<strong>help</strong>"
                    118: to <a href=mailto:majordomo@OpenBSD.org>majordomo@OpenBSD.org</a>
1.13      deraadt   119: and you will receive a reply outlining all your options.  Your domain
                    120: <strong>MUST</strong> resolve properly or the mail will not go through!
1.1       deraadt   121: </p>
                    122:
1.29      louis     123: <p>
                    124: The clever monkeys at <a href="http://www.monkey.org/openbsd/">monkey.org</a>
                    125: maintain the <strong>openbsd-mobile</strong> list for people using OpenBSD
                    126: on mobile and laptop computers. To subscribe:
                    127: <br>
                    128: echo subscribe | mail openbsd-mobile-request@monkey.org
                    129:
1.28      louis     130: <h3><font color=#e00000>Non-English Lists</font></h3>
                    131:
1.1       deraadt   132: <p>
1.28      louis     133: A<a href=http://www.openbsd.ics.nara-wu.ac.jp/wakakusa>
                    134: Japanese-language</a> mailing list related to OpenBSD is also available
                    135: separately.
1.18      deraadt   136:
                    137: <p>
1.28      louis     138: A Polish-language mailing list related to OpenBSD is also available
                    139: separately.  To subscribe, send mail to
                    140: <a href="mailto:OpenBSD-request@hack.pl">OpenBSD-request@hack.pl</a>.
1.24      deraadt   141:
                    142: <p>
1.30      louis     143: <strong>openbsd@bofh.kyrnet.kg</strong> is a
                    144: Russian-language mailing list related to OpenBSD available
                    145: separately.
                    146: <br>To subscribe, send mail to
                    147: <a href="mailto:majordomo@bofh.kyrnet.kg">majordomo@bofh.kyrnet.kg</a>.
                    148:
                    149: <p>
                    150: <a href=http://www.sikurezza.org/>sikurezza.org</a>, an italian language
                    151: non-commercial security portal hosts <strong>openbsd@sikurezza.org</strong>.
                    152: To subscribe just send an empty message to <a
                    153: href="mailto:openbsd-subscribe@sikurezza.org">openbsd-subscribe@sikurezza.org</a>.
                    154:
                    155: <p>
1.28      louis     156: <h3><font color=#e00000>Mailing List Archives:</font></h3>
1.19      deraadt   157: <ul>
1.22      wvdputte  158: <li><a href=http://www.sigmasoft.com/~openbsd/>USA</a><!-- down? -->
1.19      deraadt   159: <li><a href=http://www.tryc.on.ca/obsd-lists.html>Canada</a>
1.22      wvdputte  160: <!-- this one is down
1.20      deraadt   161: <li><a href=http://www.calyx.nl/~openbsd>Dutch</a>
1.22      wvdputte  162:  -->
1.23      wvdputte  163: <!-- this one is down
1.22      wvdputte  164: <li><a href=http://www.monkey.org/cgi-bin/wilma>USA Monkey.org</a> Searchable archive
1.23      wvdputte  165:  -->
1.27      ericj     166: <li><a href="http://www.geocrawler.com/lists/4/OpenBSD">Geocrawler Archive</a>
1.19      deraadt   167: </ul>
1.1       deraadt   168: </p>
                    169:
                    170: <hr>
1.16      pauls     171: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   172: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.33    ! millert   173: <br><small>$OpenBSD: mail.html,v 1.32 2000/02/21 19:38:55 chris Exp $</small>
1.1       deraadt   174:
                    175: </body>
                    176: </html>