update recovered sdlc git repo
This commit is contained in:
@@ -13,9 +13,9 @@ lmtp_listen = *:2003
|
||||
|
||||
# connection to the storage server
|
||||
#server_socket = file:///var/run/kopano/server.sock
|
||||
server_socket = https://server:237
|
||||
server_socket = https://zntrl-server-1:237
|
||||
# Login to the storage server using this SSL Key
|
||||
sslkey_file = /etc/kopano/ssl/private/system-key-cert.pem
|
||||
sslkey_file = /etc/kopano/ssl/private/dagent-key-cert.pem
|
||||
# The password of the SSL Key
|
||||
sslkey_pass =
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#limit_results = 1000
|
||||
|
||||
# Use https to reach servers over the network
|
||||
server_socket = https://server:237
|
||||
server_socket = https://zntrl-server-1:237
|
||||
# Login to the storage server using this SSL Key
|
||||
sslkey_file = /etc/kopano/ssl/private/system-key-cert.pem
|
||||
# The password of the SSL Key
|
||||
|
||||
@@ -5,7 +5,7 @@ smtp_server = postfix
|
||||
smtp_port = 25
|
||||
|
||||
# Server Unix socket location
|
||||
server_socket = https://server:237
|
||||
server_socket = https://zntrl-server-1:237
|
||||
# Login to the storage server using this SSL Key
|
||||
sslkey_file = /etc/kopano/ssl/private/system-key-cert.pem
|
||||
# The password of the SSL Key
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
* Default settings
|
||||
*/
|
||||
// Defines the default time zone, change e.g. to "Europe/London" if necessary
|
||||
define('TIMEZONE', '');
|
||||
define('TIMEZONE', 'Europe/Berlin');
|
||||
|
||||
// Defines the base path on the server
|
||||
define('BASE_PATH', dirname($_SERVER['SCRIPT_FILENAME']). '/');
|
||||
|
||||
Reference in New Issue
Block a user