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

Annotation of www/mail.html, Revision 1.52

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.45      millert    30: <dd>Many subscribers read their mail on text-based mailers (mail(1), emacs)
                     31: and they find HTML-formatted messages, or lines that stretch beyond 72
                     32: characters often unreadable.
                     33: Most OpenBSD mailing lists strip messages of MIME content before
                     34: sending them out to the rest of the list.
                     35: If you don't use plain text your messages will be reformatted or,
                     36: if they cannot be reformatted, summarily rejected.
                     37: The only mailing list that allows attachments is the <em>ports</em> list,
                     38: they will be removed from messages on the other mailing lists.
1.28      louis      39: <dt><u>Do your homework before you post</u>
                     40: <dd>If you have an installation question, make sure that you have read the relevant
                     41: documents such as the INSTALL.* text files in the FTP installation directories, the
                     42: <a href=faq/index.html>FAQ</a> and the relevant man pages (start with <a href=
                     43: "http://www.openbsd.org/cgi-bin/man.cgi?query=afterboot&apropos=0&sektion=0&manpath=OpenBSD+Current&format=html">
                     44: afterboot(8)</a>). Make sure you include relevant
                     45: details (version, hardware, <a href=
                     46: "http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&apropos=0&sektion=8&manpath=OpenBSD+Current&format=html"
                     47: >dmesg(8)</a>) that will help in troubleshooting. We want to
                     48: help, but we wouldn't want to deprive you of a valuable learning experience.
1.45      millert    49: <dt><u>Include a useful Subject line</u>
                     50: <dd>Messages with an empty Subject will get bounced to the list manager and
                     51: so will take longer to show up.  Including a relevant Subject in the message
                     52: will ensure that more people actually read what you've written.
                     53: Also, avoid Subject lines with excessive capitalization.
1.28      louis      54: <dt><u>Trim your signature</u>
                     55: <dd>Keep the signature lines at the bottom of your mail to a reasonable length. Posts
                     56: are rarely critical enough to warrant a PGP signature, and those automatic address
                     57: cards are merely annoying.
                     58: <dt><u>Stay on topic</u>
                     59: <dd>Please keep the subject of the post relevant to users of OpenBSD.
                     60: </dl>
1.1       deraadt    61:
1.33      millert    62: <p>
                     63: <h3><font color=#e00000>Spam</font></h3>
                     64: <p>
1.39      horacio    65: Spam is always forbidden but sometimes things slip through the
1.33      millert    66: cracks.  If you get spam through one of the OpenBSD mailing lists,
                     67: you might want to submit it to <a href="http://spamcop.net">spamcop</a>.
                     68: In general, you don't have to send a copy to the list owner--chances
1.42      millert    69: are he's already seen it.  Please note that complaining about
                     70: spam on the list proper is counter-productive as it generates more
                     71: traffic than the spam itself...
1.33      millert    72: <br>
                     73: The OpenBSD mailing lists will deny mail from any host on the
                     74: <a href="http://www.mail-abuse.org/rbl/">MAPS RBL</a>,
1.42      millert    75: <a href="http://www.mail-abuse.org/dul/">MAPS Dialup</a> or
                     76: <a href="http://www.mail-abuse.org/rss/">MAPS RSS</a> blacklists.
                     77: In addition, the list server also has regex-based rules to reject
                     78: based on some common spam telltales.
1.33      millert    79:
1.28      louis      80: <h3><font color=#e00000>The Mailing Lists</font></h3>
1.1       deraadt    81: <p>
1.28      louis      82: To subscribe to a given list, send mail to
                     83: <a href=mailto:majordomo@OpenBSD.org>majordomo@OpenBSD.org</a>
                     84: with a message body of &quot;<strong>subscribe mailing-list-name</strong>&quot;.
1.1       deraadt    85: <dl>
                     86: <dt><strong>announce</strong>
1.31      millert    87: <dd>Important announcements.  This low volume list
1.28      louis      88: is excellent for people who just want occasional news about the project.
1.31      millert    89: <dt><strong>security-announce</strong>
                     90: <dd>Security announcements.  This low volume list receives OpenBSD
                     91: security advisories and pointers to security patches as they become
                     92: available.
1.26      ian        93: <dt><strong>misc</strong>
1.28      louis      94: <dd>User questions and answers, general questions. This is the most active list.
                     95: Please <a href="faq/index.html">read the FAQ</a> and the installation documents
                     96: before you post.
1.1       deraadt    97: <dt><strong>tech</strong>
1.29      louis      98: <dd>Technical topics for OpenBSD developers and advanced users.
                     99: <strong>Please</strong> direct 'new user' and installation-related questions
                    100: to <em>misc</em>. <strong>Please do not</strong> cross-post to both
                    101: <em>misc</em> and <em>tech</em>.
1.5       graichen  102: <dt><strong>bugs</strong>
1.28      louis     103: <dd>Bug reports as sent in via <a href=
                    104: "http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&apropos=0&sektion=1&manpath=OpenBSD+Current&format=html"
                    105: >sendbug(1)</a> and follow-up discussions.
1.1       deraadt   106: <dt><strong>source-changes</strong>
1.28      louis     107: <dd>Automated mailout of CVS source tree changes.
1.11      deraadt   108: <dt><strong>ports</strong>
1.28      louis     109: <dd>Discussions about using and contributing to the 'ports' source tree.
1.40      millert   110: <dt><strong>ports-changes</strong>
                    111: <dd>Automated mailout of ports-specific CVS source tree changes.
1.38      todd      112: <dt><strong>ipv6</strong>
                    113: <dd>Discussions about OpenBSD IP version 6.
1.17      art       114: <dt><strong>advocacy</strong>
1.28      louis     115: <dd>Promoting the use of OpenBSD. Non-technical discussions in
                    116: <em>misc</em> often get shunted here.
1.32      chris     117: <dt><strong>smp</strong>
                    118: <dd>Discussion of Symmetric Multi-Processing design and implementation
                    119: on OpenBSD.
1.1       deraadt   120: </dl>
                    121:
                    122: <p>
1.28      louis     123: OpenBSD also maintains several lists specific to given architectures and special
                    124: projects. These lists are public in the sense that anyone can subscribe to them, but
                    125: they should be considered reserved for developers and testers. In keeping with
                    126: the openness principle of OpenBSD, there are no private mailing lists.
                    127:
                    128: <p>
1.1       deraadt   129: For further assistance, send a message body of "<strong>help</strong>"
                    130: to <a href=mailto:majordomo@OpenBSD.org>majordomo@OpenBSD.org</a>
1.13      deraadt   131: and you will receive a reply outlining all your options.  Your domain
                    132: <strong>MUST</strong> resolve properly or the mail will not go through!
1.1       deraadt   133: </p>
                    134:
1.29      louis     135: <p>
1.42      millert   136: The fine folks at <a href="http://www.squish.net/openbsd/">squish.net</a>
                    137: run mailing lists with daily and weekly digests of the OpenBSD
                    138: <strong>source-changes</strong> mailing list.  This is handy for those
                    139: who don't like the typically high volume of that list.
                    140:
                    141: <p>
1.39      horacio   142: The clever monkeys at <a href="http://www.monkey.org/openbsd-mobile/">monkey.org</a>
1.29      louis     143: maintain the <strong>openbsd-mobile</strong> list for people using OpenBSD
                    144: on mobile and laptop computers. To subscribe:
                    145: <br>
                    146: echo subscribe | mail openbsd-mobile-request@monkey.org
                    147:
1.50      jufi      148: <p>
                    149: A mailing list for OpenBSD FTP, Web, AnonCVS and CVSup mirror maintainers is
                    150: available at <a href="http://rt.fm/openbsd-mirrors/">rt.fm</a>.
                    151:
1.28      louis     152: <h3><font color=#e00000>Non-English Lists</font></h3>
                    153:
1.1       deraadt   154: <p>
1.28      louis     155: A<a href=http://www.openbsd.ics.nara-wu.ac.jp/wakakusa>
                    156: Japanese-language</a> mailing list related to OpenBSD is also available
                    157: separately.
1.18      deraadt   158:
                    159: <p>
1.28      louis     160: A Polish-language mailing list related to OpenBSD is also available
                    161: separately.  To subscribe, send mail to
                    162: <a href="mailto:OpenBSD-request@hack.pl">OpenBSD-request@hack.pl</a>.
1.24      deraadt   163:
                    164: <p>
1.30      louis     165: <strong>openbsd@bofh.kyrnet.kg</strong> is a
                    166: Russian-language mailing list related to OpenBSD available
                    167: separately.
                    168: <br>To subscribe, send mail to
1.44      horacio   169: <a href="mailto:majordomo@bofh.kyrnet.kg">majordomo@bofh.kyrnet.kg</a>
                    170: with a message body of &quot;<strong>subscribe openbsd</strong>&quot;.
1.30      louis     171:
                    172: <p>
1.34      form      173: <strong>openbsd@openbsd.ru</strong> is a
                    174: Russian-language mailing list related to OpenBSD available
                    175: separately.
1.47      form      176: <br>To subscribe, send mail to
                    177: <a href="mailto:minimalist@openbsd.ru">minimalist@openbsd.ru</a> with
                    178: subject &quot;<strong>subscribe openbsd</strong>&quot;.
1.34      form      179:
                    180: <p>
1.43      horacio   181: <strong>misc@openbsd.org.mx</strong> is a
1.39      horacio   182: Spanish-language mailing list from Mexico related to OpenBSD available separately.
1.43      horacio   183: <br>To subscribe, send an empty mail to
                    184: <a href="mailto:misc-request@openbsd.org.mx">misc-request@openbsd.org.mx</a>.
1.36      avsm      185:
                    186: <p>
1.39      horacio   187: <strong>general@openbsd.org.ar</strong> is a
                    188: Spanish-language mailing list from Argentina related to OpenBSD available separately.
                    189: <br>To subscribe, send mail to
1.44      horacio   190: <a href="mailto:majordomo@openbsd.org.ar">majordomo@openbsd.org.ar</a>
                    191: with a message body of &quot;<strong>subscribe openbsd</strong>&quot;.
1.39      horacio   192:
                    193: <p>
1.30      louis     194: <a href=http://www.sikurezza.org/>sikurezza.org</a>, an italian language
                    195: non-commercial security portal hosts <strong>openbsd@sikurezza.org</strong>.
                    196: To subscribe just send an empty message to <a
                    197: href="mailto:openbsd-subscribe@sikurezza.org">openbsd-subscribe@sikurezza.org</a>.
                    198:
                    199: <p>
1.48      shell     200: <strong>openbsd@shellhung.org</strong> is a Chinese language mailing list
1.44      horacio   201: for OpenBSD.
1.48      shell     202: <br>To subscribe, visit the URL at :
1.52    ! shell     203: <a href="http://www.shellhung.org/mailman/listinfo/openbsd/">http://www.shellhung.org/mailman/listinfo/openbsd/</a>.
1.44      horacio   204:
                    205: <p>
                    206: <strong>openbsd@bsd.gr</strong> is a Greek language mailing list for
                    207: OpenBSD.
                    208: <br>To subscribe send a mail to
1.46      wvdputte  209: <a href="mailto:majordomo@bsd.gr">majordomo@bsd.gr</a> with a message
1.44      horacio   210: body of &quot;<strong>subscribe openbsd</strong>&quot;.
                    211:
                    212: <p>
1.49      horacio   213: <strong>users@openbsd.cz</strong> is a Czech language mailing list
                    214: related to OpenBSD and available separately.
                    215: <br>To subscribe send an empty mail to
                    216: <a href="mailto:users-subscribe@openbsd.cz">users-subscribe@openbsd.cz</a>.
                    217:
                    218: <p>
1.28      louis     219: <h3><font color=#e00000>Mailing List Archives:</font></h3>
1.19      deraadt   220: <ul>
1.22      wvdputte  221: <li><a href=http://www.sigmasoft.com/~openbsd/>USA</a><!-- down? -->
1.19      deraadt   222: <li><a href=http://www.tryc.on.ca/obsd-lists.html>Canada</a>
1.22      wvdputte  223: <!-- this one is down
1.20      deraadt   224: <li><a href=http://www.calyx.nl/~openbsd>Dutch</a>
1.22      wvdputte  225:  -->
1.23      wvdputte  226: <!-- this one is down
1.22      wvdputte  227: <li><a href=http://www.monkey.org/cgi-bin/wilma>USA Monkey.org</a> Searchable archive
1.23      wvdputte  228:  -->
1.27      ericj     229: <li><a href="http://www.geocrawler.com/lists/4/OpenBSD">Geocrawler Archive</a>
1.35      louis     230: <li><a href="http://lists.openresources.com/OpenBSD/">Open Resources</a>
1.39      horacio   231: <li><a href="http://www.monkey.org/openbsd/">The primates at monkey.org</a>
1.41      avsm      232: <li><a href="http://marc.theaimsgroup.com/">MARC</a>
1.51      heko      233: <li><a href="http://bsdsearch.com/eao/phorum/index.php?f=2">BSDSearch.com</a>
                    234: <li><a href="http://www.netsys.com/archives.html">@netsys.com</a>
1.19      deraadt   235: </ul>
1.1       deraadt   236: </p>
                    237:
                    238: <hr>
1.16      pauls     239: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   240: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.52    ! shell     241: <br><small>$OpenBSD: mail.html,v 1.51 2001/08/14 10:29:03 heko Exp $</small>
1.1       deraadt   242:
                    243: </body>
                    244: </html>