35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
# See the kopano-ical.cfg(5) manpage for details and more directives.
|
|
|
|
# Space-separated list of address:port specifiers with optional %interface
|
|
# infix for where the server should listen for connections.
|
|
# ical has often been placed on 8080 and icals on 8443.
|
|
#
|
|
#ical_listen = *%lo:8080
|
|
#icals_listen =
|
|
#tls_min_proto = tls1.2
|
|
# File with RSA key for SSL
|
|
#ssl_private_key_file = /etc/kopano/ical/privkey.pem
|
|
# File with certificate for SSL
|
|
#ssl_certificate_file = /etc/kopano/ical/cert.pem
|
|
|
|
# Verify client certificate
|
|
#ssl_verify_client = no
|
|
# Client verify file and/or path
|
|
#ssl_verify_file =
|
|
#ssl_verify_path =
|
|
|
|
# default connection to the storage server
|
|
# Please refer to the administrator manual or manpage why HTTP is used rather than the UNIX socket.
|
|
#server_socket = http://localhost:236/
|
|
|
|
#log_method = auto
|
|
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
|
#log_level = 3
|
|
#log_file = /var/log/kopano/ical.log
|
|
#log_timestamp = yes
|
|
|
|
# The timezone of the system clock
|
|
#server_timezone = Europe/Amsterdam
|
|
# Enable the iCalendar GET method for downloading calendars
|
|
#enable_ical_get = yes
|