Chapter 2. Configuration

Certainly you can edit all config files with your favourite editor, but it is highly recommendet to use the build-in Editor of the Setup Tool. The config files must be encoded as UTF-8, the build in Editor do this automatically

2.1. server.ini

Example 2-1.


[AI]
AI_HOST: cuon.biz
AI_PORT: 7082

Example 2-2.


[POSTGRES]
POSTGRES_DB: cuon
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
POSTGRES_USER: cuon_admin


[PDF]
ENCODING: latin-1

This are example data dor the postgres database, please set here your own values.

Example 2-3.


[EMAIL]
DEFAULTSERVER: oneInTheWorld
DEFAULTPORT: 25
DEFAULTUSER: set_username
DEFAULTPASSWORD: set_secret
EMAILENCODING: utf-8
CRYPT: TLS

This email values are for sending emails directly from the cuon systen, for example the newsletter. If you set the crypt value, cuon will choose the TLS protocol.

Normaly the port has standard values like 25 or so.

Jabber Server - Kommunikation with the AI

Example 2-4.


[JABBER]
SERVER:cuonsim2.de
USERNAME:cuon_test
PASSWORD:secret 

Communication with the AI using the jabber protocol

archiv automatically emails

Example 2-5.


[IMAP]
SERVER: mailxxx.com
USERNAME: MyName?
PASSWORD: secret
PORT: 143

send the version number for stats to program better client modules

Example 2-6.


[VERSION]
SEND_VERSION_INFO: YES