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

File: [local] / www / mail.html (download) (as text)

Revision 1.145, Tue Mar 29 12:52:11 2016 UTC (8 years, 2 months ago) by tb
Branch: MAIN
Changes since 1.144: +1 -1 lines

../index.html -> index.html

noticed by deraadt, via tj

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenBSD Mailing Lists</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name= "description"   content= "the OpenBSD mailing list page">
<meta name= "copyright"     content= "This document copyright 1996-2016
                                      by OpenBSD.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="http://www.openbsd.org/mail.html">
</head>

<body bgcolor="#ffffff" text="#000000">

<h2>
<a href="index.html">
<font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
<font color="#e00000">Mailing Lists</font>
</h2>
<hr>
<p>

Mailing lists are an important means of communication among users and
developers of OpenBSD.
With the exception of <b>announce</b>, the lists are not moderated.
We deliberately restrict the number of different mailing lists.
This helps reduce the amount of cross-posting and makes sure that
the information gets distributed to a wide audience.

<a name="Netiquette"></a><h2><font color="#e00000">Netiquette</font></h2>

Be considerate of other subscribers on the mailing lists.

<dl>
<dt><b>Plain text, 72 characters per line</b>
<dd>Many subscribers and developers read their mail on text-based mailers
like <a href="http://man.openbsd.org/?query=mail">mail(1)</a>,
emacs or mutt, and they often find HTML-formatted messages (or lines that
stretch beyond 72 characters) unreadable.
Most OpenBSD mailing lists strip messages of MIME content before sending
them out to the rest of the list.
If you don't use plain text, your messages will be reformatted or, if they
cannot be reformatted, summarily rejected.
The only mailing lists that allow file attachments are the <b>bugs</b>,
<b>ports</b> and <b>tech</b> lists.
They will be removed from messages on the others.

<dt><b>Do your homework before you post</b>
<dd>If you have an installation question, make sure that you have read
the relevant documents, such as the <tt>INSTALLi.*</tt> text files in the
installation directories, the <a href="faq/index.html">FAQ</a> and the
relevant man pages (start with
<a href= "http://man.openbsd.org/?query=afterboot">
afterboot(8)</a>).
Also check the mailing list <a href="#Archives">archives</a>.
We want to help, but we wouldn't want to deprive you of a valuable
learning experience, and no one wants to see the same question on the
lists for the fifth time in a month.

<dt><b>Include a useful Subject line</b>
<dd>Messages with an empty Subject will get bounced to the list manager and
will take longer to show up.
Including a relevant Subject in the message
will ensure that more people actually read what you've written.
Also, avoid Subject lines with excessive capitalization.
"Help!" or "I can't get it to work!" are not useful subject lines.
Do not change the subject line while on the same topic.
YOU may know what it is regarding, the rest of us who get several hundred
messages a day will have no idea.

<dt><b>Trim your signature</b>
<dd>Keep the signature lines at the bottom of your mail to a reasonable
length.
PGP signatures and those automatic address cards are merely annoying and
are stripped out.
Legal disclaimers and advisories are also very annoying, and inappropriate
for public mailing lists.

<dt><b>Stay on topic</b>
<dd>Please keep the subject of the post relevant to users of OpenBSD.

<dt><b>Include important information</b>
<dd>Don't waste everyone's time with a hopelessly incomplete question.
No one other than you has the information needed to resolve your
problem, it is better to provide more information than needed than not
enough detail.
All questions should include at least the <a href="faq/faq5.html#Flavors">
version</a> of OpenBSD.
Any hardware-related questions should mention the platform (i386, amd64,
etc.) and provide a full
<a href="http://man.openbsd.org/?query=dmesg">dmesg(8)</a>.
Hardware model numbers, unfortunately, don't indicate much about the
actual content of a particular machine or accessory, and are useless to
anyone who doesn't have that exact machine sitting where they can easily
recognize it.
The dmesg(8) output tells us exactly what is IN your machine, not what
stickers are on the outside.

<dt><b>Respect differences in opinion and philosophy</b>
<dd>Intelligent people may look at the same set of facts and come to very
different conclusions.
Repeating the same points that didn't convince someone previously rarely
changes their mind, and irritates all the other readers.

<dt><b>Do not cross-post or repeat post</b>
<dd>Posting the same message to multiple lists and/or multiple times
does not increase the likelihood of getting a useful response, and is
likely to irritate the people you want to help you.
If you didn't get a satisfactory response the first time you posted to an
appropriate list, it is usually because you provided insufficient or unclear
information.
Don't simply repost the same message.

</dl>

<a name="spam"></a><h2><font color="#e00000">Spam</font></h2>

The OpenBSD mailing lists use
<a href="http://man.openbsd.org/?query=spamd">spamd(8)</a>
in greylisting mode as well as <a href="http://www.spamassassin.org">
SpamAssassin</a> to keep down the spam volume, but things do sneak through
from time to time -- deal with it.
In addition, the list server also has regex-based rules to reject emails
based on some common spam and virus telltales.
If you get spam through one of the OpenBSD mailing lists, you don't need to
send a copy to the list owner -- chances are he's already seen it.  
Also, please do <b>not</b> submit spam received through the
mailing lists to <a href="http://spamcop.net">spamcop</a>,
as this will result in the list server being added to their RBL.
Complaining about and commenting upon spam on the list proper is
counter-productive, as it generates more traffic than the spam itself.

<p>
Note that if you are sending mail from a dynamic IP address, you
will probably <b>not</b> be able to post to the mailing lists.
In this case, you should use a <em>smart host</em> mail configuration
that utilizes your ISP's mail server.
See the examples in
<a href="http://man.openbsd.org/?query=smtpd.conf">
smtpd.conf(5)</a> for how to do this.

<a name="Lists"></a><h2><font color="#e00000">The Mailing Lists</font></h2>

<h3>General Interest Lists</h3>
These lists are of interest to most users of OpenBSD.
<dl>

<dt><b>misc</b>
<dd>User questions and answers, general questions.
This is the most active list.
Please, <a href="faq/index.html">read the FAQ</a> and the installation
documents, and see <a href="report.html">how to report a problem</a>
before posting.

<dt><b>advocacy</b>
<dd>Promoting the use of OpenBSD.

<dt><b>announce</b>
<dd>Important announcements.
This low volume list is excellent for people who just want occasional news
about the project and errata patch notices.

<dt><b>ports</b>
<dd>Discussions about using and contributing to the 'ports' source tree.

</dl>

<h3>Developer's Lists</h3>

These lists are for technical discussions of aspects of OpenBSD.
They are NOT for beginning or average users, they are not for problem
reporting (unless you are including a good fix) and they are not for
installation problems.
If you have any question about if a message should be posted to any of
these lists, it probably should not.
Use <b>misc</b> instead.
Again, <b>do not cross post to multiple lists</b>.

<dl>
<dt><b>bugs</b>
<dd><a href="report.html">Bug reports</a> as sent in via
<a href="http://man.openbsd.org/?query=sendbug">sendbug(1)</a>
and follow-up discussions.

<dt><b>tech</b>
<dd>Discussion of technical topics for OpenBSD developers and advanced
users.
This is <b>not</b> a "tech support" forum; do not use it as such.
OpenBSD developers will often make patches to implement new features
and other important changes available for public testing through this
list.

<dt><b>libressl</b>
<dd>Technical discussion about native and portable LibreSSL.
Users of LibreSSL on any operating system are welcome to participate.
Patches for the native LibreSSL should be sent to this list and use
OpenBSD's CVS tree or a git mirror of it.
Patches for the portable bits should be pull requests on
<a href="https://github.com/libressl-portable">github</a>.
</dl>

<h3>Security Lists</h3>

These private lists are for reporting vulnerabilities to the OpenBSD team.

<dl>
<dt><b>libressl-security</b>
<dd>Report vulnerabilities related to OpenSSL or LibreSSL to the core
LibreSSL team.
</dl>

<h3>Platform-specific Lists</h3>

These lists are focused on user issues and development on individual
platforms.

<dl>
<dt><b>alpha</b>
<dd>OpenBSD/alpha port

<dt><b>arm</b>
<dd>OpenBSD/zaurus port and other ARM porting efforts

<dt><b>hppa</b>
<dd>OpenBSD/hppa port

<dt><b>m88k</b>
<dd>OpenBSD/luna88k port

<dt><b>ppc</b>
<dd>OpenBSD/macppc and other PowerPC porting efforts

<dt><b>sgi</b>
<dd>OpenBSD/sgi port

<dt><b>sparc</b>
<dd>OpenBSD/sparc and OpenBSD/sparc64 ports
</dl>

<h3>CVS Changes Mailing Lists</h3>

Every time a developer commits a change to the OpenBSD CVS tree, a message
is mailed out to all the subscribers of these lists, containing the commit
comments. 

<dl>
<dt><b>source-changes</b>
<dd>Automated mail of CVS source tree changes in the src, xenocara and www
repositories.

<dt><b>ports-changes</b>
<dd>Automated mail of CVS source tree changes in the ports repository.
</dl>

<a name="Mirrors"></a><h3>Mirror-related Mailing Lists</h3>

Announcements and discussion relating to mirrors of OpenBSD.

<dl>
<dt><b>mirrors-announce</b>
<dd>This is a moderated list used solely for important announcements
to operators of OpenBSD mirrors.

<dt><b>mirrors-discuss</b>
<dd>Discussion relating to OpenBSD mirrors.
</dl>

<a name="Majordomo"></a><h2><font color="#e00000">Managing Mailing List
Membership via Majordomo</font></h2>

If you want to be sent a complete list with all mailing lists available
at openbsd.org, send the command <tt>lists</tt> in the body of
a message to
<a href="mailto:majordomo@OpenBSD.org">majordomo@OpenBSD.org</a>.

<p>
To subscribe to a given list, send mail to
<a href="mailto:majordomo@OpenBSD.org">majordomo@OpenBSD.org</a>
with a message body of "subscribe <tt>mailing-list-name</tt>" (where
<tt>mailing-list-name</tt> is the name of your preferred list).

<p>
For further assistance, send a message body of "help" to
<a href="mailto:majordomo@OpenBSD.org">majordomo@OpenBSD.org</a>
and you will receive a reply outlining all your options.
Your domain <b>MUST</b> resolve properly or the mail will not go through!

<a name="Web"></a><h2><font color="#e00000">Managing Mailing List Membership
via Web</font></h2>

Your membership to the OpenBSD mailing lists can also be managed via
a web interface at <a href="https://lists.openbsd.org">lists.openbsd.org</a>.

<a name="Tricks"></a><h2><font color="#e00000">Mailing Lists Tricks</font></h2>

There are a number of very useful options that can be selected, either
by the <a href="https://lists.openbsd.org">web interface</a> or through
<a href="mailto:majordomo@openbsd.org">Majordomo</a>.
You can change your email address without having to unsubscribe and
resubscribe, temporarily disable your message delivery for a few days
while you go on vacation and much more.
The user is invited to spend some time reading through the options, available
by sending <a href="mailto:majordomo@openbsd.org">Majordomo</a> a message
containing "help" as the body text, or through the "Help" tab of the
<a href="https://lists.openbsd.org">web interface</a>.

<p>
As an example, if you were going on vacation for two weeks and didn't
wish to come back to several thousand emails, you can disable message
delivery by the mail server for the time of your vacation and have
delivery automatically resume upon your scheduled return using the command:

<blockquote><pre>
set ALL nomail-14d
</pre></blockquote>

This will suspend your subscription to all mailing lists for 14 days
(<tt>-14d</tt>).
More details and options can be seen on the 
<a href="http://lists.openbsd.org/cgi-bin/mj_wwwusr?&amp;user=&amp;passw=&amp;list=GLOBAL&amp;func=help&amp;extra=overview">
Majordomo overview page</a>.

<h3>Digests</h3>

If you would prefer to see a "digest" (a consolidated listing of all the
messages for a time period), rather than getting messages individually
in "real-time" form, you can use the commands:

<blockquote><pre>
set misc digest-daily
set source-changes digest-weekly
</pre></blockquote>

for daily digests of the <b>misc</b> list, and weekly digests of the
<b>source-changes</b> list.
Yes, multiple commands can be placed in one Majordomo email.

<a name="OtherLists"></a><h2><font color="#e00000">Other Mailing
Lists</font></h2>

The fine folks at
<a href="http://www.squish.net/openbsd/">squish.net</a> run mailing
lists with daily and weekly digests of the OpenBSD <b>source-changes</b>
and <b>ports-changes</b> mailing list.
This is handy for those who don't like the typically high volume of these
lists.

<p>
The insomniac at <a href="http://www.benzedrine.ch/mailinglist.html">
benzedrine.ch</a> maintains the <b>pf</b> list for people using the
OpenBSD packet filter.
To subscribe, send an email with the message body of "subscribe" to
<a href="mailto:pf-request@benzedrine.ch">pf-request@benzedrine.ch</a>.

<a name="nonEnglish"></a> <h2><font color="#e00000">Non-English
Lists</font></h2>

Several non-English speaking mailing lists related to OpenBSD are available
separately.
Here is a list of the currently known mailing lists:

<!-- 
 PLEASE KEEP THIS LIST SORTED, EXCEPT FOR TRANSLATIONS, WHERE YOU SHOULD PUT
 THE LIST IN YOUR LANGUAGE, IF ONE EXISTS, HEAD OF LIST.
 -->

<p>
Dutch:
<b>openbsd@list.ii.nl</b>
<br>To subscribe, visit the URL at:
<a href="https://list.ii.nl/mailman/listinfo/openbsd">
https://list.ii.nl/mailman/listinfo/openbsd</a>.

<p>
French:
<b>misc@openbsd-france.org</b>
<br>To subscribe, visit the URL at:
<a href="http://www.openbsd-france.org/communaute.php">
http://www.openbsd-france.org/communaute.php</a>.

<p>
Italian:
<b>openbsd@sikurezza.org</b>
<br>To subscribe, send an empty message to
<a href="mailto:openbsd-subscribe@sikurezza.org">
openbsd-subscribe@sikurezza.org</a>.

<p>
Japanese:
<b>openbsd-japan@googlegroups.com</b>
<br>To subscribe, visit the URL at:
<a href="http://groups.google.com/group/openbsd-japan">
http://groups.google.com/group/openbsd-japan</a>

<p>
Spanish:
<b>OpenBSD-Mexico@googlegroups.com</b>
<br>To subscribe, visit the URL at:
<a href="http://groups.google.com.mx/group/OpenBSD-Mexico">
http://groups.google.com.mx/group/OpenBSD-Mexico</a>

<p>
Ukrainian:
<b>openbsd@uaoug.org.ua</b>
<br>To subscribe, send an empty message to
<a href="mailto:openbsd+subscribe@uaoug.org.ua">
openbsd+subscribe@uaoug.org.ua</a>

<a name="Archives"></a><h2><font color="#e00000">Mailing List
Archives:</font></h2>

These mailing list archives are not managed by the OpenBSD project.
Take the time to look at more than one -- each is a little different,
and has different search abilities.
If you don't find an answer in one, check another.

<ul>
<li><a href="https://marc.info">MARC</a>
<li><a href="http://dir.gmane.org/index.php?prefix=gmane.os.openbsd">
Gmane</a> (also available by <a href="nntp://news.gmane.org/">NNTP</a>)
<li>Neohapsis has a
<a href="http://archives.neohapsis.com/archives/openbsd/">mixed archive
for tech@, misc@ and ports@</a> and a
<a href="http://archives.neohapsis.com/archives/openbsd/cvs/">mixed
archive for CVS commits</a>
<li><a href="http://www.sigmasoft.com/~openbsd/archives/">Sigmasoft</a>
has posts up to March 2010
<li><a href="http://www.monkey.org/openbsd/">Monkey.org</a> has posts up
to June 2009
</ul>

<p>
General search engines also prove very effective at finding answers to
OpenBSD questions.

<p>
</body>
</html>