Displaying 2 results from an estimated 2 matches for "imap_ssl_verify".
Did you mean:
imapc_ssl_verify
2017 Nov 05
0
Migrating from Dovecot 1 to Dovecot 2
...imapc_user = %%USER%%
imapc_password = %%PASSWORD%%
mail_fsync = never
imapc_ssl_verify = no
imapc_features = rfc822.size fetch-headers
# Read multiple mails in parallel, improves performance
mail_prefetch_count = 20
Now, I don?t know if this is all correct or not, but generally worked well. The imap_ssl_verify = no bit was because my cert expired in the middle of the migration. Prior to that I had:
ssl_client_ca_file = /home/<me>/dovecot/certs/huh.crt
So, basically, I then wrote a script (I called it ?synchrotron? because that?s me):
#!/bin/sh
ACCTS=/home/<me/.act # A list of account:passwo...
2017 Nov 03
2
Migrating from Dovecot 1 to Dovecot 2
Hello.
I try to migrate about 200G of mails from one server to another.
On the old i have Dovecot1 with Maildirs (without master pass etc.), on the
new one i setup dovecot2 with mdbox. I need now to migrate (partialy, not
all at once) mails from one to another.
I can't find any solution that i can use? I dont have master password, and
i want to mikgrate all mailaccont each other. Can anyone