Displaying 20 results from an estimated 4000 matches similar to: "Capabilities of imapc"
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 =
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 =
2011 Sep 09
3
2.1: imapc LIST problem / usage question
----- Forwarded message from SerNet Support Lutz Pre?ler <support at SerNet.DE> -----
From: SerNet Support Lutz Pre?ler <support at SerNet.DE>
Subject: 2.1: imapc LIST problem / usage question
To: dovecot at dovecot.org
Date: Fri, 9 Sep 2011 12:00:46 +0200
Organization: SerNet Service Network GmbH
Hello,
2.1.alpha1 (latest Debian auto build on amd64)
As a test, namespace for gmail
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
2014 Mar 08
1
Planning migration
I think I have a working dovecot installation, and the time has come to
migrate my users. There are only 4 of us, so it can be done manually
per user.
I looked at this page in the wiki
http://wiki2.dovecot.org/Migration/Dsync
but I am totally confused.
1st off, it uses doveadm, but with commands parameters that dont match
my doveadm's man page. In fact they look more like dsync
2012 Apr 13
1
imapc / namespace question
Hi,
I've got two questions regarding imapc and namespaces:
1) Is there a way of stating, that I only want part of the hierarchy on
the end of an imapc connection to be available here? My "problem":
On the other end the layout is:
INBOX.Shared.{some,nice,folders}
If I mirror this into my dovecot hierarchy with prefix "Gemeinsam" I get
the following folder structure:
2017 Sep 11
2
Is it possible to disable pipelining in imapc?
On 09/11/2017 09:17 AM, Aki Tuomi wrote:
>
> On 08.09.2017 15:29, Nagy, Attila wrote:
>> On 09/08/2017 01:53 PM, Aki Tuomi wrote:
>>> On 08.09.2017 14:50, Nagy, Attila wrote:
>>>> Hi,
>>>>
>>>> I've a broken IMAP server, which doesn't support pipelining and fails
>>>> on dovecot's attempt to do this ([C] is
2017 Sep 08
2
Is it possible to disable pipelining in imapc?
On 09/08/2017 01:53 PM, Aki Tuomi wrote:
>
> On 08.09.2017 14:50, Nagy, Attila wrote:
>> Hi,
>>
>> I've a broken IMAP server, which doesn't support pipelining and fails
>> on dovecot's attempt to do this ([C] is dovecot's imapc, [S] is the
>> IMAP server):
>>
>> [C] 24 LOGIN "user" "pass"
>> [S] 23 OK
2015 Mar 20
0
imapc - different settings for different namespaces
On 05/31/2013 04:21 PM, Timo Sirainen wrote:
> 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
> }
>
2017 Sep 11
2
Is it possible to disable pipelining in imapc?
On 09/11/2017 10:42 AM, Sami Ketola wrote:
>> On 11 Sep 2017, at 11.24, Nagy, Attila <bra at fsn.hu> wrote:
>> I use dovecot with a broken IMAP server (which doesn't properly implement command pipelining amongst others) as an imapc backend.
>> Dovecot issues the above command sequence (SELECT and UID FETCH pipelined), which doesn't work with this server.
>>
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:
2017 Sep 08
2
Is it possible to disable pipelining in imapc?
Hi,
I've a broken IMAP server, which doesn't support pipelining and fails on
dovecot's attempt to do this ([C] is dovecot's imapc, [S] is the IMAP
server):
[C] 24 LOGIN "user" "pass"
[S] 23 OK
[C] 25 SELECT "INBOX"
[C] 23 UID FETCH 2 (INTERNALDATE)
[S] 25 OK
[S] 23 BAD No mailbox selected
Sadly, fixing the server would be a hard task, turning off
2013 Jul 01
1
dsync/imapc migration question
Doing an imapc migration with the pop3 migration plugin, using doveadm
backup -R.
I occasionally get the following output:
dsync(user at domain.tld): Error: imapc(mail01.domain.tld:143): Server
disconnected unexpectedly
dsync(user at domain.tld): Error: imapc(mail01.domain.tld:143): Server
disconnected unexpectedly
dsync(user at domain.tld): Error: imapc(mail01.domain.tld:143): Server
2017 Sep 11
2
Is it possible to disable pipelining in imapc?
On 09/11/2017 11:14 AM, Aki Tuomi wrote:
>
> On 11.09.2017 11:59, Nagy, Attila wrote:
>> On 09/11/2017 10:42 AM, Sami Ketola wrote:
>>>> On 11 Sep 2017, at 11.24, Nagy, Attila <bra at fsn.hu> wrote:
>>>> I use dovecot with a broken IMAP server (which doesn't properly
>>>> implement command pipelining amongst others) as an imapc backend.
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
2013 Jul 04
2
Migrating domain using IMAPc
Hi list,
I'm trying to do a domain migration using the imapc feature, but i'm having
some problems and I really don't know what is happening.
So if you guys could help me with a path to solve this, I will be glad.
I'm using Dovecot 2.1.7 in a Debian Wheezy machine.
The command I'm using is:
dsync -Dv -o imapc_features=rfc822.size -o imapc_host=IP -o imapc_port=143
-o
2013 Jun 13
1
IMAPC feature description
Hi,
I couldn't find any decent documentation about the IMAPC feature.
Could someone please explain the purpose of this feature?
In particular, what are the differences between IMAPC and reverse proxying?
Thanks.
2012 Dec 15
1
When imapc can't connect to remote IMAP prevents user login (and blocks LDA)
Hi!
I'm using dovecot 2.1.12-r1.
When remote imap server rejects connections then I can't login into
account and MTA can't deliver emails to maildir also.
I'm attaching snippets of logs:
2012-12-15T18:05:43.072594+01:00 meteor dovecot: imap-login: Login:
user=<marcin at mejor.pl>, method=PLAIN,
rip=2001:470:1f0b:1ab3:50af:bef4:6918:78ad, lip=2001:470:1f15:1b61::2,
2013 May 16
1
quota with imapc
Dear dovecot team,
I have set up my mail system with a mail gateway connecting to mail server
using imapc.
Now I need my web mail client to show up the quota info.
I enabled quota plugins in dovecot.conf.
The problem is since all mails reside in the server, the web mail which is
in mail gateway always shows the quota as 0.
Is there any way the plugin will get quota info from the mail server?
I
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