Displaying 6 results from an estimated 6 matches for "source_us".
Did you mean:
source_ns
2019 Jan 22
2
Moving messages between servers with different configurations
...2 -u testuser -t
messages test
messages=43
[@~]# doveadm mailbox status -u testuser -t messages INBOX/test2
messages=16
Also tried with
doveadm -v copy -S 192.168.10.43:542 -u testuser INBOX/test2 user
testuser mailbox test
>doveadm [-Dv] move [-S socket_path] -u user destination [user
source_user] search_query
>
>Moving all mails from mailbox INBOX/test on serverA to mailbox
>Archive/2017 on local serverB.
> + destination Archive/2017 must exist
> + Limitation: source_user and testuser must share the same UID and
GID
>
>doveadm move -S x.x.x.x:x -u testuserAtS...
2019 Jan 21
2
Moving messages between servers with different configurations
I wanted to move messages from a mbox mailbox on server A to mdbox on
server B. I thought I could do this by connecting to the remote server
with "doveadm move -S x.x.x.x:x -u testuser Archive/2017 mailbox
INBOX/test" but I guess this will only allow and move messages
internally on server B?
Should I use dsync, or is there another way to move the messages?
2019 Jan 22
1
Moving messages between servers with different configurations
...BOX/test2
>> messages=16
>>
>> Also tried with
>> doveadm -v copy -S 192.168.10.43:542 -u testuser INBOX/test2 user
>> testuser mailbox test
>>
>>
>>
>>> doveadm [-Dv] move [-S socket_path] -u user destination [user
>> source_user] search_query
>>>
>>> Moving all mails from mailbox INBOX/test on serverA to mailbox
>>> Archive/2017 on local serverB.
>>> + destination Archive/2017 must exist
>>> + Limitation: source_user and testuser must share the same UID and
>> GI...
2019 Jan 22
0
Moving messages between servers with different configurations
Hi,
doveadm [-Dv] move [-S socket_path] -u user
destination [user
source_user] search_query
Moving all mails from mailbox INBOX/test on serverA to mailbox
Archive/2017 on local serverB.
+ destination Archive/2017 must exist
+ Limitation: source_user and testuser must share the same UID and GID
doveadm move -S x.x.x.x:x -u testuserAtServerB?
Archive/2017 user source_us...
2019 Jan 22
0
Moving messages between servers with different configurations
...doveadm mailbox status -u testuser -t messages INBOX/test2
> messages=16
>
> Also tried with
> doveadm -v copy -S 192.168.10.43:542 -u testuser INBOX/test2 user
> testuser mailbox test
>
>
>
>> doveadm [-Dv] move [-S socket_path] -u user destination [user
> source_user] search_query
>>
>> Moving all mails from mailbox INBOX/test on serverA to mailbox
>> Archive/2017 on local serverB.
>> + destination Archive/2017 must exist
>> + Limitation: source_user and testuser must share the same UID and
> GID
>>
>> doveadm m...
2008 Oct 28
4
patch: list shared namespace
Hi,
I've been working on a patch for dovecot 1.2 from the Kolab branch
(http://hg.intevation.org/kolab/dovecot-1.2_kolab-branch/) that
implements listing of shared namespaces. I've got something that works
in some basic way but is still missing some pieces. See the attached
patch, which also contains some installation and configuration notes.
Implementation notes:
One of the main