Hello,
Can any Help me to find out the Problem with "sync failed"
I have all disabled only one user is in the moment running?
doveadm replicator status '*'
username priority fast sync full sync
success sync failed
gjn@example.com none 00:01:47 23:37:43 -
y
gjn none 00:01:47 23:42:43 -
y
Could it be a Problem with this doveadm user '*' gjn@example.com
What is the way to become logs what is going wrong ?
Could it be, I have Problems with the Dovecot Variables in the LDAP Config ?
Thanks very match for a answer,
-- mit freundlichen Grüßen / best regards
Günther J. Niederwimmer
Hello
Am 14.02.22 um 14:41 schrieb Günther J. Niederwimmer:
Hello,
Can any Help me to find out the Problem with "sync failed"
I have all disabled only one user is in the moment running?
doveadm replicator status '*' username priority fast sync full sync success sync failed gjn@example.com none 00:01:47 23:37:43 -
y
gjn none 00:01:47 23:42:43 -
yCould it be a Problem with this doveadm user '*' gjn@example.com
What is the way to become logs what is going wrong ?
Could it be, I have Problems with the Dovecot Variables in the LDAP Config ?
Thanks very match for a answer,
I would try a manual sync and see what error messages you get. something like: doveadm -v -D sync -u ${USER_NAME} -f tcp:${SERVERNAME_TO_SYNC_TO} 2>&1 | tee sync-error.log
Kind regards, Christian Mack
-- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung IT-Dienste Forschung und Lehre 78457 Konstanz +49 7531 88-4416
Hallo Christian,
Danke für Deine Antwort!
Am Dienstag, 15. Februar 2022, 13:44:20 CET schrieb Christian Mack:
Hello
Am 14.02.22 um 14:41 schrieb Günther J. Niederwimmer:
Hello,
Can any Help me to find out the Problem with "sync failed"
I have all disabled only one user is in the moment running?
doveadm replicator status '*' username priority fast sync full sync success sync failed gjn@example.com none 00:01:47 23:37:43
- y gjn none 00:01:47 23:42:43 - y
Could it be a Problem with this doveadm user '*' gjn@example.com
What is the way to become logs what is going wrong ?
Could it be, I have Problems with the Dovecot Variables in the LDAP Config ?
Thanks very match for a answer,
I would try a manual sync and see what error messages you get. something like: doveadm -v -D sync -u ${USER_NAME} -f tcp:${SERVERNAME_TO_SYNC_TO} 2>&1 | tee sync-error.log
I have this as answer -bash: tcp:${mx01.example.com.lan}: Falsche Variablenersetzung.
olso with a IP address What is the correct syntax Thanks
PS: sowas hatte ich schon gesucht, aber nicht gefunden DANKE
mit freundlichen Grüßen / best regards
Günther J. Niederwimmer
Hello
Am 16.02.22 um 14:35 schrieb Günther J. Niederwimmer:
Hallo Christian,
Danke für Deine Antwort!
Am Dienstag, 15. Februar 2022, 13:44:20 CET schrieb Christian Mack:
Hello
Am 14.02.22 um 14:41 schrieb Günther J. Niederwimmer:
Hello,
Can any Help me to find out the Problem with "sync failed"
I have all disabled only one user is in the moment running?
doveadm replicator status '*' username priority fast sync full sync success sync failed gjn@example.com none 00:01:47 23:37:43
- y gjn none 00:01:47 23:42:43 - y
Could it be a Problem with this doveadm user '*' gjn@example.com
What is the way to become logs what is going wrong ?
Could it be, I have Problems with the Dovecot Variables in the LDAP Config ?
Thanks very match for a answer,
I would try a manual sync and see what error messages you get. something like: doveadm -v -D sync -u ${USER_NAME} -f tcp:${SERVERNAME_TO_SYNC_TO} 2>&1 | tee sync-error.log
I have this as answer -bash: tcp:${mx01.example.com.lan}: Falsche Variablenersetzung.
olso with a IP address What is the correct syntax Thanks
PS: sowas hatte ich schon gesucht, aber nicht gefunden DANKE
Sorry, didn't expect this to be a problem. The ${...} are shell variables, therefore try in your case:
doveadm -v -D sync -u gjn@example.com -f tcp:mx01.example.com.lan 2>&1 | tee sync-error.log
Kind regards, Christian Mack
-- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung IT-Dienste Forschung und Lehre 78457 Konstanz +49 7531 88-4416
participants (2)
-
Christian Mack
-
Günther J. Niederwimmer