Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: virt-mail-howto.xml
Date: Fri, 20 Jul 2007 09:09:23
Message-Id: E1IBoTw-00082X-MX@stork.gentoo.org
1 nightmorph 07/07/20 09:09:04
2
3 Modified: virt-mail-howto.xml
4 Log:
5 fixed newreq/newkey stuff, bug 185556
6
7 Revision Changes Path
8 1.56 xml/htdocs/doc/en/virt-mail-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.56&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.56&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?r1=1.55&r2=1.56
13
14 Index: virt-mail-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v
17 retrieving revision 1.55
18 retrieving revision 1.56
19 diff -u -r1.55 -r1.56
20 --- virt-mail-howto.xml 16 Jul 2007 02:31:38 -0000 1.55
21 +++ virt-mail-howto.xml 20 Jul 2007 09:09:04 -0000 1.56
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.55 2007/07/16 02:31:38 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.56 2007/07/20 09:09:04 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/virt-mail-howto.xml">
29 @@ -26,8 +26,8 @@
30 postfix, mysql, courier-imap, and cyrus-sasl.
31 </abstract>
32
33 -<version>1.3</version>
34 -<date>2007-07-15</date>
35 +<version>1.4</version>
36 +<date>2007-07-20</date>
37
38 <!--
39 Contents
40 @@ -315,7 +315,7 @@
41 # <i>./CA.pl -newca</i>
42 # <i>./CA.pl -sign</i>
43 # <i>cp newcert.pem /etc/postfix</i>
44 -# <i>cp newreq.pem /etc/postfix</i>
45 +# <i>cp newkey.pem /etc/postfix</i>
46 # <i>cp demoCA/cacert.pem /etc/postfix</i>
47 <comment>(Now we do the same thing for apache.)</comment>
48
49 @@ -368,7 +368,7 @@
50 smtp_tls_note_starttls_offer = yes
51 smtpd_use_tls = yes
52 #smtpd_tls_auth_only = yes
53 -smtpd_tls_key_file = /etc/postfix/newreq.pem
54 +smtpd_tls_key_file = /etc/postfix/newkey.pem
55 smtpd_tls_cert_file = /etc/postfix/newcert.pem
56 smtpd_tls_CAfile = /etc/postfix/cacert.pem
57 smtpd_tls_loglevel = 3
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list