From zeising@daemonic.se  Tue May 17 12:34:13 2011
Return-Path: <zeising@daemonic.se>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BA7E6106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2011 12:34:13 +0000 (UTC)
	(envelope-from zeising@daemonic.se)
Received: from mail.lysator.liu.se (unknown [IPv6:2001:6b0:17:f0a0::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 450278FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2011 12:34:12 +0000 (UTC)
Received: from mail.lysator.liu.se (localhost [127.0.0.1])
	by mail.lysator.liu.se (Postfix) with ESMTP id F1AC64002E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2011 14:34:11 +0200 (CEST)
Received: by mail.lysator.liu.se (Postfix, from userid 1004)
	id E3FE74002D; Tue, 17 May 2011 14:34:11 +0200 (CEST)
Received: from mx.daemonic.se (h-90-99.A163.priv.bahnhof.se [79.136.90.99])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.lysator.liu.se (Postfix) with ESMTPSA id 4E1DA4002F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2011 14:34:11 +0200 (CEST)
Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4])
	by mx.daemonic.se (Postfix) with ESMTPS id 0F0BC119C04
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2011 14:34:11 +0200 (CEST)
Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10])
	by mail.daemonic.se (Postfix) with ESMTPS id F005E12B2DA
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2011 14:34:10 +0200 (CEST)
Received: (from zeising@localhost)
	by vincent.daemonic.se (8.14.4/8.14.4/Submit) id p4HCYAek012955;
	Tue, 17 May 2011 14:34:10 +0200 (CEST)
	(envelope-from zeising)
Message-Id: <201105171234.p4HCYAek012955@vincent.daemonic.se>
Date: Tue, 17 May 2011 14:34:10 +0200 (CEST)
From: Niclas Zeising <zeising@daemonic.se>
Reply-To: Niclas Zeising <zeising@daemonic.se>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Mention dovecot as a pop/imap server
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         157116
>Category:       docs
>Synopsis:       Mention dovecot as a pop/imap server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 17 12:40:07 UTC 2011
>Closed-Date:    Fri May 27 12:31:19 UTC 2011
>Last-Modified:  Fri May 27 12:31:19 UTC 2011
>Originator:     Niclas Zeising
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64


	
>Description:
	In the section about pop3/imap servers several are listed, but dovecot, a well known and widely used is not, update to add that to the list as well.
>How-To-Repeat:
	N/A
>Fix:

	Attached patch adds dovecot to the list of pop3/imap servers.
--- mail.chapter.sgml.diff begins here ---
Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml,v
retrieving revision 1.140
diff -u -d -r1.140 chapter.sgml
--- chapter.sgml	5 Dec 2010 10:21:23 -0000	1.140
+++ chapter.sgml	17 May 2011 12:09:05 -0000
@@ -321,6 +321,10 @@
 	        <listitem>
 		  <para><application>courier-imap</application>;</para>
 	        </listitem>
+
+	        <listitem>
+	          <para><application>dovecot</application>;</para>
+	        </listitem>
 	      </itemizedlist>
 
 	  </step>
@@ -345,8 +349,9 @@
 	    username and password credentials in clear-text.  This means
 	    that if you wish to secure the transmission of information
 	    across these protocols, you should consider tunneling
-	    sessions over &man.ssh.1;.  Tunneling sessions is
-	    described in <xref linkend="security-ssh-tunneling">.</para>
+	    sessions over &man.ssh.1 or using SSL;.  Tunneling sessions is
+	    described in <xref linkend="security-ssh-tunneling"> and SSL is
+	    described in <xref linkend="security-openssl">.</para>
         </warning>
       </sect3>
 
--- mail.chapter.sgml.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Niclas Zeising <niclas.zeising@gmail.com>
To: Niclas Zeising <zeising@daemonic.se>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/157116: Mention dovecot as a pop/imap server
Date: Tue, 17 May 2011 14:50:28 +0200

 On 2011-05-17 14:34, Niclas Zeising wrote:
 >> Number:         157116
 >> Category:       docs
 >> Synopsis:       Mention dovecot as a pop/imap server
 >> Confidential:   no
 >> Severity:       non-critical
 >> Priority:       low
 >> Responsible:    freebsd-doc
 >> State:          open
 >> Quarter:        
 >> Keywords:       
 >> Date-Required:
 >> Class:          update
 >> Submitter-Id:   current-users
 >> Arrival-Date:   Tue May 17 12:40:07 UTC 2011
 >> Closed-Date:
 >> Last-Modified:
 >> Originator:     Niclas Zeising
 >> Release:        FreeBSD 8.2-RELEASE amd64
 >> Organization:
 >> Environment:
 > System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64
 > 
 > 
 > 	
 >> Description:
 > 	In the section about pop3/imap servers several are listed, but dovecot, a well known and widely used is not, update to add that to the list as well.
 >> How-To-Repeat:
 > 	N/A
 >> Fix:
 > 
 > 	Attached patch adds dovecot to the list of pop3/imap servers.
 > --- mail.chapter.sgml.diff begins here ---
 > Index: chapter.sgml
 > ===================================================================
 > RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml,v
 > retrieving revision 1.140
 > diff -u -d -r1.140 chapter.sgml
 > --- chapter.sgml	5 Dec 2010 10:21:23 -0000	1.140
 > +++ chapter.sgml	17 May 2011 12:09:05 -0000
 > @@ -321,6 +321,10 @@
 >  	        <listitem>
 >  		  <para><application>courier-imap</application>;</para>
 >  	        </listitem>
 > +
 > +	        <listitem>
 > +	          <para><application>dovecot</application>;</para>
 > +	        </listitem>
 >  	      </itemizedlist>
 >  
 >  	  </step>
 > @@ -345,8 +349,9 @@
 >  	    username and password credentials in clear-text.  This means
 >  	    that if you wish to secure the transmission of information
 >  	    across these protocols, you should consider tunneling
 > -	    sessions over &man.ssh.1;.  Tunneling sessions is
 > -	    described in <xref linkend="security-ssh-tunneling">.</para>
 > +	    sessions over &man.ssh.1 or using SSL;.  Tunneling sessions is
 > +	    described in <xref linkend="security-ssh-tunneling"> and SSL is
 > +	    described in <xref linkend="security-openssl">.</para>
 >          </warning>
 >        </sect3>
 >  
 > --- mail.chapter.sgml.diff ends here ---
 > 
 > 
 >> Release-Note:
 >> Audit-Trail:
 >> Unformatted:
 
 Note to self, double check diffs as to not include two changes for the
 price of one... This one also mentions that SSL can be used to secure
 IMAP/POP3, apologies.
 Regards!
 -- 
 Niclas
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Fri May 27 11:37:52 UTC 2011 
Responsible-Changed-Why:  
I will work on it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157116 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/157116: commit references a PR
Date: Fri, 27 May 2011 12:06:58 +0000 (UTC)

 bcr         2011-05-27 12:06:50 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/mail chapter.sgml 
   Log:
   Mention that SSL can also be used to secure IMAP/POP3 traffic. Provide
   crossreferences to handbook sections where OpenSSL and SSH are described
   further.
   
   PR:             docs/157116 (by accident)
   Submitted by:   Niclas Zeising (zeising at daemonic dot se)
   
   Revision  Changes    Path
   1.141     +3 -2      doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/157116: commit references a PR
Date: Fri, 27 May 2011 12:14:48 +0000 (UTC)

 bcr         2011-05-27 12:14:39 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/mail chapter.sgml 
   Log:
   Mention dovecot as another popular pop/imap server.
   
   PR:             docs/157116
   Submitted by:   Niclas Zeising (zeising at daemonic dot se)
   
   Revision  Changes    Path
   1.142     +4 -0      doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: bcr 
State-Changed-When: Fri May 27 12:30:28 UTC 2011 
State-Changed-Why:  
Patch committed, thanks! PR closed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157116 
>Unformatted:
