Displaying 20 results from an estimated 5000 matches similar to: "imapc / namespace question"
2013 Sep 24
1
Strange errors with imapc+acl in 2.2.x
Hi,
after migrating to 2.2 (currently using 2.2.5), I see strange error
messages when using imapc + public namespace + acl
My setup: I create a public shared mailbox with imapc as location. Then
I restrict this mailbox to one user only using ACLs.
This works for this one special user, but for all others an error gets
logged and they can't access their mailbox anymore:
Sep 24 18:09:46
2012 Jul 13
1
imapc: Restrict the number of connections
Hi,
I have managed to get an imapc connection to another server and bind its
contents to only one account (via global ACL).
The namespace itself is created as public, though it does not seem to
make a difference for this use case (i.e., it does not matter, whether
its type is 'public', 'shared', or 'private').
namespace {
hidden = no
list = children
location =
2014 Jan 07
1
Assertion failed with imapc after upgrading Dovecot from 2.1.7 to 2.2.9
Hi !
I have an old Courier IMAP and in front of it, I have put a proxy cache
with Dovecot/imapc.
I use Debian Wheezy (stable) which package Dovecot in version 2.1.7.
I have tested the upgrade to Debian Jessie (testing) which package Dovecot
in version 2.2.9 but an assertion is thrown :
dovecot: imap(xxx): Panic: file imapc-list.c: line 499
(imapc_list_delete_unused_indexes): assertion failed:
2013 Apr 23
3
Using dsync to export mail to remote IMAP account
I've read the web/man pages on dsync, but it's not clear to me whether
dsync can be used to export (rather than import) a user's mailbox to a
remote non-dovecot IMAP account.
(The intention is to use it whenever a user leaves and wants to copy their
local mail to Google or whatever. I currently use uw-imapd's mailutil --
it works, but it's dreadfully slow.)
As a first crack
2013 Jan 17
1
dovecot nightly 20130117: dsync does returns "Name or service not known"
Hello.
I have this settings of imapc:
# doveconf -a | grep imapc
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_ssl = no
imapc_ssl_ca_dir =
imapc_ssl_verify = yes
imapc_user = %u
and try to sync mailbox on old server and new one:
$ dsync -o imapc_user="user at example.org"
2018 May 13
2
dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both
Am attempting to bring my mailserver back to home server post house move
and whilst I could use rsync have been trying to get to grips with dsync.
However, I seem to have an issue - my current server specifies
mail_location as
maildir:/var/vmail/%d/%n/Maildir:LAYOUT=fs
and my imapc config on new server is as follows ...
imapc_host = old.mailserver.host
imapc_user = %u
imapc_master_user =
2017 Sep 28
2
imapc and masteruser
Hi Sami,
Thank you for your reply.
> yes you do need to define imapc_user if you want to switch user and master user around for imapc. like:
>
> imapc_user = authapps
> imapc_master_user = %u
>
> without imapc_user dovecot would login to the secondary server like A bob.test*bob.test password
When I add the 'imapc_user = authapps' option to the primary instance
2016 Jan 06
3
Mapping of INBOX.INBOX breaks imapc_list_prefix=INBOX?
We're running a huge imapc-Migration from an old Courier-IMAP to Dovecot.
Courier always uses "INBOX."-prefix for his folders, so we set
namespace inbox {
[...]
separator = .
prefix = INBOX.
[...]
}
on our new Dovecot 2.2.20 system.
And also we added:
imapc_list_prefix=INBOX
to avoid the dublication of the INBOX prefix.
At the end, doveadm/dsync/imapc see
2014 May 13
1
imapc problem
hello,
I have some trouble when trying to migrate from another imap server to
dovecot with imapc/dsync/doveadm.
when running "doveadm -o imapc_user=foo -o imapc_password=bar backup -R
-u localuser imapc:" all is ok.
But when running "doveadm -o imapc_user=foo -o imapc_password=bar sync
-R -u localuser imapc:", all local mods are overwritten. For example
deleting a
2012 Feb 15
2
2.1b6 imapc sync error
I received this error at the end of a migration from imapc to mdbox. Is
it because I wanted doveadm 'sync' instead of 'backup'? I didn't get
time to do any testing, but since you're pushing for the release, here
it is:
kerio2:~ adminuser$ /opt/dovecot/bin/doveadm -o imapc_user=jsample -o
imapc_password=****** -o imapc_host=*.*.*.* sync -R -u
jsample_dc at mydomain.com
2017 Sep 28
2
imapc and masteruser
Hi,
My end goal is to set up shared mailboxes on a cluster as per:
https://wiki.dovecot.org/SharedMailboxes/ClusterSetup
I was having very little luck with it, so I had been trying to break
down into pieces and get individual components working. So I have
things setup on a single server, with a working dovecot instance. I
have no director or any thing else running yet, and I am just trying
2011 Jan 16
5
Smart IMAP proxying with imapc storage
I just committed a very early initial implementation of "imapc" storage
backend to v2.1 hg: http://hg.dovecot.org/dovecot-2.1
You can't really do anything except open INBOX and read mails from it,
so it's currently only intended for initial testing. It sucks in many
ways right now, but I'll be improving it.
The idea is that you could set for example:
mail_location =
2014 May 05
2
imapc with Outlook.com transfers max 22-23 messages per mailbox!?
Hi,
I'm trying to migrate a user from Outlook.com IMAP to Dovecot. I'm
using a setup similar to that on
http://wiki2.dovecot.org/Migration/Dsync:
imapc_host = imap-mail.outlook.com
imapc_user = [...]@hotmail.com
imapc_password = [...]
imapc_features = rfc822.size fetch-headers
mail_prefetch_count = 20
imapc_port = 993
imapc_ssl = imaps
imapc_ssl_verify = yes
ssl_client_ca_dir =
2018 May 13
1
dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both
> On 13 May 2018, at 14.07, Matt Bryant <matt at the-bryants.net> wrote:
>
> Sigh ... ok so had if statement in SQL land that appended LAYOUT=fs if Maildir which explains the non-converting folder layout but NOT why the process is not picking up the actual contents of INBOX ...
>
Try setting imapc_prefix=INBOX instead of imapc_list_prefix.
Sami
2013 Feb 06
1
dovecot-2.2: dsync to imapc not working
Hello.
I have dovecot installation
# dovecot --version
20130205 (03a0af22100d+)
built with imapc backend.
I'm tried to sync mailboxes from another server after clean mail
directory localy:
# dsync -v -o imapc_user="user at example.org" -o imapc_password="pass"
-o imapc_host=imap.example.org -o imapc_features=rfc822.size -o
mailbox_list_index=no backup -R -f -u
2020 Mar 31
3
doveadm backup from gmail with imapc
On Tue, 2020-03-31 at 09:06 +0300, Aki Tuomi wrote:
> >
> > On 30/03/2020 22:11 Ben Mulvihill <ben.mulvihill at gmail.com> wrote:
> >
> > ?
> > I am trying to backup a gmail account (not the one I am writing
> > from)
> > to dovecot, using doveadm-backup and imapc, but am having ssl
> > connection problems.
> >
> > ted at
2012 Jan 24
1
Capabilities of imapc
Hi *,
I can't find any decent information about the capabilities of imapc in
the planned future dovecot releases.
As I think about using imapc, I'll just give the two use-cases I see for
me. Will this be possible with imapc?
1) One (or more) folders in a mailbox which are proxied?
2) Proxy a whole mailbox _and use the folders in it as shared folders_.
That means account X on Server 1
2015 Oct 09
1
Questions on supporting Shared Mailboxes using imapc://
I was not able to get a shared mailbox setup working using imapc. Tested
using mailboxes on the same server, as well as other servers.
We are using dovecot 2.2.10 from Centos 7, following the guide at
http://wiki2.dovecot.org/SharedMailboxes/ClusterSetup
imapc_host=192.168.5.5 #(Local dovecot server)
imapc_master_user= %u
imapc_password=TempPass
#imapc_user=test2 at example.com # Added for
2013 May 31
2
imapc - different settings for different namespaces
Originally I was planning on allowing all kinds of mail settings inside namespace {}, including imapc_* settings. But that's a bit difficult to implement (although I think it will happen some day). So for now I was thinking:
imapc foo {
host = imap.foo.com
master_user = foomaster
password = foopass
}
imapc bar {
host = imap.bar.com
...
}
namespace {
prefix = foo/
location =
2020 Mar 30
2
doveadm backup from gmail with imapc
I am trying to backup a gmail account (not the one I am writing from)
to dovecot, using doveadm-backup and imapc, but am having ssl
connection problems.
ted at expectation:~# doveadm backup -D -R -u ted imapc:
dsync(ted): Info: imapc(imap.gmail.com:993): Connected to
74.125.71.108:993 (local 10.7.1.179:53852)
dsync(ted): Warning: imapc(imap.gmail.com:993): Server disconnected
unexpectedly: