Displaying 20 results from an estimated 3000 matches similar to: "Migrate with Dsync"
2014 Dec 17
1
dsync summary?
Is there a way for dsync to report a summary of what it did? For
example, when finished, it could report how many messages in how many
folders were added (or deleted for a two-way sync) or had flags
modified, and if any messages/folders were skipped due to errors or
whatever. This could provide a sanity check that a sync looks like
it worked.
--
Randall Gellens
Opinions are personal;
2014 Dec 12
0
Migrate with Dsync
At 6:14 PM +0100 12/11/14, Dominik Breu wrote:
> i have a simple and maybe stupid question but,
> read the guide on http://wiki2.dovecot.org/Migration/Dsync now i wonder
> where to put this configuration ? May i oversee something but i would
> appreciate any hint toward solving my problem.
Hi Dominik,
I'm not sure, but my guess is that it goes into a new file in
2015 Nov 05
1
dsync imapc authentication mechanisms
I'm trying to use dsync to mirror mail onto a remote IMAP server.
The remote server is generating an error that authentication via
plain text is not permitted. Does dsync imapc support any
non-clear-text authentication mechanisms? The remote server supports:
AUTH=CRAM-MD5 AUTH=DIGEST-MD5 AUTH=NTLM
--
Randall Gellens
Opinions are personal; facts are suspect; I speak for myself
2014 Nov 29
2
Unable to see virtual users
Thanks very much; please see in-line for clarification questions.
At 8:22 AM +0100 11/28/14, Steffen Kaiser wrote:
> On Thu, 27 Nov 2014, Randall Gellens wrote:
>
>> I'm still having trouble getting users accepted by postfix + dovecot.
>
> I suppose in your system + virtual user mix, you should use LMTP:
> http://wiki2.dovecot.org/HowTo/PostfixDovecotLMTP
> So
2014 Nov 27
2
Unable to see virtual users
I'm still having trouble getting users accepted by postfix + dovecot.
I have a few (<10) virtual users configured in a passwd-style file in
/etc/dovecot/users. I can verify that dovecot sees those users and
can authenticate them using 'doveadm' as well as IMAP.
I also have one system user configured via PAM. I can verify that
dovecot sees this user and can authenticate using
2008 Aug 12
3
Fwd: [MORG] IMAP5 List
If anyone's interested, especially client developers. It's been a bit
quiet there after the initial rush.
Begin forwarded message:
> From: Randall Gellens <randy at qualcomm.com>
> Date: August 1, 2008 5:08:39 AM EDT
> To: ietf-imapext at imc.org, morg at ietf.org
> Subject: [MORG] IMAP5 List
>
> At the MORG BOF, a discussion as to if the proposed IMAP
2015 May 29
3
Enabling Master User for migration
Hi all,
Ok, just need a quick-n-dirty way to enable a master user for a migration...
Reading the docs, I'm not sure what the bare minimum is I need to do this...
At: http://wiki2.dovecot.org/Authentication/MasterUsers
The Example config shows:
auth_master_user_separator = *
passdb {
driver = passwd-file
args = /etc/dovecot/passwd.masterusers
master = yes
pass = yes
}
passdb {
2015 Oct 07
2
bug report: dovecot-imapd core dump
Hi,
could not find it -- back to the list, maybe someone can suggest a
fix/workaround.
Best,
Tamas
On Wed, Oct 07 2015, Dominik Breu wrote:
> Hello,
>
> yeah this one looks familiar to me can you search the list back in
> september there was a somewhat similar bug with thunderbird imho timo
> posted a notice about it.
>
> greetings,
>
> dominik
>
> Am
2015 May 29
2
Enabling Master User for migration
On 5/29/2015 9:25 AM, Dominik Breu <dominik at dominikbreu.de> wrote:
> Hello Charles,
>
> the bare minimum ist just the first passdb entry
> auth_master_user_separator = *
> passdb {
> driver = passwd-file
> args = /etc/dovecot/passwd.masterusers
> master = yes
> pass = yes
> }
>
> this will do the trick.
Ok, this isn't working, I'm
2015 May 16
2
Core dump at imap process
hello list,
testing the 2.18 release i got following core dump. Maybe Timo you can
get a look at it.
greetings dominik
Core Dump:
root at hbs-buko:/var/vmail/hbs-buko.info/dominik.breu#
gdb /usr/lib/dovecot/imap core
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is
2014 Dec 17
0
dsync "Error: imapc: Remote server didn't send BODY for UID"
Anyone know what this means and what the implications are? Does this
mean some messages are missing?
$sudo dsync -D -v -f -R -o mail_fsync=never backup -u test imapc:
...
dsync(test): Error: imapc: Remote server didn't send BODY[] for UID
266 in #somefolder
--
Randall Gellens
Opinions are personal; facts are suspect; I speak for myself only
-------------- Randomly selected tag:
2015 May 29
1
Enabling Master User for migration
hello,
in which way do you login ?
loginuser*masteruser or just masteruser?
You have to do the login with loginuser*masteruser masterpass
greetings
dominik
Am Freitag, den 29.05.2015, 10:14 -0400 schrieb Charles Marcus:
> Apologies - maybe doveconf -n shows a hint at the problem?
>
> Maybe it has to do with I'm using the default_realm? But I've tried
> adding the user as
2015 Dec 22
2
Dovecot 2.2.20 autoexpunge
> On Dec 22, 2015, at 9:49 AM, Dominik Breu <dominik at dominikbreu.de> wrote:
> the autoexpunge feature only removes mails wich have the \Delete Flag so no deletion of mails wich doesn't have this Flag(see https://tools.ietf.org/html/rfc4315#section-2.1 or http://wiki2.dovecot.org/Tools/Doveadm/Expunge)
>
> you could run a cron job with a doveadm move comando to move the
2015 Dec 22
2
Dovecot 2.2.20 autoexpunge
I have configured autoexpunge on some folders:
namespace inbox {
inbox = yes
location =
mailbox Junk {
auto = subscribe
autoexpunge = 30 days
special_use = \Junk
}
mailbox Trash {
auto = subscribe
autoexpunge = 2 weeks
special_use = \Trash
}
prefix =
separator = /
}
After adding these and restarting, logging in and out several times, I still see messages
2014 Nov 21
1
Unable to see virtual users
I have a new Dovecot v2.2.9 installation and am having trouble
getting virtual users recognized.
Also, the example configuration listed on the Wiki generates config errors.
Note that I haven't tried running dovecot yet, I wanted to verify
that the config looked good first.
First, my configuration. I'm trying to use /etc/dovecot/users as my
combined userdb and passdb file, with all
2015 May 11
1
Released Pigeonhole v0.4.8.rc1 for Dovecot v2.2.17.rc1
On 5/11/2015 9:26 AM, Dominik Breu wrote:
> Hello,
>
> did an test Install on my system get some nice SEGFAULT
> wich backtrace here: https://dominikbreu.de/Stikked/view/8b6b7e5b
> version is following:
> aptitude versions dovecot-sieve i 2:2.2.17~rc1-1~auto+4
I cannot view that URL (some broken SSL error). You can just put the
backtrace in the email itself.
Regards,
2012 Aug 08
1
Dsync and SIS
Hi all,
Just to clarify, if we back up a dovecot 2 server with SIS for
attachments and ALT storage by rsyncing it (including the SIS and ALT
storage) to a remote server when it's idle (or at least almost entirely
so), and run dovecot on that machine, would it seem feasible to restore
backups from that server by using dysnc - specifically for the scenario
where someone accidentally
2015 Feb 12
1
Missing amd64 on butobuild Server
Hello List,
is there a Reason why the build server at http://xi.rename-it.nl/debian/
aren?t delivering amd64 since nearly an month?
best regards
dominik
2013 Sep 17
1
unusual dsync lines
Hi,
Another day, another dysnc attempt. Using Dovecot v2.2.5.4; I see:
# doveadm -v -o imapc_user=user at example.com -o imapc_password=password -o
imapc_host=imap.example.com -o imapc_port=993 -o imapc_ssl=imaps -o
imapc_ssl_dir=/etc/ssl -o imapc_feature=rfc822.size -o imapc_ssl_verify=no
sync -1 -R -u user at example.com imapc:
dsync(user at example.com): Info: copy from Drafts: box=Drafts,
2006 Jul 13
3
Corrupted Indexes - again...
I am still getting these in my maillog:
Jul 13 07:39:38 pop5.cfu.net dovecot: IMAP(breu at cfu.net): Corrupted index
cache file
/var/spool/mail/filer/storage//cfu.net/b/r/breu/dovecot.index.cache:
invalid record size
Jul 13 09:35:03 pop5.cfu.net dovecot: IMAP(breu at cfu.net): Corrupted index
cache file
/var/spool/mail/filer/storage//cfu.net/b/r/breu/dovecot.index.cache:
invalid record size