Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
############################################################### PRESENCE SERVICE SETTINGS# Location of presence backupdata_path = /var/lib/zarafa/presence/# save data every N minutesdata_save_interval = 5# run as specific userrun_as_user =# run as specific grouprun_as_group =# control pid filepid_file = /var/run/zarafa-presence.pid# run server in this path (when not using the -F switch)running_path = /# create memory coredumps upon crash in the running_path directorycoredump_enabled = no# Configure listening address and port, for standalone# operation onlyserver_bind = 0.0.0.0server_port = 1234server_auth_user = presenceserver_auth_password = presence# Random key for session dataserver_secret_key = GEHEIM# Minutes after which authentication tokens expireserver_token_expire = 5# Enabled plugins (currently available: xmpp, spreed)plugins = spreed############################################################### LOG SETTINGS# Logging method (syslog, file)log_method = file# Loglevel (0=no logging, 5=full logging)log_level = 6# Logfile for log_method = file, use '-' for stderrlog_file = /var/log/zarafa/presence.log# Log timestamp - prefix each log line with timestamp in 'file' logging modelog_timestamp = 1############################################################### XMPP PLUGIN SETTINGS# log in as userxmpp_jid =# with passwordxmpp_password =# strip entire domainxmpp_user_id_strip_domain = true############################################################### SPREED PLUGIN SETTINGS# Minutes after which user without updates becomes unavailablespreed_auto_unavailable = 2