Last change
on this file 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:
786 bytes
|
Rev | Line | |
---|
[2c1b61a] | 1 | ############################################################## |
---|
| 2 | # SERVER SETTINGS |
---|
| 3 | |
---|
| 4 | # Socket to find the connection to the storage server. |
---|
| 5 | # Use https to reach servers over the network |
---|
| 6 | #server_socket = file:///var/run/kopano/server.sock |
---|
| 7 | |
---|
| 8 | # Login to the storage server using this SSL Key |
---|
| 9 | #sslkey_file = /etc/kopano/ssl/search.pem |
---|
| 10 | |
---|
| 11 | # The password of the SSL Key |
---|
| 12 | #sslkey_pass = replace-with-server-cert-password |
---|
| 13 | |
---|
| 14 | ############################################################## |
---|
| 15 | # LOG SETTINGS |
---|
| 16 | |
---|
| 17 | # Logging method (syslog, file) |
---|
| 18 | #log_method = file |
---|
| 19 | |
---|
| 20 | # Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug)) |
---|
| 21 | #log_level = 3 |
---|
| 22 | |
---|
| 23 | # Logfile for log_method = file, use '-' for stderr |
---|
| 24 | #log_file = /var/log/kopano/migration-pst.log |
---|
Note: See
TracBrowser
for help on using the repository browser.