Rev 43 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
############################################################### INDEXED SEARCH SERVICE SETTINGS# Location of the index filesindex_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/zarafad/search.pid# run server in this path (when not using the -F switch)#running_path = /var/lib/zarafa# 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/zarafad/server.sock# 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:portserver_bind_name = file:///var/run/zarafad/search.sock# File with RSA key for SSL, used then server_bind_name uses httpsssl_private_key_file= /etc/zarafa/search/privkey.pem# File with certificate for SSL, used then server_bind_name uses httpsssl_certificate_file= /etc/zarafa/search/cert.pem############################################################### LOG SETTINGS# Logging method (syslog, file)log_method = file# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))#log_level = 3# Logfile for log_method = file, use '-' for stderrlog_file = /var/log/zarafa/search.log# Log timestamp - prefix each log line with timestamp in 'file' logging modelog_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 indexedindex_attachments = no# Maximum file size for attachmentsindex_attachment_max_size = 5M# Scripts to attachment to text parserindex_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 killedindex_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 killedindex_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 separatedindex_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 separatedindex_attachment_extension_filter =