|
Re: Kerio Connect v.9.2.9 released [message #145629 is a reply to message #145462] |
Wed, 24 April 2019 10:26   |
nibs
Messages: 86 Registered: November 2007
|
|

|
|
ian.bugeja wrote on Mon, 08 April 2019 08:41Hi all
The remote images being blocked is by design due to the new Security Policy HSTS.
To allow remote images being displayed change the configuration value for AppendHeaderContentSecurityPolicy in mailsettings.cfg
<variable name="AppendHeaderContentSecurityPolicy">default-src 'self' 'unsafe-eval' 'unsafe-inline' *.kerio.com; img-src * http: https: data:;</variable>
Please note that allowing remote images can expose valid user information within your organization such as email addresses and them being opened.
Regards
With the release of 9.2.9 Patch 1 yesterday with the bug fix:
Remote images are shown by default (disabled via config)
Is <variable name="AppendHeaderContentSecurityPolicy">default-src 'self' 'unsafe-eval' 'unsafe-inline' *.kerio.com; img-src * http: https: data:;</variable> default in mailserver.cfg now?
If we made this change previously, is there anything we need to reverse before applying 9.2.9 Patch 1?
Thanks,
Steve
|
|
|
Re: Kerio Connect v.9.2.9 released [message #145639 is a reply to message #145629] |
Thu, 25 April 2019 01:57  |
kurt.beeline
Messages: 1 Registered: July 2016 Location: Hayward, CA
|
|
|
|
Hello, after the 9.2.9 update I was seeing the following in the Warning log:
[24/Apr/2019 13:37:58] IM external process is not responding or is not running, trying to start it again...
[24/Apr/2019 13:39:03] IM external process is not responding or is not running, closing all client sessions...
[24/Apr/2019 13:39:03] IM external process is not responding or is not running, trying to start it again...
I stopped the Secure XMPP service and now I'm seeing the following. It's posting a new line every minute in the Error log.
[24/Apr/2019 16:40:21] StdErrChannel.cpp: XMPP Server [external]: [49] IM Bridge: Error while processing xmpp packet, service will be restarted. (IMBridge.processPacketForIM): org.jabsorb.client.ErrorResponse: JSONRPC error code 0: Caused by Cannot create PoolableConnectionFactory (Failed to start database '/usr/local/kerio/mailserver/store/im/databases/im-all' with class loader sun.misc.Launcher$AppClassLoader<_at_>7ea987ac, see the next exception for details.) at com.kerio.im.im.ImJsonRpcClient.processException(ImJsonRpcCl ient.java:220) at com.kerio.im.im.ImJsonRpcClient.processJsonRequest(ImJsonRpc Client.java:176) at com.kerio.im.im.ImJsonRpcClient.invokeImpl(ImJsonRpcClient.j ava:145) at com.kerio.im.im.ImJsonRpcClient.invoke(ImJsonRpcClient.java: 102) at com.sun.proxy.$Proxy22.setPresence(Unknown Source) at com.kerio.im.im.ImApi.setPresence(ImApi.java:157) at com.kerio.im.im.UserImClientImpl.setPresence(UserImClientImp l.java:29) at com.kerio.im.tigase.bridge.IM.IMConnection.connect(IMConnect ion.java:231) at co
I also just saw this after about 2.5 hours of the above:
[24/Apr/2019 14:00:20] backup.cpp: BACKUP: IM database backup request failed. IM backup will be skipped.
perhaps the database is corrupt?
|
|
|