forked from trusteddomainproject/OpenDKIM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
69 lines (69 loc) · 2.51 KB
/
community.html
File metadata and controls
69 lines (69 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>OpenDKIM</title>
<link rel="stylesheet" type="text/css" href="opendkim.css" media="screen" />
</head>
<body>
<div id="header">
<a class="logo" href="http://www.opendkim.org">OpenDKIM</a>
<div id="frontnav">
<ul>
<li><a href="http://sourceforge.net/projects/opendkim/files/">Download</a></li>
<li><a href="docs.html">Documentation</a></li>
<li><a href="http://sourceforge.net/p/opendkim/_list/tickets">Bug/Feature Tracking</a></li>
<li><a href="http://lists.opendkim.org/">Mailing lists</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="license.html">License</a></li>
</ul>
</div>
</div>
<div id="bodytext">
<h1>Community Activity</h1>
<p>
The following upcoming events might be of interest to the OpenDKIM community,
either in terms of DKIM standards work, training, abuse research and
collaboration, or other events.
</p>
<p>
<ul>
<li> <a href="http://www.maawg.org/events/upcoming_meetings/"> Messaging
Anti-Abuse Working Group </a> 33rd General Meeting -- February 16-19,
2015; San Francisco, CA
<li> <a href="http://www.ietf.org/meeting/upcoming.html/"> Internet
Engineering Task Force </a> 92nd Meeting -- March 22-27, 2015;
Dallas, TX
</ul>
</p>
<p>
...and finally, some links to organizations or other web sites related to
DKIM:
</p>
<p>
<ul>
<li> <a href="http://www.dkim.org">dkim.org</a> -- A clearing house web site
for information about DKIM and related work
<li> The Internet Engineering Task Force (IETF)
<ul>
<li> <a href="http://www.ietf.org/"> Main page <a>
<li> <a href="http://datatracker.ietf.org/wg/appsawg/documents/"> APPSAWG
Working Group </a>
<li> <a href="http://datatracker.ietf.org/wg/dane/documents/"> DANE
Working Group </a>
<li> <a href="http://datatracker.ietf.org/wg/dmarc/documents/"> DMARC
Working Group </a>
<li> <a href="http://www.ietf.org/meeting/upcoming.html"> Upcoming
Meetings </a>
</ul>
<li> <a href="http://www.maawg.org"> Messaging Anti-Abuse Working Group </a>
</ul>
</div>
<div id="footer">
Copyright © 2009, 2010, 2012, 2015, The Trusted Domain Project
</div>
</body>
</html>