7. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/25/2018 9:21:41 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

7.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ZIP\DSM-cif\Direct Implementation\java\assembly\stock\src\scripts\james3 imapserver.conf Tue May 22 13:23:22 2018 UTC
2 C:\AraxisMergeCompare\Pri_re\ZIP\DSM-cif\Direct Implementation\java\assembly\stock\src\scripts\james3 imapserver.conf Wed May 23 16:18:00 2018 UTC

7.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 158
Changed 1 2
Inserted 0 0
Removed 0 0

7.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

7.4 Active regular expressions

No regular expressions were active.

7.5 Comparison detail

  1   <?xml vers ion="1.0"? >
  2   <!--
  3     Licensed  to the Ap ache Softw are Founda tion (ASF)  under one    
  4     or more  contributo r license  agreements .  See the  NOTICE fi le 
  5     distribu ted with t his work f or additio nal inform ation         
  6     regardin g copyrigh t ownershi p.  The AS F licenses  this file    
  7     to you u nder the A pache Lice nse, Versi on 2.0 (th e             
  8     "License "); you ma y not use  this file  except in  compliance    
  9     with the  License.   You may o btain a co py of the  License at    
  10                                                                        
  11       http:/ /www.apach e.org/lice nses/LICEN SE-2.0                   
  12                                                                        
  13     Unless r equired by  applicabl e law or a greed to i n writing,    
  14     software  distribut ed under t he License  is distri buted on a n  
  15     "AS IS"  BASIS, WIT HOUT WARRA NTIES OR C ONDITIONS  OF ANY        
  16     KIND, ei ther expre ss or impl ied.  See  the Licens e for the     
  17     specific  language  governing  permission s and limi tations       
  18     under th e License.                                                
  19    -->
  20    
  21   <!--
  22      This te mplate fil e can be u sed as exa mple for J ames Serve r configur ation
  23      DO NOT  USE IT AS  SUCH AND A DAPT IT TO  YOUR NEED S
  24   -->
  25    
  26   <!-- See h ttp://jame s.apache.o rg/server/ 3/config.h tml for us age -->
  27  
  28   <imapserve rs>
  29  
  30           <! -- IMAP se rver is en abled by d efault -->
  31           <! -- Disabli ng blocks  will stop  them from  listening,  -->
  32           <! -- but doe s not free  as many r esources a s removing  them woul d -->
  33           <i mapserver  enabled="t rue">
  34           
  35          <jm xName>imap server</jm xName>
  36  
  37               <!-- Conf igure this  if you wa nt to bind  to a spec ific ineta ddress -->
  38               <!-- port  143 is th e well-kno wn/IANA re gistered p ort for IM AP -->
  39               <!-- port  993 is th e well-kno wn/IANA re gistered p ort for IM APS  ie ov er SSL/TLS  -->
  40               <!-- Plea se NOTE: y ou should  add this I P also to  your Remot eAddrNotIn Network -- >
  41               <!-- in o rder to av oid relay  check for  locally ge nerated bo unces -->     
  42               <bind>0.0 .0.0:143</ bind>
  43                
  44               <connecti onBacklog> 200</conne ctionBackl og>
  45                
  46               <!-- Set  to true to  use TLS f or the Soc ket.
  47                     To  use this y ou need to  copy sunj ce_provide r.jar to / path/james /lib direc tory.
  48                -->
  49               <tls sock etTLS="fal se" startT LS="true">
  50                 <!-- To  create a  new keysto re execute :
  51                  keytoo l -genkey  -alias jam es -keyalg  RSA -keys tore /path /to/james/ conf/keyst ore
  52                   -->
  53                 <keysto re>file:// conf/cakey store.jks< /keystore>
  54                  <secret> REDACTED </secret>
  55                 <provid er>org.bou ncycastle. jce.provid er.BouncyC astleProvi der</provi der>
  56               </tls>
  57                  
  58               <handler>
  59                   <!--  This is th e name use d by the s erver to i dentify it self in th e SMTP -->
  60                   <!--  protocol.   If autode tect is TR UE, the se rver will  discover i ts -->
  61                   <!--  own host n ame and us e that in  the protoc ol.  If di scovery fa ils, -->
  62                   <!--  the value  of 'localh ost' is us ed.  If au todetect i s FALSE, J ames -->
  63                   <!--  will use t he specifi ed value.  -->
  64                   <!--
  65                   <hell oName auto detect="tr ue">myMail Server</he lloName>
  66                    -->
  67                     
  68                   <!--  Connection  timeout i s 30 minut es and can  not be ch anged - Se e rfc2060  5.4 for de tails -->
  69                        
  70                   <!--  Set the ma ximum simu ltaneous i ncoming co nnections  for this s ervice -->
  71                   <conn ectionLimi t>0</conne ctionLimit >
  72                     
  73                   <!--  Set the ma ximum simu ltaneous i ncoming co nnections  per IP for  this serv ice -->
  74                   <conn ectionLimi tPerIP>0</ connection LimitPerIP >
  75                     
  76               </handler >
  77  
  78           </ imapserver >
  79  
  80   </imapserv ers>