Ignore:
Timestamp:
11/30/17 00:15:29 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, perl-5.22
Children:
94b5bc1
Parents:
6165e17
Message:

migrated settings to new default configs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/mailserver/kopano_conf/root/etc/kopano/ical.cfg

    r6165e17 r2c1b61a  
    33
    44# drop privileges and run the process as this user
    5 run_as_user = kopano
     5#run_as_user = kopano
    66
    77# drop privileges and run the process as this group
    8 run_as_group = kopano
     8#run_as_group = kopano
    99
     10# create a pid file for stopping the service via the init.d scripts
     11#pid_file = /var/run/kopano/ical.pid
    1012
    1113# run server in this path (when not using the -F switch)
    12 running_path = /
     14#running_path = /var/lib/kopano
    1315
    14 # IP Address to bind to (0.0.0.0 for ANY)
    15 server_bind = 0.0.0.0
     16# IP Address to bind to (empty for ANY)
     17#server_bind =
    1618
    17 # wether normal connections can be made to the ical server
     19# whether normal connections can be made to the ical server
    1820ical_enable = yes
    1921
    2022# port which the ical server listens on for normal connections
    21 ical_port = 8008
     23ical_port = 8080
    2224
    23 # wether ssl connections can be made to the ical server
     25# whether ssl connections can be made to the ical server
    2426icals_enable = yes
    2527
     
    2729icals_port = 8443
    2830
    29 # default connection to the Kopano server
    30 server_socket = http://localhost:236/kopano
     31# default connection to the storage server
     32# Please refer to the administrator manual or manpage why HTTP is used rather than the UNIX socket.
     33server_socket = http://localhost:236/
    3134
    3235# Process model, using pthreads (thread) or processes (fork)
    3336process_model = fork
    34 
    35 enable_ical_get=yes
    3637
    3738##############################################################
     
    4142log_method = file
    4243
    43 # Loglevel (0=no logging, 5=full logging)
    44 log_level = 2
     44# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
     45#log_level = 3
    4546
    4647# Logfile for log_method = file, use '-' for stderr
     
    4950# Log timestamp - prefix each log line with timestamp in 'file' logging mode
    5051log_timestamp = 1
     52
     53# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
     54#log_buffer_size = 0
    5155
    5256##############################################################
     
    6367
    6468# Client verify file and/or path
    65 ssl_verify_file = 
     69ssl_verify_file =
    6670ssl_verify_path =
     71
     72# SSL protocols to use, space-separated list of protocols
     73# (SSLv3 TLSv1 TLSv1.1 TLSv1.2); prefix with ! to lock out a protocol.
     74#ssl_protocols =
     75
     76# SSL ciphers to use, set to 'ALL' for backward compatibility
     77ssl_ciphers = ALL:!LOW:!SSLv2:!EXP:!aNULL
     78
     79# Prefer the server's order of SSL ciphers over client's
     80ssl_prefer_server_ciphers = no
    6781
    6882##############################################################
     
    7589default_charset = utf-8
    7690
     91# Enable the iCalendar GET method for downloading calendars
     92enable_ical_get = yes
Note: See TracChangeset for help on using the changeset viewer.