Subversion Repositories configs

Rev

Rev 59 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
##############################################################
2
# INDEXED SEARCH SERVICE SETTINGS
3
 
4
# Location of the index files
23 - 5
index_path          =   /var/lib/zarafa/search/
4 - 6
 
7
# run as specific user
59 - 8
#run_as_user         = zarafa
4 - 9
 
10
# run as specific group
59 - 11
#run_as_group        = zarafa
4 - 12
 
13
# control pid file
59 - 14
#pid_file            =   /var/run/zarafad/search.pid
4 - 15
 
16
# run server in this path (when not using the -F switch)
59 - 17
#running_path = /var/lib/zarafa
4 - 18
 
19
# Limit the number of results returned (0 = don't limit)
43 - 20
limit_results		=	1000
4 - 21
 
22
##############################################################
23
# CONNECTION TO ZARAFA SERVER SETTINGS
24
#
25
 
26
# Socket to find the connection to the Zarafa server.
27
# Use https to reach servers over the network
59 - 28
#server_socket = file:///var/run/zarafad/server.sock
4 - 29
 
30
# Login to the Zarafa server using this SSL Key
23 - 31
#sslkey_file         = /etc/zarafa/ssl/search.pem
4 - 32
 
33
# The password of the SSL Key
23 - 34
#sslkey_pass         = replace-with-server-cert-password
4 - 35
 
36
##############################################################
37
# LISTEN SETTINGS
38
#
39
 
40
# binding address
41
# To setup for multi-server, use: http://0.0.0.0:port or https://0.0.0.0:port
59 - 42
server_bind_name   =   file:///var/run/zarafad/search.sock
4 - 43
 
44
# File with RSA key for SSL, used then server_bind_name uses https
45
ssl_private_key_file= /etc/zarafa/search/privkey.pem
46
 
47
# File with certificate for SSL, used then server_bind_name uses https
48
ssl_certificate_file= /etc/zarafa/search/cert.pem
49
 
50
##############################################################
51
# LOG SETTINGS
52
 
53
# Logging method (syslog, file)
54
log_method          =   file
55
 
59 - 56
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
57
#log_level           =   3
4 - 58
 
59
# Logfile for log_method = file, use '-' for stderr
60
log_file            =   /var/log/zarafa/search.log
61
 
62
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
63
log_timestamp       =   1
64
 
65
 
66
##############################################################
67
# ADVANCED INDEXED SEARCH SETTINGS
68
 
68 - 69
# Back end search engine (currently only xapian is supported)
70
search_engine		=   xapian
71
 
4 - 72
# Size of indexing cache (used for indexing only, not for searching)
73
term_cache_size		=   64M
74
 
75
# Ignore properties upon indexing
76
# Only override this setting to expand the list
77
#index_exclude_properties = 007D 0064 0C1E 0075 678E 678F
78
 
23 - 79
# Number of indexing processes used during initial indexing
80
# Setting this to a higher value can greatly speed initial indexing up,
81
# especially when attachments are indexed.
82
index_processes		=   1
4 - 83
 
84
##############################################################
85
# ATTACHMENT INDEX SETTINGS
86
 
87
# Should attachments be indexed
88
index_attachments	= no
89
 
90
# Maximum file size for attachments
91
index_attachment_max_size = 5M