Displaying 20 results from an estimated 6000 matches similar to: "2.1.3: doveadm mailbox delete lost the -s option"
2017 Jan 12
2
doveadm mailbox cryptokey - not found
Hi, we have a problem.
Command "doveadm mailbox cryptokey" does not work:
# doveadm mailbox cryptokey
usage: doveadm [-Dv] [-f <formatter>] mailbox <command> [<args>]
create [-u <user>|-A] [-S <socket_path>] [-s] [-g <guid>] <mailbox> [...]
delete [-u <user>|-A] [-S <socket_path>] [-e] [-r] [-s] [-Z] <mailbox>
2015 May 08
1
Cant use doveadm to set ACL . [request for help]
Hi,
i keep getting error for using doveadm acl get commands.
Below is the output for grep 'socket_path' :-
grep 'socket_path' /etc/dovecot/dovecot.conf
auth_socket_path = /var/run/dovecot/auth-master
auth_socket_path = /var/run/dovecot/auth-master
[root at mail root]# doveadm acl get -u bob at mydomain.net -S
/var/run/dovecot/auth-master -m Inbox
doveadm(bob at
2015 Apr 30
1
doveadm -D and -v options
According to doveadm-dsync man page the above two options are valid, but
they are rejected when used:
tornado # doveadm backup -v -u testuser remote:pi.me.name:4814
backup: invalid option -- 'v'
doveadm backup [-u <user>|-A] [-S <socket_path>] [-fPRU] [-l <secs>] [-r
<rawlog path>] [-m <mailbox>] [-g <mailbox_guid>] [-n <namespace> | -N]
[-x
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
4
Migration from one server to 2 new servers
Hi
I am in the process/planning of moving from my existing dovecot imap/pop3
server to 2 new servers (for HA/Resilience). I will be implementing dovecot
replication on new servers. Please find my current and new servers
versions.
My Current Production Server details:
========================
Linux OS - Red Hat Enterprise Linux Server release 6.5 (Santiago)
Dovecot version - 2.0.9
2020 Jul 27
3
Migration from one server to 2 new servers
Hi,
But there is no "doveadm backup" option in dovecot 2.0.9 version.
[root at production ~]# doveadm -backup
doveadm: invalid option -- 'b'
[root at production ~]# dovecot --version
2.0.9
Copy the contents by using "scp", will that work?
Thanks,
Kishore Potnuru
On Mon, Jul 27, 2020 at 10:00 AM Aki Tuomi <aki.tuomi at open-xchange.com>
wrote:
>
> >
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
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 27
2
Migration from one server to 2 new servers
I tried this command also. It didn't work. It shows syntax again. Please
see the supported commands in dovecot 2.0.9 version. This doesn't support
replication also as per syntax, if i am not wrong. Please suggest me.
[root at production ~]# doveadm backup -u kishore at test.org.com
remote:vmail at production2.test.org.com
usage: doveadm [-Dv] [-f <formatter>] <command>
2015 Jul 27
2
doveadm import - strange warning
Am 27.07.2015 um 10:51 schrieb Ralf Hildebrandt:
> Anybody seen this before?
> Seems easy to reproduce...
>
> * Ralf Hildebrandt <r at sys4.de>:
>> I'm using the doveadm import command to extract mails from my backup:
>>
>> % doveadm import -u restore at backup.invalid mdbox:/home/copymail/mdbox "" \
>> mailbox INBOX header Delivered-To
2016 Mar 21
3
Dovecot 2.2.22 - doveadm via socket not working
Hello,
(my) doveadm is no longer working if I use the -S socket_path.
# doveadm quota get -S mbx7:542 -u myaccount
doveadm(myaccount): Error: doveadm server disconnected before handshake: EOF
doveadm(myaccount): Error: mbx7:542: Command quota get failed for jobsanzl: EOF
Quota name Type Value Limit %
The server logs:
Mar 22 00:29:47 doveadm(134.147.53.150):
2013 Jun 21
1
doveadm move command
Hello
I want to transfer an email from user1 at domain.com to put it in a folder of another user: user2 at domain.com
For that, it seems to me appropriate to use 'doveadm move' command, but I can not get the right result. Can you help me?
syntax:
doveadm move [-u <user>|-A] [-S <socket_path>] <destination> [user <source user>] <search query>
my
2011 Nov 04
1
doveadm altmove -r
Hi there,
there is the ubuntu version 2.0.13 ov dovecot installed on our server.
But in contrast to http://wiki2.dovecot.org/Tools/Doveadm/Altmove
the option -r isn't supported in this version.
altmove: invalid option -- 'r'
doveadm altmove [-u <user>|-A] [-S <socket_path>] <search query>
In which version of dovecot is this option supported?
Thanks
Lars
2012 Jun 08
1
director and doveadm server
Hi,
I've been reading doc at http://wiki2.dovecot.org/Director to configure
my servers. My question is regarding configuration of doveadm server.
I have configured both, director and backend servers, as described in
that doc, but I don't know how to run doveadm commands in director servers.
doveadm is working, because I can run commands, but they are executed
in local (director)
2017 Jan 12
0
doveadm mailbox cryptokey - not found
On 12.01.2017 16:05, Evgeniy Korneechev wrote:
> Hi, we have a problem.
> Command "doveadm mailbox cryptokey" does not work:
>
> # doveadm mailbox cryptokey
> usage: doveadm [-Dv] [-f <formatter>] mailbox <command> [<args>]
> create [-u <user>|-A] [-S <socket_path>] [-s] [-g <guid>] <mailbox> [...]
> delete
2014 Sep 28
1
"doveadm backup/sync" are badly documented
Most documents around there talk abour "dsync", but the modern way is
"doveadm backup". This command is not documented in the wiki and there
are a few details missing, like how to use it thru SSH.
I am currently doing some tests about how to backup my mdbox. I can do
tests in local using:
$ doveadm backup -u jcea -m proveedores/dovecot mdbox:/tmp/aa/
This will
2020 Jan 07
2
Thunderbird Subscription missing
Hello,
I have an usual isshere we are using thunderbird for client.
The version of dovecot is as followed:
# dovecot --version
2.2.22 (fe789d2)
The dovecot service is runnon on VERSION="16.04.6 LTS (Xenial Xerus)"
Thunderbird version 68.3.1 (32 bit) version.
What happening when managing subscription there seems to be folders that are missing.
They were not purged nor did anything
2010 Dec 21
3
doveadm "-S <socket_path>" option enabled in 2.0.8?
I apologize if this is a stupid question but I just compiled 2.0.8 and am trying to use doveadm to get the quota for a user using the -S <socket_path> option because I have different options for the various local IPs that dovecot listens on.
For example, my default quota is filesystem (NFS rquota) and I can get that by doing:
doveadm quota get -u warden
which tells me:
Quota name