Changeset 2c1b61a for npl/mailserver/kopano_conf/root/etc/kopano/ical.cfg
- Timestamp:
- 11/30/17 00:15:29 (7 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 94b5bc1
- Parents:
- 6165e17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/mailserver/kopano_conf/root/etc/kopano/ical.cfg
r6165e17 r2c1b61a 3 3 4 4 # drop privileges and run the process as this user 5 run_as_user = kopano5 #run_as_user = kopano 6 6 7 7 # drop privileges and run the process as this group 8 run_as_group = kopano8 #run_as_group = kopano 9 9 10 # create a pid file for stopping the service via the init.d scripts 11 #pid_file = /var/run/kopano/ical.pid 10 12 11 13 # run server in this path (when not using the -F switch) 12 running_path = / 14 #running_path = /var/lib/kopano 13 15 14 # IP Address to bind to ( 0.0.0.0for ANY)15 server_bind = 0.0.0.0 16 # IP Address to bind to (empty for ANY) 17 #server_bind = 16 18 17 # w ether normal connections can be made to the ical server19 # whether normal connections can be made to the ical server 18 20 ical_enable = yes 19 21 20 22 # port which the ical server listens on for normal connections 21 ical_port = 80 0823 ical_port = 8080 22 24 23 # w ether ssl connections can be made to the ical server25 # whether ssl connections can be made to the ical server 24 26 icals_enable = yes 25 27 … … 27 29 icals_port = 8443 28 30 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. 33 server_socket = http://localhost:236/ 31 34 32 35 # Process model, using pthreads (thread) or processes (fork) 33 36 process_model = fork 34 35 enable_ical_get=yes36 37 37 38 ############################################################## … … 41 42 log_method = file 42 43 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 45 46 46 47 # Logfile for log_method = file, use '-' for stderr … … 49 50 # Log timestamp - prefix each log line with timestamp in 'file' logging mode 50 51 log_timestamp = 1 52 53 # Buffer logging in what sized blocks. 0 for line-buffered (syslog-style). 54 #log_buffer_size = 0 51 55 52 56 ############################################################## … … 63 67 64 68 # Client verify file and/or path 65 ssl_verify_file = 69 ssl_verify_file = 66 70 ssl_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 77 ssl_ciphers = ALL:!LOW:!SSLv2:!EXP:!aNULL 78 79 # Prefer the server's order of SSL ciphers over client's 80 ssl_prefer_server_ciphers = no 67 81 68 82 ############################################################## … … 75 89 default_charset = utf-8 76 90 91 # Enable the iCalendar GET method for downloading calendars 92 enable_ical_get = yes
Note: See TracChangeset
for help on using the changeset viewer.