Subversion Repositories configs

Rev

Rev 23 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 - 1
##############################################################
2
# PRESENCE SERVICE SETTINGS
3
 
4
# Location of presence backup
5
data_path           =   /var/lib/zarafa/presence/
6
 
7
# save data every N minutes
8
data_save_interval   =   5
9
 
10
# run as specific user
11
run_as_user         =
12
 
13
# run as specific group
14
run_as_group        =
15
 
16
# control pid file
17
pid_file            =   /var/run/zarafa-presence.pid
18
 
19
# run server in this path (when not using the -F switch)
20
running_path        =   /
21
 
22
# Configure listening address and port, for standalone
23
# operation only
24
server_bind = 0.0.0.0
25
 
26
server_port = 1234
27
 
28
server_auth_user = presence
29
server_auth_password = presence
30
 
31
# Random key for session data
32
server_secret_key = GEHEIM
33
 
34
# Minutes after which authentication tokens expire
35
server_token_expire = 5
36
 
37
# Enabled plugins (currently available: xmpp, spreed)
38
plugins = spreed
39
 
40
##############################################################
41
# LOG SETTINGS
42
 
43
# Logging method (syslog, file)
44
log_method          =   file
45
 
46
# Loglevel (0=no logging, 5=full logging)
47
log_level           =   6
48
 
49
# Logfile for log_method = file, use '-' for stderr
50
log_file            =   /var/log/zarafa/presence.log
51
 
52
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
53
log_timestamp       =   1
54
 
55
##############################################################
56
# XMPP PLUGIN SETTINGS
57
 
58
# log in as user
59
xmpp_jid            =
60
 
61
# with password
62
xmpp_password       =
63
 
64
# strip entire domain
65
xmpp_user_id_strip_domain = true
66
 
67
##############################################################
68
# SPREED PLUGIN SETTINGS
69
 
70
# Minutes after which user without updates becomes unavailable
71
spreed_auto_unavailable = 2