nightmorph 07/07/20 09:09:04 Modified: virt-mail-howto.xml Log: fixed newreq/newkey stuff, bug 185556
Revision Changes Path 1.56 xml/htdocs/doc/en/virt-mail-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.56&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?r1=1.55&r2=1.56 Index: virt-mail-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- virt-mail-howto.xml 16 Jul 2007 02:31:38 -0000 1.55 +++ virt-mail-howto.xml 20 Jul 2007 09:09:04 -0000 1.56 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.55 2007/07/16 02:31:38 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.56 2007/07/20 09:09:04 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/virt-mail-howto.xml"> @@ -26,8 +26,8 @@ postfix, mysql, courier-imap, and cyrus-sasl. </abstract> -<version>1.3</version> -<date>2007-07-15</date> +<version>1.4</version> +<date>2007-07-20</date> <!-- Contents @@ -315,7 +315,7 @@ # <i>./CA.pl -newca</i> # <i>./CA.pl -sign</i> # <i>cp newcert.pem /etc/postfix</i> -# <i>cp newreq.pem /etc/postfix</i> +# <i>cp newkey.pem /etc/postfix</i> # <i>cp demoCA/cacert.pem /etc/postfix</i> <comment>(Now we do the same thing for apache.)</comment> @@ -368,7 +368,7 @@ smtp_tls_note_starttls_offer = yes smtpd_use_tls = yes #smtpd_tls_auth_only = yes -smtpd_tls_key_file = /etc/postfix/newreq.pem +smtpd_tls_key_file = /etc/postfix/newkey.pem smtpd_tls_cert_file = /etc/postfix/newcert.pem smtpd_tls_CAfile = /etc/postfix/cacert.pem smtpd_tls_loglevel = 3 -- [EMAIL PROTECTED] mailing list
