Displaying 20 results from an estimated 3000 matches similar to: "doveadm -D and -v options"
2020 Jul 30
2
Migrating from qmail server, invalid option "o" in dsync
Hi folks,
I have an old server running qmail with several years of mails in maildir
format I want to migrate to a new server, without requiring fresh client
download of everything.
Old server is debian 6(?). Local IP is 192.168.0.1.
New server is Debian 10, local IP is 192.168.0.25.
I have dovecot 2.3.4.1 (latest from apt stable) installed and apparently
working - if I manually copy the home
2020 Jul 27
2
Migration from one server to 2 new servers
Not sure if this matters but the prompt when attempting the ?doveadm backup? command shows it to be a ?production" server?
[root at production1 <https://dovecot.org/mailman/listinfo/dovecot> test.org.com]# doveadm backup -R -u kishore at test.org.com <https://dovecot.org/mailman/listinfo/dovecot>
remote:vmail at production2.baplc.com
2020 Jul 27
3
Migration from one server to 2 new servers
Fair enough but the command snippet I posted was taken directly from your earlier post dated Mon Jul 27 23:11:06 EEST 2020 and it does say ?production1??I just double-checked as well...
FWIW?the server order in the command you just pasted is the exact reverse from the Jul 27th post I mentioned above?
Here you appear to be exec?ing the command on prod2 and trying to pull from the remote of prod
2020 Jul 30
2
Migrating from qmail server, invalid option "o" in dsync
> On 30. Jul 2020, at 19.33, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
>>
>> On 30/07/2020 19:29 Justin Coleman <jmcoleman at gmail.com> wrote:
>>
>>
>> Hi folks,
>> I have an old server running qmail with several years of mails in maildir format I want to migrate to a new server, without requiring fresh client download of
2020 Jul 27
2
Migration from one server to 2 new servers
Well that option set still doesn?t look correct?
Here is the doveadm option set from my 2.2.2 server which is several weeks\months before 2.2.36?
[Jul-27 @ 15:25:09 ] > dovecot --version
2.2.2
[Jul-27 @ 15:26:53 ] > ls -l /usr/local/bin/doveadm
-rwxr-xr-x 1 root root 1379203 May 22 2013 /usr/local/bin/doveadm
[Jul-27 @ 15:25:12 ] > doveadm
usage: doveadm [-Dv] [-f
2020 Jul 27
2
Migration from one server to 2 new servers
I seem to recall a post a while back where, due to the age of the remote end, the remote side command had to be entered in the command executed on the local side.
Do you have dsync on the 2.0.9 machine?
> On Jul 27, 2020, at 4:16 PM, Kishore Potnuru <kishore.reachme at gmail.com> wrote:
>
> This is what my understanding. May be I am also wrong here.
>
> Backup option
2020 Jul 28
2
Migration from one server to 2 new servers
Hi!
Kishore, you got the command wrong..
`doveadm backup -R -u username-goes-here imapc:`
for this to work, you need to configure following things:
imapc_host = old-host-name
imapc_password = master-password
imapc_master_user = master-user-name
and on the old host you need
passdb {
args = /etc/dovecot/passwd.masterusers
driver = passwd-file
master = yes
pass = yes
}
This should
2020 Jul 27
2
Migration from one server to 2 new servers
Yes. Please find the details of the servers below. I am executing the
command from one of the new servers.
My Current Production Server details:
========================
Linux OS - Red Hat Enterprise Linux Server release 6.5 (Santiago)
Dovecot version - 2.0.9
Postfix version - 2.6.6
========================
New Servers:
==========================
Linux OS - Red Hat Enterprise
2015 May 08
1
Additional userdb variables in passwd [was Re: Dovecot Replication - Architecture Endianness?]
On 8/05/2015 6:10 PM, Teemu Huovila wrote:
> On 05/07/2015 02:32 PM, Reuben Farrelly wrote:
>> On 7/05/2015 7:49 AM, Timo Sirainen wrote:
>>> On 06 May 2015, at 13:52, Reuben Farrelly
>>> <reuben-dovecot at reub.net> wrote:
>>>>
>>>> On 4/05/2015 11:06 PM, Teemu Huovila wrote:
>>>>>> Also is there a way to restrict
2015 May 07
2
Additional userdb variables in passwd [was Re: Dovecot Replication - Architecture Endianness?]
On 7/05/2015 7:49 AM, Timo Sirainen wrote:
> On 06 May 2015, at 13:52, Reuben Farrelly <reuben-dovecot at reub.net> wrote:
>>
>> On 4/05/2015 11:06 PM, Teemu Huovila wrote:
>>>> Also is there a way to restrict replication users aside from a crude hack around system first and last UIDs?
>>> You can set the userdb to return an empty mail_replica variable for
2016 Apr 05
2
doveadm sync -1 -R
Hi,
I?m migrating an old Zarafa-installation to a dovecot using mdbox and sis on Debian Jessie. To copy over the emails, I use doveadm backup on the new box - or more precisely:
vmail# doveadm -v -o imapc_user=$user -o imapc_password=$pass -o imapc_host=$host -o imapc_features=rfc822.size -o imapc_port=993 -o mailbox_list_index=no -o imapc_ssl_verify=no backup -R -x "Public folders*"
2020 Jul 27
0
Migration from one server to 2 new servers
I am executing the command from the new server. I was executing the command
from production2 server only. It has the backup option, but whereas
production1 doesn't have it. Though I am executing from production2, I am
seeing the below error. Is it becasue production1 server doesn't have that
option? Please let me know, if it is confusing.
The old version is:
====================
[root at
2020 Jul 27
0
Migration from one server to 2 new servers
Oh, I am extremely sorry. I was confused when typing the issue. Please help
me in fixing the issue. Production1 is my old server. Production2 is my new
server. Typing here correctly. Ignore all previous one's.
The new version is:
====================
[root at production2 ~]# dovecot --version
2.2.36 (1f10bfa63)
The old version is :
======================
[root at production1 ~]# dovecot
2020 Jul 27
0
Migration from one server to 2 new servers
This is what my understanding. May be I am also wrong here.
Backup option is there in my new server, production2.
When I use the command with -R option from new server, it is connecting to
old server, Production1 and giving the output of the doveadm backup command
in old server to get the data. If you see the command and error I posted,
it shows the same.
Sorry just incase if I am wrong.
2020 Jul 27
0
Migration from one server to 2 new servers
> On 28. Jul 2020, at 0.10, Kishore Potnuru <kishore.reachme at gmail.com> wrote:
>
> Yes. Please find the details of the servers below. I am executing the command from one of the new servers.
I find it very hard to believe this. Shall I look at the version control when backup was added as option to doveadm?
2.2.36 has it:
[root at ketola ~]# dovecot --version
2.2.36.8
2020 Jul 30
0
Migrating from qmail server, invalid option "o" in dsync
> On 30/07/2020 19:29 Justin Coleman <jmcoleman at gmail.com> wrote:
>
>
> Hi folks,
> I have an old server running qmail with several years of mails in maildir format I want to migrate to a new server, without requiring fresh client download of everything.
>
> Old server is debian 6(?). Local IP is 192.168.0.1.
> New server is Debian 10, local IP is 192.168.0.25.
2020 Jul 30
0
Migrating from qmail server, invalid option "o" in dsync
Maybe I'm misunderstanding - all of our clients use pop3 (thunderbird and
eudora). Do pop3 and imap overlap somehow, or does the server use IMAP
internally regardless of the client protocol settings?
Thanks!
On Thu, Jul 30, 2020 at 12:52 PM Sami Ketola <sami.ketola at dovecot.fi> wrote:
>
>
> On 30. Jul 2020, at 19.33, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
2020 Jul 28
0
Migration from one server to 2 new servers
Hey Kishore?
I believe this is the thread I mentioned earlier. It is quite long and spans a monthly barrier (Feb\Mar 2012) so if you use the ?Next\Previous message? links, you need to be sure to pick up the thread in each monthly archive. I have provided links to the first post of the thread in each archive here:
https://dovecot.org/list/dovecot/2012-February/133718.html
2015 May 06
2
Dovecot Replication - Architecture Endianness?
On 4/05/2015 11:06 PM, Teemu Huovila wrote:
>> Also is there a way to restrict replication users aside from a crude hack around system first and last UIDs?
> You can set the userdb to return an empty mail_replica variable for users you want to exclude from replication.
> http://hg.dovecot.org/dovecot-2.2/rev/c1c67bdc8752
>
> br,
> Teemu Huovila
One last question. Is it
2012 Apr 30
1
Dovecot dsync mail replication issues
Hi,
I'm trying to set up some dsync based replication between two hosts on
my network. The current topology is a single server running Postfix
with a single dovecot installation with a Maildir per user (only 4 users
including myself). No NFS, just local system users on ext4. I am only
using system users, ie no virtual users. I am using dovecot deliver to
deliver mails into the