nightmorph 06/03/13 19:39:44 Modified: virt-mail-howto.xml Log: Fixed outgoing tls code for bug 125921. Thanks to jakub for assistance.
Revision Changes Path 1.49 xml/htdocs/doc/en/virt-mail-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.49&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.49&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/virt-mail-howto.xml.diff?r1=1.48&r2=1.49&cvsroot=gentoo Index: virt-mail-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- virt-mail-howto.xml 8 Jan 2006 01:10:07 -0000 1.48 +++ virt-mail-howto.xml 13 Mar 2006 19:39:44 -0000 1.49 @@ -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.48 2006/01/08 01:10:07 vanquirius Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.49 2006/03/13 19:39:44 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/virt-mail-howto.xml"> @@ -23,8 +23,8 @@ postfix, mysql, courier-imap, and cyrus-sasl. </abstract> -<version>1.0.25</version> -<date>2006-01-07</date> +<version>1.0.26</version> +<date>2006-03-13</date> <!-- Contents @@ -380,6 +380,7 @@ <comment>(The next two options enable outgoing encryption.)</comment> +smtp_use_tls = yes smtp_tls_note_starttls_offer = yes smtpd_use_tls = yes #smtpd_tls_auth_only = yes -- [email protected] mailing list
