Bug 157116

Summary: Mention dovecot as a pop/imap server
Product: Documentation Reporter: Niclas Zeising <zeising>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mail.chapter.sgml.diff none

Description Niclas Zeising 2011-05-17 13:40:07 UTC
	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.

Fix: Attached patch adds dovecot to the list of pop3/imap servers.
How-To-Repeat: 	N/A
Comment 1 Niclas Zeising 2011-05-17 13:50:28 UTC
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
Comment 2 Benedict Reuschling freebsd_committer freebsd_triage 2011-05-27 12:37:52 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I will work on it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-27 13:06:58 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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-05-27 13:14:48 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"
Comment 5 Benedict Reuschling freebsd_committer freebsd_triage 2011-05-27 13:30:28 UTC
State Changed
From-To: open->closed

Patch committed, thanks! PR closed.