Rev 23 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
##############################################################
# INDEXED SEARCH SERVICE SETTINGS
# Location of the index files
index_path = /var/lib/zarafa/search/
# run as specific user
run_as_user = zarafa
# run as specific group
run_as_group = zarafa
# control pid file
pid_file = /var/run/zarafa-search.pid
# run server in this path (when not using the -F switch)
running_path = /
# Limit the number of results returned (0 = don't limit)
limit_results = 1000
##############################################################
# CONNECTION TO ZARAFA SERVER SETTINGS
#
# Socket to find the connection to the Zarafa server.
# Use https to reach servers over the network
server_socket = file:///var/run/zarafa
# Login to the Zarafa server using this SSL Key
#sslkey_file = /etc/zarafa/ssl/search.pem
# The password of the SSL Key
#sslkey_pass = replace-with-server-cert-password
##############################################################
# LISTEN SETTINGS
#
# binding address
# 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/zarafa-search
# File with RSA key for SSL, used then server_bind_name uses https
ssl_private_key_file= /etc/zarafa/search/privkey.pem
# File with certificate for SSL, used then server_bind_name uses https
ssl_certificate_file= /etc/zarafa/search/cert.pem
##############################################################
# 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 stderr
log_file = /var/log/zarafa/search.log
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
log_timestamp = 1
##############################################################
# ADVANCED INDEXED SEARCH SETTINGS
# Size of indexing cache (used for indexing only, not for searching)
term_cache_size = 64M
# Ignore properties upon indexing
# Only override this setting to expand the list
#index_exclude_properties = 007D 0064 0C1E 0075 678E 678F
# Number of indexing processes used during initial indexing
# Setting this to a higher value can greatly speed initial indexing up,
# especially when attachments are indexed.
index_processes = 1
# Back end search engine (currently only xapian is supported)
search_engine = xapian
##############################################################
# ATTACHMENT INDEX SETTINGS
# Should attachments be indexed
index_attachments = no
# Maximum file size for attachments
index_attachment_max_size = 5M
# Scripts to attachment to text parser
index_attachment_parser = /etc/zarafa/searchscripts/attachments_parser
# Maximum amount of memory which a parser may use in bytes (set to 0 for unlimited)
# If this maximum is exceeded the parser will be killed
index_attachment_parser_max_memory = 0
# Maximim amount of CPU time (in seconds) which a parser may spend on parsing (set to 0 for unlimited)
# If this maximum is exceeded the parser will be killed
index_attachment_parser_max_cputime = 0
# Filter out parsing of attachment which has a mimetype from this list
# Only the first part of the mime needs to be given, like 'image'.
# This field is SPACE separated
index_attachment_mime_filter =
# Filter out parsing of attachment which has an extension from this list
# (only tested if mimetype was not found on the attachment)
# This field is SPACE separated
index_attachment_extension_filter =