Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: dev-email.xml
Date: Thu, 01 Dec 2011 08:04:09
Message-Id: 20111201080353.E74B32004B@flycatcher.gentoo.org
1 robbat2 11/12/01 08:03:53
2
3 Modified: dev-email.xml
4 Log:
5 Update email certs and instructions.
6
7 Revision Changes Path
8 1.36 xml/htdocs/proj/en/infrastructure/dev-email.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/dev-email.xml?rev=1.36&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/dev-email.xml?rev=1.36&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/dev-email.xml?r1=1.35&r2=1.36
13
14 Index: dev-email.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/dev-email.xml,v
17 retrieving revision 1.35
18 retrieving revision 1.36
19 diff -p -w -b -B -u -u -r1.35 -r1.36
20 --- dev-email.xml 20 Jun 2011 08:03:56 -0000 1.35
21 +++ dev-email.xml 1 Dec 2011 08:03:53 -0000 1.36
22 @@ -178,8 +178,12 @@ your <path>.fetchmailrc</path> should re
23 </p>
24 <pre caption="fetchmailrc">
25 poll dev.gentoo.org proto pop3
26 - user <i>username</i> pass <i>password</i> nokeep ssl
27 -sslfingerprint "87:E3:69:44:9A:30:4C:FA:94:6B:46:DA:38:34:78:A2"
28 + user <i>username</i>
29 + pass <i>password</i>
30 + nokeep ssl sslcertck
31 + sslfingerprint "3F:D3:0D:CA:9F:7E:C3:6B:FB:20:39:FD:48:C7:43:61"
32 + sslcertfile /usr/share/ca-certificates/cacert.org/cacert.org.crt
33 + sslproto TLS1
34 </pre>
35 <p>
36 If you are using <c>sylpheed</c> for your e-mails, create a new account
37 @@ -191,9 +195,9 @@ If you are using <c>mutt</c>, you're sma
38 yourself.
39 </p>
40 <pre caption="dev.gentoo.org POP3 SSL fingerprints">
41 -MD5 = 87:E3:69:44:9A:30:4C:FA:94:6B:46:DA:38:34:78:A2
42 -SHA1 = E8:05:A6:82:FE:DE:7C:3F:1D:C9:5E:34:59:6A:FA:EB:62:CB:64:8A
43 -SHA256 = 74:2A:11:86:26:CF:04:10:E5:94:0D:C6:CC:4E:4A:8C:A2:24:B6:53:F1:DD:26:39:7F:9E:E6:62:CC:7E:99:8C
44 +MD5 = 3F:D3:0D:CA:9F:7E:C3:6B:FB:20:39:FD:48:C7:43:61
45 +SHA1 = A7:82:AD:0A:60:58:AF:19:61:E9:C8:30:9B:2F:7D:9A:08:2A:40:80
46 +SHA256 = DA:61:D5:28:0F:7E:68:F9:1B:E1:33:2B:2F:5E:79:45:C5:FA:86:82:1C:2F:12:ED:5D:CB:AB:21:AB:C6:DE:83
47 </pre>
48 </body>
49 </section>
50 @@ -230,17 +234,21 @@ your <path>.fetchmailrc</path> should re
51 </p>
52 <pre caption = "fetchmailrc">
53 poll dev.gentoo.org proto imap
54 - user <i>username</i> pass <i>password</i> nokeep ssl
55 -sslfingerprint "88:A1:1D:95:92:7B:A4:FA:D3:E9:42:46:FE:E8:51:D8"
56 + user <i>username</i>
57 + pass <i>password</i>
58 + nokeep ssl sslcertck
59 + sslfingerprint "49:47:46:52:89:13:92:2E:5B:0B:D7:52:29:45:12:46"
60 + sslcertfile /usr/share/ca-certificates/cacert.org/cacert.org.crt
61 + sslproto TLS1
62 </pre>
63 <p>
64 If you are using <c>mutt</c>, you're smart enough to figure this one out
65 yourself.
66 </p>
67 <pre caption="dev.gentoo.org IMAP SSL fingerprints">
68 -MD5 = 88:A1:1D:95:92:7B:A4:FA:D3:E9:42:46:FE:E8:51:D8
69 -SHA1 = 5C:D1:01:85:25:03:DE:63:19:49:42:0F:49:61:27:B1:CF:BC:6B:75
70 -SHA256 = AC:DB:EB:1E:A2:BE:E5:CD:51:D5:06:B9:8D:03:87:B5:6E:BA:98:2E:04:6F:92:24:70:93:52:EF:D6:40:0F:C0
71 +MD5 = 49:47:46:52:89:13:92:2E:5B:0B:D7:52:29:45:12:46
72 +SHA1 = F8:DF:03:97:32:3E:1D:54:24:84:CF:55:B5:97:3E:0F:A5:07:F6:7E
73 +SHA256 = D3:0B:6D:3B:CE:66:98:26:59:5C:74:5F:F6:53:71:BE:04:C6:D5:85:BE:7E:D8:BA:CC:C4:55:18:1B:4F:70:40
74 </pre>
75 </body>
76 </section>