update recovered sdlc git repo
This commit is contained in:
39
etc-template/kopano/search.cfg
Normal file
39
etc-template/kopano/search.cfg
Normal file
@@ -0,0 +1,39 @@
|
||||
# See kopano-search.cfg(5) for more details and directives.
|
||||
|
||||
# Location of the index files
|
||||
#index_path = /var/lib/kopano/search/
|
||||
# Limit the number of results returned (0 = no limit)
|
||||
#limit_results = 1000
|
||||
|
||||
# Use https to reach servers over the network
|
||||
server_socket = https://zntrl-server-1:237
|
||||
# Login to the storage server using this SSL Key
|
||||
sslkey_file = /etc/kopano/ssl/private/system-key-cert.pem
|
||||
# The password of the SSL Key
|
||||
#sslkey_pass = replace-with-server-cert-password
|
||||
|
||||
# To setup for multi-server, use: http://0.0.0.0:port or https://0.0.0.0:port
|
||||
#server_bind_name = file:///var/run/kopano/search.sock
|
||||
# File with certificate for SSL, used when server_bind_name uses https://...
|
||||
#ssl_certificate_file = /etc/kopano/search/cert.pem
|
||||
# File with RSA key for SSL, used when server_bind_name uses https://...
|
||||
#ssl_private_key_file = /etc/kopano/search/privkey.pem
|
||||
|
||||
#log_method = auto
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
log_level = 6
|
||||
#log_file = /var/log/kopano/search.log
|
||||
#log_timestamp = yes
|
||||
|
||||
# Number of indexing processes used during initial indexing
|
||||
#index_processes = 1
|
||||
#index_drafts = yes
|
||||
#index_junk = yes
|
||||
# Prepare search suggestions ("did-you-mean?") during indexing
|
||||
# This takes up a large percentage of the used disk space
|
||||
#suggestions = yes
|
||||
|
||||
# Should attachments be indexed
|
||||
#index_attachments = no
|
||||
# Maximum file size for attachments
|
||||
#index_attachment_max_size = 5M
|
||||
Reference in New Issue
Block a user