fix dagent startup

This commit is contained in:
andreas
2023-04-05 19:58:58 +00:00
parent 109098ae55
commit b277bff19d
269 changed files with 333 additions and 3518 deletions

View File

@@ -1,19 +1,20 @@
# See the kopano-spooler.cfg(5) manpage for details and more directives.
# Outgoing mailserver
#smtp_server = localhost
#smtp_port = 25
smtp_server = postfix
smtp_port = 25
# Server Unix socket location
#server_socket = default:
# server_socket = default:
server_socket = https://server:237
# Login to the storage server using this SSL Key
#sslkey_file = /etc/kopano/ssl/spooler.pem
sslkey_file = /etc/kopano/ssl/private/system.core.key
# The password of the SSL Key
#sslkey_pass = replace-with-server-cert-password
sslkey_pass =
#log_method = auto
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
#log_level = 3
log_level = 6
#log_file = -
#log_timestamp = yes