source: npl/mailserver/zarafa_conf7/root/etc/zarafa/licensed.cfg @ 128fde4

gcc484perl-5.22
Last change on this file since 128fde4 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 1.2 KB
Line 
1##############################################################
2# SERVER SETTINGS
3
4# The socket that the license server will run on
5# default: /var/run/zarafa-licensed
6server_pipe_name = /var/run/zarafad/zarafa-licensed
7
8# The URL on which we can contact zarafa-server
9server_socket = file:///var/run/zarafad/prio.sock
10
11# License path (should contain 'base' and CALs in other files)
12license_path            = /etc/zarafa/license
13
14# drop privileges and run the process as this user
15run_as_user             = zarafa
16
17# drop privileges and run the process as this group
18run_as_group            = zarafa
19
20# create a pid file for stopping the service via the init.d scripts
21pid_file                = /var/run/zarafa-licensed.pid
22
23# run server in this path (when not using the -F switch)
24running_path = /
25
26##############################################################
27# LOG SETTINGS
28
29# Logging method (syslog, eventlog, file)
30log_method              = file
31
32# Logfile (for log_method = file, '-' for stderr)
33log_file                = /var/log/zarafa/licensed.log
34
35# Loglevel (0=no logging, 5=full logging)
36log_level               = 2
37
38# Log timestamp - prefix each log line with timestamp in 'file' logging mode
39log_timestamp           = 1
Note: See TracBrowser for help on using the repository browser.