vanquirius 06/01/08 01:10:07 Modified: xml/htdocs/doc/en virt-mail-howto.xml Log: Add smtp_tls_note_starttls_offer = yes for bug 108317. Thanks to Johan Hellgren <johan at insightbb dot com> and Josh Saddler <jackdark at gmail dot com>.
Revision Changes Path 1.48 +5 -3 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.48&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.48&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.47&r2=1.48&cvsroot=gentoo Index: virt-mail-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- virt-mail-howto.xml 16 Dec 2005 07:43:40 -0000 1.47 +++ virt-mail-howto.xml 8 Jan 2006 01:10:07 -0000 1.48 @@ -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.47 2005/12/16 07:43:40 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.48 2006/01/08 01:10:07 vanquirius 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.24</version> -<date>2005-12-02</date> +<version>1.0.25</version> +<date>2006-01-07</date> <!-- Contents @@ -379,6 +379,8 @@ reject_unauth_destination +<comment>(The next two options enable outgoing encryption.)</comment> +smtp_tls_note_starttls_offer = yes smtpd_use_tls = yes #smtpd_tls_auth_only = yes smtpd_tls_key_file = /etc/postfix/newreq.pem -- [email protected] mailing list
