Replications ERROR

Christian Mack christian.mack at uni-konstanz.de
Wed Feb 16 15:47:42 UTC 2022


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 at 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 at 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 at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5351 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://dovecot.org/pipermail/dovecot/attachments/20220216/4e3f324c/attachment-0001.bin>


More information about the dovecot mailing list