source: npl/mailserver/kopano_conf/root/etc/zarafa/ical.cfg @ 2fcc226

gcc484perl-5.22
Last change on this file since 2fcc226 was 2fcc226, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

rename string zarafa->kopano

  • Property mode set to 100644
File size: 1.9 KB
Line 
1##############################################################
2# ICAL SETTINGS
3
4# drop privileges and run the process as this user
5run_as_user = kopano
6
7# drop privileges and run the process as this group
8run_as_group = kopano
9
10
11# run server in this path (when not using the -F switch)
12running_path = /
13
14# IP Address to bind to (0.0.0.0 for ANY)
15server_bind = 0.0.0.0
16
17# wether normal connections can be made to the ical server
18ical_enable = yes
19
20# port which the ical server listens on for normal connections
21ical_port = 8008
22
23# wether ssl connections can be made to the ical server
24icals_enable = yes
25
26# port which the ical server listens on for ssl connections
27icals_port = 8443
28
29# default connection to the Kopano server
30server_socket = http://localhost:236/kopano
31
32# Process model, using pthreads (thread) or processes (fork)
33process_model = fork
34
35enable_ical_get=yes
36
37##############################################################
38# ICAL LOG SETTINGS
39
40# Logging method (syslog, file)
41log_method = file
42
43# Loglevel (0=no logging, 5=full logging)
44log_level = 2
45
46# Logfile for log_method = file, use '-' for stderr
47log_file = /var/log/kopano/ical.log
48
49# Log timestamp - prefix each log line with timestamp in 'file' logging mode
50log_timestamp = 1
51
52##############################################################
53# ICAL SSL SETTINGS FOR INCOMING CONNECTIONS
54
55# File with RSA key for SSL
56ssl_private_key_file = /usr/webint/ssl/server.pem
57
58# File with certificate for SSL
59ssl_certificate_file = /usr/webint/ssl/server.crt
60
61# Verify client certificate
62ssl_verify_client = no
63
64# Client verify file and/or path
65ssl_verify_file =
66ssl_verify_path =
67
68##############################################################
69# OTHER ICAL SETTINGS
70
71# The timezone of the system clock
72server_timezone = Europe/Amsterdam
73
74# The charset of data to expect when the client doesn't specify any
75default_charset = utf-8
76
Note: See TracBrowser for help on using the repository browser.