Displaying 20 results from an estimated 57 matches for "pop3c_password".
Did you mean:
pop3_password
2019 Sep 30
2
courier to dovecot migration
...oveadm(tovis): Fatal: execvp(imapc:) failed: No such file or directory
>>
>> What I have missed (doveadm trying to execute something but what).
>> Any suggestion?
>
> try:
>
> doveadm -D -o imapc_user=tovis -o pop3c_user=tovis -o
> imapc_password=<password> -o pop3c_password=<password> backup -u tovis -R
> imapc:
>
> Sami
>
>
>
Hello Sami!
This was the previous version, but if it could help:
https://pastebin.com/3X3BKinB
One more question, isa it possible, that I do not need
pop3c_user/pop3c_password?
I do not have pop3 server on remote server,...
2020 Jul 30
2
Migrating from qmail server, invalid option "o" in dsync
...the emails appearing as new,
forcing redownload. Seems like the new config is at least functional.
I'm trying to follow the migration guide at
https://wiki2.dovecot.org/Migration/Dsync, but I am getting an error
message:
root at newserver:~# doveadm backup -R -u _user_ -o pop3c_user=_user_ -o
pop3c_password=_password_
backup: invalid option -- 'o'
doveadm backup [-u <user>|-A] [-S <socket_path>] [-fPRU] [-l <secs>] [-r
<rawlog path>] [-m <mailbox>] [-g <mailbox_guid>] [-n <namespace> | -N] [-x
<exclude>] [-s <state>] [-t <start date>...
2013 Sep 02
1
migration from IMAP/POP3 courier server to a remote dovecot server
...the dsync following instructions reported above but after the
migration of one test-account the client re-download messages.
If i want to keep both IMAP UIDs and POP3 UIDs i have to sync both imapc
and pop3c with two commands?
doveadm -o imapc_user=foo -o pop3c_user=foo -o imapc_password=bar -o
pop3c_password=bar backup -R -u user at domain imapc:
doveadm -o imapc_user=foo -o pop3c_user=foo -o imapc_password=bar -o
pop3c_password=bar backup -R -u user at domain pop3c:
Or imapc is enough?
Do you have any suggestion?
Thanks
--
/*************/
nik600
http://www.kumbe.it
2019 Sep 30
2
courier to dovecot migration
...ion. I have
>>>> choose
>>>> migration using dsync, from Wiki I was choose this command:
>>>>
>>>> For per-user user/passwords use:
>>>>
>>>> doveadm -o imapc_user=foo -o pop3c_user=foo -o imapc_password=bar -o
>>>> pop3c_password=bar backup -R -u user at domain imapc:
>>>>
>>>> (foo and bar placed real username and password)
>>>>
>>>> But I get error:
>>>> doveadm(tovis at nusi.tovis-lab.mydomain.org): Error: User doesn't exist
>>>>
>>>>...
2020 Jul 30
2
Migrating from qmail server, invalid option "o" in dsync
...w, forcing redownload. Seems like the new config is at least functional.
>>
>> I'm trying to follow the migration guide at https://wiki2.dovecot.org/Migration/Dsync, but I am getting an error message:
>> root at newserver:~# doveadm backup -R -u _user_ -o pop3c_user=_user_ -o pop3c_password=_password_
>> backup: invalid option -- 'o'
>> doveadm backup [-u <user>|-A] [-S <socket_path>] [-fPRU] [-l <secs>] [-r <rawlog path>] [-m <mailbox>] [-g <mailbox_guid>] [-n <namespace> | -N] [-x <exclude>] [-s <state>] [-t &...
2019 Sep 30
2
courier to dovecot migration
...;>> directory
>>>>
>>>> What I have missed (doveadm trying to execute something but what).
>>>> Any suggestion?
>>> try:
>>>
>>> doveadm -D -o imapc_user=tovis -o pop3c_user=tovis -o
>>> imapc_password=<password> -o pop3c_password=<password> backup -u tovis
>>> -R
>>> imapc:
>>>
>>> Sami
>>>
>>>
>>>
>> Hello Sami!
>> This was the previous version, but if it could help:
>> https://pastebin.com/3X3BKinB
>>
>> One more question, i...
2019 Sep 29
2
courier to dovecot migration
...ox. Debian 10 currently offer dovecot version 2.3.4.1
Installation was "peaceful" but stuck with the migration. I have choose
migration using dsync, from Wiki I was choose this command:
For per-user user/passwords use:
doveadm -o imapc_user=foo -o pop3c_user=foo -o imapc_password=bar -o
pop3c_password=bar backup -R -u user at domain imapc:
(foo and bar placed real username and password)
But I get error:
doveadm(tovis at nusi.tovis-lab.mydomain.org): Error: User doesn't exist
Strongly I have no real domain, I'm using "freedns". "nusi" is the local
name of my old ser...
2019 Sep 30
2
courier to dovecot migration
...; Installation was "peaceful" but stuck with the migration. I have choose
>> migration using dsync, from Wiki I was choose this command:
>>
>> For per-user user/passwords use:
>>
>> doveadm -o imapc_user=foo -o pop3c_user=foo -o imapc_password=bar -o
>> pop3c_password=bar backup -R -u user at domain imapc:
>>
>> (foo and bar placed real username and password)
>>
>> But I get error:
>> doveadm(tovis at nusi.tovis-lab.mydomain.org): Error: User doesn't exist
>>
>> Strongly I have no real domain, I'm using "fre...
2015 Dec 02
1
doveadm backup -R
We're using
doveadm -o imapc_user="$USER" -o imapc_password="$PASSWORD" -o
imapc_host=$SERVER1 -o pop3c_user="$USER" -o pop3c_password="$PASSWORD"
-o pop3c_host=$SERVER1 -D -v backup -R -u "$USER" imapc:
to migrate Mails from Courier to Dovecot.
We have some complaints on the old system that there are changes on the
old system where delete mails are appearing again (IMAP) and/or mails
are downloaded several...
2019 Sep 30
0
courier to dovecot migration
...xecvp(imapc:) failed: No such file or directory
>>>
>>> What I have missed (doveadm trying to execute something but what).
>>> Any suggestion?
>> try:
>>
>> doveadm -D -o imapc_user=tovis -o pop3c_user=tovis -o
>> imapc_password=<password> -o pop3c_password=<password> backup -u tovis -R
>> imapc:
>>
>> Sami
>>
>>
>>
> Hello Sami!
> This was the previous version, but if it could help:
> https://pastebin.com/3X3BKinB
>
> One more question, isa it possible, that I do not need
> pop3c_user/pop3c_...
2020 Jul 30
0
Migrating from qmail server, invalid option "o" in dsync
...earing as new, forcing redownload. Seems like the new config is at least functional.
>
> I'm trying to follow the migration guide at?https://wiki2.dovecot.org/Migration/Dsync, but I am getting an error message:
> root at newserver:~# doveadm backup -R -u _user_ -o pop3c_user=_user_ -o pop3c_password=_password_
> backup: invalid option -- 'o'
> doveadm backup [-u <user>|-A] [-S <socket_path>] [-fPRU] [-l <secs>] [-r <rawlog path>] [-m <mailbox>] [-g <mailbox_guid>] [-n <namespace> | -N] [-x <exclude>] [-s <state>] [-t <start...
2020 Jul 30
0
Migrating from qmail server, invalid option "o" in dsync
...forcing redownload. Seems like the new config is at least functional.
>
> I'm trying to follow the migration guide at
> https://wiki2.dovecot.org/Migration/Dsync, but I am getting an error
> message:
> root at newserver:~# doveadm backup -R -u _user_ -o pop3c_user=_user_ -o
> pop3c_password=_password_
> backup: invalid option -- 'o'
> doveadm backup [-u <user>|-A] [-S <socket_path>] [-fPRU] [-l <secs>] [-r
> <rawlog path>] [-m <mailbox>] [-g <mailbox_guid>] [-n <namespace> | -N] [-x
> <exclude>] [-s <state>] [-t...
2015 Apr 09
1
gmail-migration: archived mails in \ALL
...rate ONLY archived mails from an existing gmail-Account.
So I'd have to import all Mails from the \ALL-Folder that does NOT have
any virtual folder flags set.
I tried to use this command:
doveadm -D -o imapc_user=user at example.com -o pop3c_user=user at exampe.com
-o imapc_password=secret -o pop3c_password=secret -o
imapc_host=imap.googlemail.com -v backup -m '[Gmail]/Tutti i messaggi'
-F '-$GmailHaveLabels' -x \Flagged -x \Junk -x \Trash -x \Important -R
-u user at example.com imapc:
But it looks like it's importing too many mails and not only the
archived mails without Flags....
2014 Jun 18
1
Problem syncing mailboxes using doveadm sync
Hi
command im using command bellow on destination server rtying to make
keep it in sync after initialy doing doveadm backup -R
doveadm -Dv -o imapc_host=src.srv -o imapc_user=test at domain.tld
-opop3c_user=test at domain.tld -o imapc_password='pass' -o
pop3c_password='pass' -o mail_fsync=never -o mail_prefetch_count=20 sync
-f -1 -R -u test at domain.tld imapc:
Im using dovecot on both source and destination server (source is
dovecot 1.0.10 destination is 2.2.9)
Destination box is Ubuntu 14.04 LTS with dovecot installed using apt.
When i create new...
2014 Jan 31
1
dsync Error: Mailbox INBOX: Save commit failed: Mailbox was deleted under us
...10.10.10.10
imapc_user = %u
imapc_master_user = cyrusadmin
imapc_password = blahblahblahpasswordhere
imapc_features = rfc822.size
imapc_features = $imapc_features #fetch-headers
mail_prefetch_count = 20
pop configuration:
pop3c_host = pop.example.com
pop3c_user = %u
pop3c_master_user = cyrusadmin
pop3c_password = blahblahblahpasswordhere
namespace {
prefix = POP3-MIGRATION-NS/
location = pop3c:
list = no
hidden = yes
}
protocol doveadm {
mail_plugins = $mail_plugins pop3_migration
}
plugin {
pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
}
Thanks in advance for any pointers on this!...
2019 Jul 26
2
doveadm migration to server with no root access
...pop3c_host = dedi225.jnb3.host-h.net
pop3c_user = test at propertyzone.co.za
pop3c_password = *****
namespace inbox {
inbox = yes
}
namespace {
prefix = POP3-MIGRATION-NS/
location = pop3c:
list = no
hidden = yes
}
protocol doveadm {
mail_plugins = $mail_plugins pop3_migration
}
plugin {
pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
--
Sent from: http://dovecot.23178...
2013 Jul 17
1
pop3c migration?
...taken 8 hours to migrate a mailbox with 47,000
messages. It seems most of the mailboxes are never accessed with IMAP,
so it would be just as good to migrate them via POP3 which should work
faster in my case.
Is this actually meant to work?
doveadm -D -o pop3c_user=xxxxxx at example.com -o 'pop3c_password=*******'
-o pop3c_host=120.121.122.123 backup -u yyyyy at example.com -R pop3c:
gives:
doveadm(root): Debug: Loading modules from directory:
/usr/lib/dovecot/modules
doveadm(root): Debug: Module loaded:
/usr/lib/dovecot/modules/lib20_listescape_plugin.so
doveadm(root): Debug: Loading modul...
2016 Jan 15
2
Corrupted index cache file - migration with zlib
...ovecot/dovecot-ldap.conf.ext
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-ldap-m2core.conf.ext
driver = ldap
}
plugin {
quota = dict:User quota::file:%h/dovecot-quota
sieve = file:~/sieve;active=~/.dovecot.sieve
zlib_save = gz
zlib_save_level = 6
}
pop3c_host = <removed>
pop3c_password = # hidden, use -P to show it
service lmtp {
inet_listener lmtp {
address = <removed>
port = 24
}
}
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
verbose_proctitle = yes
protocol imap {
mail_plugins = quota imap_quota imap_...
2018 Sep 10
0
dsync mail from a remote server
...completely:
https://wiki2.dovecot.org/Migration/Dsync
For some testing (that's why I used pop3, to keep it simple) I put a file
for pop3c in conf.d (mostly identical with the file shown on that page)
and restarted dovecot. Then I tried a command line like this:
doveadm -o pop3c_user=user -o pop3c_password=password backup -R -u
user at domain pop3c:
This creates an error:
dsync(user at domain): Error: Mail locations must use the same virtual
mailbox hierarchy separator (specify separator for the default namespace)
I'm not sure what this exactly means.
Does it refer to the account naming struc...
2019 Jul 26
0
doveadm migration to server with no root access
...> pop3c_host = dedi225.jnb3.host-h.net
> pop3c_user = test at propertyzone.co.za
> pop3c_password = *****
> namespace inbox {
> inbox = yes
> }
> namespace {
> prefix = POP3-MIGRATION-NS/
> location = pop3c:
> list = no
> hidden = yes
> }
> protocol doveadm {
> mail_plugins = $mail_plugins pop3_migration
> }
> plugin {
> pop3_migration_mailbox =...