System Configuration/Config Files French

Une grande partie des informations ci-dessous proviennent des mails suivant:
http://sourceforge.net/mailarchive/message.php?msg_id=3653672.
https://sourceforge.net/mailarchive/message.php?msg_id=2848339

Fichiers de Configuration

Les noms de chapitre correspondent au nom des fichiers, et en dessous suivent les parametres de configuration avec une description. L'application va chercher ses fichiers de propriétés dans '<ZOE>/Library/SZ/Configurations/Default/<Name.properties>'

FTP

alt.dev.szftp.SZFTP.properties

port=10021
determine quel port est utilisé par le serveur FTP de Zoe's FTP.

Mail

alt.dev.szmail.mbox.SZMboxImport.properties

path=/My/Very/Own/Path
configure un répertoire spécifique pour l'import. Vous devez indiquer un chemin absolu.

alt.dev.szmail.SZProvider.properties

debug.mail.session=true
activer le deboggage de Java Mail

alt.dev.szmail.SZService.properties

imap.port = 143
IMAP port utilisé pour télécharger ses mails
pop.port = 110
POP port utilisé pour télécharger ses mails

alt.dev.szmail.SZServiceAgent.properties

time.interval=180000
Intervalle de temps entre les raffraichissements. Exprimé en millisecondes (180000/1000ms/60sec = 3min).
folder.depth = 10
controle la profondeur des répertoires IMAP.
folder.count = 5000
fixe le maximum de répertoires qui seront traités.

alt.dev.szmail.SZSSL.properties

alt.dev.szmail.SZEnvelope.properties

fetch.limit=12
fixe la limite "fetch limit" (NDT: ?)

alt.dev.szmail.SZTransport.properties

POP

alt.dev.szpop.SZPOP.properties

RSS

alt.dev.szrss.SZRSSChannel.properties

RPC Service

alt.dev.szrpcservice.SZRPCService.properties

port=10123
determine le port utilisé par le serveur XML-RPC Zoe.

SMTP

alt.dev.szsmtp.SZSMTP.properties

port=10025
determine le port utilisé par le serveur SMTP de Zoe.

Other

alt.dev.szobject.SZIndex.properties

document.cache.size=150
Nombre de documents crées en mémoire avant d'être écris sur disque...Plus ce nombre est grand, moins on fait appel au disque, c'est mieux...
minimum.memory.size=10
En association avec
"document.cache.size", influe sur le moment ou un index sera évacué vers le disque. Un index est évacué si le nombre de documents > "document.cache.size" et le pourcentage de mémoire libre est en dessous de "minimum.memory.size". Plus les besoins en mémoire libre sont petits, mieux c'est ...

alt.dev.szobject.SZIndexer.properties

indexes.cache.size=15
Number of Lucene indexing to keep in cache... A Lucene index may use a significant number of files... and you may run out of file descriptor pretty quickly on some platforms (eg Mac OS X)... in such a case you will need to increase the number of file descriptor available to your process...
dbs.cache.size=15
Number of dbs to keep in the cache for indexing purpose... A dbs uses two file descriptors

alt.dev.szobject.SZStorage.properties

cache.size=15
Number of dbs to keep in the cache for object storage purpose...
records.cache.size=5000
Number of record to keep in the cache... Records contains the object data itself... The more records in cache, the less disk access... this mostly reduce lookup time.
objects.cache.size=1000
Number of objects to keep in the cach... The more objects in cache, the less object allocations... this mostly reduce lookup time.

alt.dev.zoe.Application.properties

connection.port=11111
http.port=10080
determines what port is used for Zoe's web interface.
local.host="127.0.0.1"
wan.host=

alt.dev.zoe.SZEnvelopeTable.properties

batch.size = 20

alt.dev.zoe.SZNameInspector.properties

maximum.size = 200

alt.dev.zoe.SZOrganizationInspector.properties

maximum.size = 1000

SpamHeader.properties

subject=*SPAM*
The property key maps to an email header. In this case, 'subject'. A message will be ignored if the lowercase header value starts with the lowercase property value. So a message with a subject of '*SPAM* URGENT RESPONSES NEEDED' will be ignored with the above property. see: Dealing With Spam

ZeroConf.properties

enabled=false
Enable or disable [ZeroConf], AKA [Rendezvous]. true or false. see : Disable Rendezvous.