Rev 23 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
############################################################### ICAL SETTINGS# drop privileges and run the process as this userrun_as_user =# drop privileges and run the process as this grouprun_as_group =# create a pid file for stopping the service via the init.d scriptspid_file = /var/run/zarafa-ical.pid# run server in this path (when not using the -F switch)running_path = /# IP Address to bind to (0.0.0.0 for ANY)server_bind = 0.0.0.0# wether normal connections can be made to the ical serverical_enable = yes# port which the ical server listens on for normal connectionsical_port = 8080# wether ssl connections can be made to the ical servericals_enable = no# port which the ical server listens on for ssl connectionsicals_port = 8443# default connection to the Zarafa server# Please refer to the administrator manual or manpage why HTTP is used rather than the UNIX socket.server_socket = http://localhost:236/zarafa# Process model, using pthreads (thread) or processes (fork)process_model = fork############################################################### ICAL LOG SETTINGS# Logging method (syslog, file)log_method = file# Loglevel (0=no logging, 5=full logging)log_level = 2# Logfile for log_method = file, use '-' for stderrlog_file = /var/log/zarafa/ical.log# Log timestamp - prefix each log line with timestamp in 'file' logging modelog_timestamp = 1# Buffer logging in what sized blocks.# Bigger buffers is better for the performance but it gives lag# when running e.g. multitail or 'tail -f' on the log-file. If# you want to directly see what is happing, set this to e.g. 1.# So when debugging: make it a small value, else set it to# 4096 or more.log_buffer_size = 4096############################################################### ICAL SSL SETTINGS FOR INCOMING CONNECTIONS# File with RSA key for SSLssl_private_key_file = /etc/zarafa/ical/privkey.pem# File with certificate for SSLssl_certificate_file = /etc/zarafa/ical/cert.pem# Verify client certificatessl_verify_client = no# Client verify file and/or pathssl_verify_file =ssl_verify_path =# SSL protocols to use, set to '!SSLv2' for 'ssl_enable_v2 = no'ssl_protocols = !SSLv2# SSL ciphers to use, set to 'ALL' for backward compatibilityssl_ciphers = ALL:!LOW:!SSLv2:!EXP:!aNULL# Prefer the server's order of SSL ciphers over client'sssl_prefer_server_ciphers = no############################################################### OTHER ICAL SETTINGS# The timezone of the system clockserver_timezone = Europe/Amsterdam# The charset of data to expect when the client doesn't specify anydefault_charset = utf-8# Enable the iCalendar GET method for downloading calendarsenable_ical_get = yes