UCS Upgrade auf 4.3 => Kopano steht!

Port 25 ist nun für Postfix per explicitem Eintrag freigeschaltet. Der angebliche Vorgabewert “25” greift nicht.

Versand via swak funktioniert nun,

=== Trying 192.168.0.10:25...
=== Connected to 192.168.0.50.
<-  220 uni.kopanoadr.tld ESMTP Postfix
 -> EHLO uni.kopanoadr.tld
<-  250-uni.kopanoadr.tld
<-  250-PIPELINING
<-  250-SIZE 102400000
<-  250-VRFY
<-  250-ETRN
<-  250-STARTTLS
<-  250-ENHANCEDSTATUSCODES
<-  250-8BITMIME
<-  250 DSN
 -> MAIL FROM:<my.homeadr@kopanoadr.tld>
<-  250 2.1.0 Ok
 -> RCPT TO:<outside@gmx.de>
<-  250 2.1.5 Ok
 -> DATA
<-  354 End data with <CR><LF>.<CR><LF>
 -> Date: Thu, 22 Mar 2018 10:15:06 +0100
 -> To: outside@gmx.de
 -> From: my.homeadr@kopanoadr.tld
 -> Subject: test Thu, 22 Mar 2018 10:15:06 +0100
 -> Message-Id: <20180322101506.001386@uni.kopanoadr.tld>
 -> X-Mailer: swaks v20170101.0 jetmore.org/john/code/swaks/
 ->
 -> This is a test mailing
 ->
 -> .
<-  250 2.0.0 Ok: queued as DE8C9140FD1
 -> QUIT
<-  221 2.0.0 Bye
=== Connection closed with remote host.

der Eintrag im mail.log lautet

Mar 22 10:15:07 uni postfix/smtp[1393]: 410FC140FDB: to=<outside@gmx.de>, relay=mx01.emig.gmx.net[212.227.17.5]:25, delay=0.46, delays=0.06/0.02/0.23/0.16, dsn=2.0.0, status=sent (250 Requested mail action okay, completed: id=1MibcN-1eLjXZ2cXH-00f8nY)
Mar 22 10:15:07 uni postfix/qmgr[14641]: 410FC140FDB: removed

Aber in Kopano tut sich im Versand nichts. Eine Erklärung gibt das kopano/server.log

Thu Mar 22 08:53:08 2018: [error  ] Previous message logged 2 times
Thu Mar 22 08:53:08 2018: [warning] SQL [00000256] info: Try to reconnect
Thu Mar 22 09:00:24 2018: [error  ] LDAP search error: Can't contact LDAP server. Will unbind, reconnect and retry.

Wie bringe ich die LDAP Verbindung auf die Reihe?

grtz

Neu im kopano/server.log steht nach reload vom kopano-server:

Thu Mar 22 10:55:22 2018: [ notice] Starting kopano-server version 8.4.5.0 (pid 5489)
Thu Mar 22 10:55:22 2018: [warning] Config warning: Option 'sync_log_all_changes' is not used anymore.
Thu Mar 22 10:55:22 2018: [warning] Config warning: Option 'plugin_path' is not used anymore.
Thu Mar 22 10:55:22 2018: [warning] Config warning: Option 'thread_stacksize' is not used anymore.
Thu Mar 22 10:55:22 2018: [warning] Config warning: Option 'client_update_enabled' is not used anymore.
Thu Mar 22 10:55:22 2018: [warning] Config warning: Option 'client_update_path' is not used anymore.
Thu Mar 22 10:55:22 2018: [warning] Config warning: Option 'client_update_log_level' is not used anymore.
Thu Mar 22 10:55:22 2018: [warning] Config warning: Option 'client_update_log_path' is not used anymore.
Thu Mar 22 10:55:22 2018: [error  ] Coredumps will not be generated: kopano-server requires the fs.suid_dumpable sysctl to contain the value 2, not 0.

Ist das für das vorliegende Problem relevant?
Darüber hinaus hat sich kopano/search.log gemeldet nachdem über die WebApp ein Versand veranlasst wurde:

2018-03-22 10:55:18,230 - search - ERROR - Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/kopano/log.py", line 87, in log_exc
    try: yield
  File "/usr/lib/python2.7/dist-packages/kopano_search/__init__.py", line 368, in incremental_sync
    new_state = self.server.sync(importer, self.state, log=self.log)
  File "/usr/lib/python2.7/dist-packages/kopano/server.py", line 606, in sync
    return _ics.sync(self, self.mapistore, importer, state, log or self.log, max_changes, window=window, begin=begin, end=end, stats=stats)
  File "/usr/lib/python2.7/dist-packages/kopano/ics.py", line 216, in sync
    exporter.Config(stream, flags, importer, restriction, None, None, 0)
  File "/usr/lib/python2.7/dist-packages/MAPICore.py", line 1900, in Config
    return _MAPICore.IExchangeExportChanges_Config(self, lpStream, ulFlags, lpUnk, lpRestriction, lpIncludeProps, lpExcludeProps, ulBufferSize)
MAPIErrorNetworkError: MAPI error 80040115 (MAPI_E_NETWORK_ERROR)

und das kommt aus dem apache/error.log:

[Thu Mar 22 11:14:56.007407 2018] [mpm_prefork:notice] [pid 29827] AH00163: Apache/2.4.25 (Univention) OpenSSL/1.0.2l configured -- resuming normal operations
[Thu Mar 22 11:14:56.007479 2018] [core:notice] [pid 29827] AH00094: Command line: '/usr/sbin/apache2'
[Thu Mar 22 11:15:06.986484 2018] [autoindex:error] [pid 29830] [client 192.168.0.172:31886] AH01276: Cannot serve directory /var/www/univention/js/umc/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive, referer: https://192.168.0.50/univention/login/?location=%2Funivention%2Fmanagement%2F%23module%3Dupdater%3A%3A0%3A&lang=de-DE

Und an dieser Stelle sei vermerkt daß bis zum Update auf 4.3 alles klaglos lief. …

Mastodon