danke für die message.
So hatte ich das auch interpretiert, aber Fakt ist folgendes:
Apache, Postfix, Kopano-server läuft. WebApp läuft und hat alle Mails, Cals und User-Einträge bis zum Upgrade 4.3. Danach gabs keinen Empfang/ Versand mehr. Einlaufende Mails wurden gebounced.
Nach div. Reparaturen geht nun der Empfang wieder - aber mit 30-60 min. Verspätung bis es im WebApp aufschlägt.
Aus dem WebApp kann nicht versendet werden. Und swaks macht den Job nur ohne Authentifizierung:
root@uni:~# swaks --to my.account@address.tld --from my.account@address.tld --auth-user me@address.tld --auth-password pw --server 192.168.0.50 --port 587 --tls
=== Trying 192.168.0.50:587...
=== Connected to 192.168.0.50.
<- 220 univention.address.tld ESMTP Postfix
-> EHLO univention.address.tld
<- 250-univention.address.tld
<- 250-PIPELINING
<- 250-SIZE 102400000
<- 250-VRFY
<- 250-ETRN
<- 250-STARTTLS
<- 250-ENHANCEDSTATUSCODES
<- 250-8BITMIME
<- 250 DSN
-> STARTTLS
<- 220 2.0.0 Ready to start TLS
=== TLS started with cipher TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256
=== TLS no local certificate set
=== TLS peer DN="/C=DE/ST=DE/L=DE/O=homeadr/OU=Univention Corporate Server/CN=univention.address.tld/emailAddress=ssl@address.tld"
~> EHLO univention.address.tld
<~ 250-univention.address.tld
<~ 250-PIPELINING
<~ 250-SIZE 102400000
<~ 250-VRFY
<~ 250-ETRN
<~ 250-AUTH PLAIN LOGIN
<~ 250-AUTH=PLAIN LOGIN
<~ 250-ENHANCEDSTATUSCODES
<~ 250-8BITMIME
<~ 250 DSN
~> AUTH LOGIN
<~ 334 VXNlcm5hbWU6
~> cnZAYXN0YXJheC5kZQ==
<~ 334 UGFzc3dvcmQ6
~> bGVyaWNpcnY=
<~* 535 5.7.8 Error: authentication failed: authentication failure
~> AUTH PLAIN AHJ2QGFzdGFyYXguZGUAbGVyaWNpcnY=
<~* 535 5.7.8 Error: authentication failed: authentication failure
*** No authentication type succeeded
~> QUIT
<~ 221 2.0.0 Bye
=== Connection closed with remote host.
mail.log
sagt nichts mehr. Ich musste es löschen weil es wie ein Hefekuchen aufging und seither gabs keine Einträge mehr.
dagent + spooler sind seit Tagen ohne Einträge.
Einzig kopano/server.log
meldet:
Fri Mar 23 11:16:54 2018: [ notice] Starting kopano-server version 8.4.5.0 (pid 26133)
Fri Mar 23 11:16:54 2018: [warning] Config warning: Option 'sync_log_all_changes' is not used anymore.
Fri Mar 23 11:16:54 2018: [warning] Config warning: Option 'plugin_path' is not used anymore.
Fri Mar 23 11:16:54 2018: [warning] Config warning: Option 'thread_stacksize' is not used anymore.
Fri Mar 23 11:16:54 2018: [warning] Config warning: Option 'client_update_enabled' is not used anymore.
Fri Mar 23 11:16:54 2018: [warning] Config warning: Option 'client_update_path' is not used anymore.
Fri Mar 23 11:16:54 2018: [warning] Config warning: Option 'client_update_log_level' is not used anymore.
Fri Mar 23 11:16:54 2018: [warning] Config warning: Option 'client_update_log_path' is not used anymore.
Fri Mar 23 11:16:54 2018: [error ] Coredumps will not be generated: kopano-server requires the fs.suid_dumpable sysctl to contain the value 2, not 0.
Fri Mar 23 11:29:19 2018: [error ] LDAP search error: Can't contact LDAP server. Will unbind, reconnect and retry.
Und kopano/search.log
sagt:
2018-03-23 11:16:50,364 - 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)
Das ist aber m.W. auf einen Bug im Kopano zurück zu führen und ohne Relevanz.
Darum denke ich an die LDAP-Fehlermeldung, das ist momentan der Einzige Strohhalm.