Displaying 20 results from an estimated 53 matches for "pop3c_host".
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 times (POP3).
AFAIK there can't...
2014 Jan 31
1
dsync Error: Mailbox INBOX: Save commit failed: Mailbox was deleted under us
...uestion has never connected with POP.
imap migration config:
imapc_host = 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_m...
2019 Jul 26
2
doveadm migration to server with no root access
...rtion failed: (ret > 0)
** append at end of dovecot_new.conf
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_mi...
2019 Sep 30
2
courier to dovecot migration
>
> On 29.9.2019 23.38, tovises via dovecot wrote:
>> I have a quite old home server based on Debian 6.x packages using
>> courier
>> imap server (exim4, fetchmail, courier, apache2, squirrelmail) to keep
>> my
>> and my wife emails (about 25G).
>> I want renew my server to Debian 10 (buster) and got a recommendation to
>> use dovecot instead of
2015 Oct 12
2
fts solr ignores new mailboxes until fts rescan
...quota_rule2 = Trash:storage=+100M
? quota_warning = storage=95%% quota-warning 95 %u
? quota_warning2 = storage=80%% quota-warning 80 %u
? sieve = /SYSTEM/USERS/mailbox/%d/%1n/%u/.dovecotactive.sieve
? sieve_default = /etc/dovecot/default.sieve
? sieve_dir = /SYSTEM/USERS/mailbox/%d/%1n/%u/sieve
}
pop3c_host = 147.162.10.68
protocols = imap pop3 lmtp sieve
service auth {
? unix_listener /var/spool/postfix/private/auth {
??? group = postfix
??? mode = 0660
??? user = postfix
? }
? unix_listener auth-userdb {
??? group = vmail
??? mode = 0600
??? user = vmail
? }
}
service imap-login {
? inet_listener im...
2015 Apr 29
1
lda and lmtp error after upgrading dovecot
...= INBOX
quota = dict:User quota::file:/SYSTEM/USERS/homes/%d/%1u/%u/%u.quota
quota_rule = *:storage=1100M
quota_rule2 = Trash:storage=+100M
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
pop3c_host = 147.162.10.68
protocols = imap pop3 lmtp
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-userdb {
group = vmail
mode = 0600
user = vmail
}
}
service imap-login {
inet_listener imaps {...
2013 Jul 17
1
pop3c migration?
...ox 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 modules from directory:
/usr/lib...
2016 Jan 15
2
Corrupted index cache file - migration with zlib
...=
}
passdb {
args = /etc/dovecot/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...
2018 Sep 10
0
dsync mail from a remote server
...urce and can't know the
structure yet).
So, if it indeed refers to the user naming structure, can I tell it to use
the "simple" account names on the source machine?
Am I correct in assuming that I can override any pop3c_ setting in the
conf file with -o? For instance also using -o pop3c_host= and that if
there is -o pop3c_user=user on the command line I don't need a pop3c_user
in the conf file? (no master-user).
Thanks for any help on this.
(If it doesn't work I can use fetchmail, but that is much less preferrable
as it "delivers" all mail, so it's all "n...
2019 Jul 26
0
doveadm migration to server with no root access
...gt; 0)
>
>
> ** append at end of dovecot_new.conf
> 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_...
2019 Sep 30
0
courier to dovecot migration
...remote host (other box) running courier.
> The user name is the same (password too).
> -u tovis
> gives me "Error: Failed to initialize user: Namespace ''; Mailbox list
> driver imapc: missing imapc_host"
>
> Sincerely
> tovis
>
You can put imapc_host and pop3c_host into config file or provide them
with -o. If you want to migrate POP3 uidls you need to make sure you
load that plugin, in either config or providing -o "mail_plugins=list of
plugins".
Aki
2013 Jan 03
0
Migration Problem UW-IMAP to Dovecot Maildir
...ssages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
separator = .
}
passdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
}
pop3_uidl_format = %08Xv%08Xu
pop3c_host = p1.caps.fsu.edu
service auth {
unix_listener /var/run/dovecot/auth-master {
mode = 0600
user = vmail
}
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/s...
2019 Sep 30
2
courier to dovecot migration
...er.
>> The user name is the same (password too).
>> -u tovis
>> gives me "Error: Failed to initialize user: Namespace ''; Mailbox list
>> driver imapc: missing imapc_host"
>>
>> Sincerely
>> tovis
>>
> You can put imapc_host and pop3c_host into config file or provide them
> with -o. If you want to migrate POP3 uidls you need to make sure you
> load that plugin, in either config or providing -o "mail_plugins=list of
> plugins".
>
> Aki
>
>
>
WOW! - amazing quickly, I'm really grateful.
I was usin...
2019 Apr 09
1
dict: Error: Fatal error in defaults handling. Program aborted
...ovecot-sql.conf.ext
driver = sql
}
plugin {
pop3_migration_mailbox = imapc:
sieve_extdata_dict_uri = proxy::sieve
sieve_global_extensions = +vnd.dovecot.extdata
sieve_plugins = sieve_extdata
sieve_vacation_send_from_recipient = yes
sieve_before = /var/lib/dovecot/before.sieve
}
pop3c_host = mail.halmex.com.mx
service auth-worker {
user = root
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-master {
mode = 0600
user = vmail
}
user = root
}
service dict {...
2015 Oct 13
0
fts solr ignores new mailboxes until fts rescan
...> ? quota_warning = storage=95%% quota-warning 95 %u
> ? quota_warning2 = storage=80%% quota-warning 80 %u
> ? sieve = /SYSTEM/USERS/mailbox/%d/%1n/%u/.dovecotactive.sieve
> ? sieve_default = /etc/dovecot/default.sieve
> ? sieve_dir = /SYSTEM/USERS/mailbox/%d/%1n/%u/sieve
> }
> pop3c_host = 147.162.10.68
> protocols = imap pop3 lmtp sieve
> service auth {
> ? unix_listener /var/spool/postfix/private/auth {
> ??? group = postfix
> ??? mode = 0660
> ??? user = postfix
> ? }
> ? unix_listener auth-userdb {
> ??? group = vmail
> ??? mode = 0600
> ??? use...
2019 Sep 28
2
dsync having problems with @-sign in mailbox names
...t/conf.d/90-migration.conf:
## IMAP
imapc_host = imap.example.com
imapc_port = 993
imapc_ssl = imaps
imapc_ssl_verify = yes
imapc_user = %u
imapc_master_user = cyrus
imapc_password = **********
imapc_features = rfc822.size fetch-headers
mail_prefetch_count = 20
imapc_list_prefix = INBOX
## POP3
pop3c_host = pop3.example.com
pop3c_port = 995
pop3c_ssl = pop3s
pop3c_ssl_verify = yes
pop3c_user = %u
pop3c_master_user = cyrus
pop3c_password = **********
namespace {
prefix = POP3-MIGRATION-NS/
location = pop3c:
list = no
hidden = yes
}
protocol doveadm {
mail_plugins = $mail_plugins pop3_migra...
2020 Jul 30
2
Migrating from qmail server, invalid option "o" in dsync
...al_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
driver = pam
}
plugin {
pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
}
pop3_uidl_format = %f
pop3c_host = 192.168.0.1
protocols = " imap pop3"
ssl = no
ssl_cert = </etc/dovecot/private/dovecot.pem
ssl_client_ca_dir = /etc/ssl/certs
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
userdb {
driver = passwd
}
protocol doveadm {
mail_plugins = " pop3_migrat...
2015 Oct 13
1
fts solr ignores new mailboxes until fts rescan
...torage=95%% quota-warning 95 %u
>> ? quota_warning2 = storage=80%% quota-warning 80 %u
>> ? sieve = /SYSTEM/USERS/mailbox/%d/%1n/%u/.dovecotactive.sieve
>> ? sieve_default = /etc/dovecot/default.sieve
>> ? sieve_dir = /SYSTEM/USERS/mailbox/%d/%1n/%u/sieve
>> }
>> pop3c_host = 147.162.10.68
>> protocols = imap pop3 lmtp sieve
>> service auth {
>> ? unix_listener /var/spool/postfix/private/auth {
>> ??? group = postfix
>> ??? mode = 0660
>> ??? user = postfix
>> ? }
>> ? unix_listener auth-userdb {
>> ??? group = vma...
2016 Dec 06
2
Dovecot: Mails flagged as read get flagged as unread
...prefix = INBOX.
separator = .
}
passdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
gzip_save_level = 6
pop3_migration_ignore_missing_uidls = yes
pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
sieve = file:~/sieve;active=~/.dovecot.sieve
zlib_save = gz
}
pop3c_host = mail-direct.company.org
pop3c_password = # hidden, use -P to show it
protocols = imap pop3 lmtp
service imap-login {
inet_listener imap_haproxy {
address = 10.10.189.42
haproxy = yes
port = 10143
}
inet_listener imaps_haproxy {
address = 10.10.189.42
haproxy = yes
p...
2016 Jul 19
2
Replication sieve scripts.
Hello,
Are you sure about that I would need so recent version? That is ok to
have some bugfixes but you are talking about the latest cutting edge
debian jessie backports package.
Even the mainline debian jessie only have 2.2.13 in it and my system is
a complex wheezy installation, the last thing I want to do is to move
all my components into jessie just because of this or do you know