source: npl/mailserver/kopano_conf/root/etc/kopano/presence.cfg @ 2c1b61a

gcc484perl-5.22
Last change on this file since 2c1b61a was 2c1b61a, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

migrated settings to new default configs

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