- Add a Q2 entry for postmaster
Submitted by: dhw
This commit is contained in:
parent
d5ac52c7ba
commit
255e6870c9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42178
1 changed files with 61 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
<!-- XXX: keep updating the number of entries -->
|
||||
<p>Thanks to all the reporters for the excellent work! This report
|
||||
contains 15 entries and we hope you enjoy reading it.</p>
|
||||
contains 16 entries and we hope you enjoy reading it.</p>
|
||||
|
||||
<!-- XXX: set date for the next set of submissions -->
|
||||
<p>The deadline for submissions covering between July and September 2013
|
||||
|
@ -798,4 +798,64 @@
|
|||
<task>Merge to &os; <tt>head</tt>.</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='team'>
|
||||
<title>&os; Postmaster Team</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>&os;</given>
|
||||
<common>Postmaster Team</common>
|
||||
</name>
|
||||
<email>postmaster@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links/>
|
||||
|
||||
<body>
|
||||
<p>In the second quarter of 2013, the &os; Postmaster Team has
|
||||
implemented the following items that may be interest of the
|
||||
general public:</p>
|
||||
|
||||
<ul>
|
||||
<li>With help from <tt>clusteradm</tt>, found that
|
||||
<tt>unbound</tt> (the resolver used on <tt>mx1</tt> and
|
||||
<tt>mx2</tt>) is configured to perform DNSSEC validation which
|
||||
implies that if a signed zone fails validation,
|
||||
<tt>unbound</tt> refuses to use the information. This had
|
||||
caused one person to be unable to exchange email with
|
||||
<tt>&os;.org</tt> until the zone signatures were
|
||||
refreshed.</li>
|
||||
|
||||
<li>Created the <tt>freebsd-dtrace</tt> mailing list per George
|
||||
Neville-Neil.</li>
|
||||
|
||||
<li>Resurrected the <tt>freebsd-testing</tt> mailing list per
|
||||
Garrett Cooper.</li>
|
||||
|
||||
<li>Created the <tt>freebsd-tex</tt> mailing list per Hiroki
|
||||
Sato.</li>
|
||||
|
||||
<li>In response to another comment that our message rejection
|
||||
message was unclear in the case that greylisting was the
|
||||
reason, re-worded that message.</li>
|
||||
|
||||
<li>Augmented the allowable MIME types for <tt>secteam</tt> with
|
||||
the following to permit sending encrypted messages:
|
||||
|
||||
<ul>
|
||||
<li><tt>application/pgp-encrypted</tt></li>
|
||||
<li><tt>application/pkcs7-encrypted</tt></li>
|
||||
<li><tt>application/x-pkcs7-encrypted</tt></li>
|
||||
<li><tt>multipart/encrypted</tt></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>Initiated de-orbit for <tt>freebsd-mozilla</tt> in favor of
|
||||
<tt>freebsd-gecko</tt>.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue