Le 08/10/2018 à 10:36:10+0200, Albert Shih a écrit
Hi everyone,
>
I still got my problem :
> I got two level of synchro:
>
> master --- sync --> imap-mirror-1 --- sync --> imap-mirror-2
>
> The first level work fine, the second level (imap-mirror-1 --> imap-mirror-2)
> crash sometime ago.
>
>
Solution:
1. cyrus was not enabled via systemctl
2. Some symbolic links were not set:
ln -s /usr/sbin/cyrus /usr/sbin/ctl_cyrusdb
ln -s /usr/sbin/cyrus /usr/sbin/cyr_expire
ln -s /usr/sbin/cyrus /usr/sbin/tls_prune
WTF caused this?
Greetings
Harry
Cyrus Home Page: http://www.cyrusimap.org
Am Samstag, 28. April 2018, 14:51:07 CEST schrieb Dan White:
> On 04/28/18 20:43 +0200, Dr. Harry Knitter wrote:
> >after upgrading debian wheezy to jessie a socket has gone:
> >/var/run/cyrus/socket/lmtp
> >
> >How to get out of this problem?
>
> The lmtp unix domain socket is started by master v
Am Samstag, 28. April 2018, 14:51:07 CEST schrieb Dan White:
> On 04/28/18 20:43 +0200, Dr. Harry Knitter wrote:
> >after upgrading debian wheezy to jessie a socket has gone:
> >
> >
> >How to get out of this problem?
>
> The lmtp unix domain socket is started by master via its /etc/cyrus.conf
> c
On 04/28/18 20:43 +0200, Dr. Harry Knitter wrote:
after upgrading debian wheezy to jessie a socket has gone:
/var/run/cyrus/socket/lmtp
How to get out of this problem?
The lmtp unix domain socket is started by master via its /etc/cyrus.conf
config file, commonly in an entry called 'lmtpunix',
On Mon, Jul 25, 2016, at 10:53 PM, Kenneth Marshall wrote:
> On Mon, Jul 25, 2016 at 03:53:43PM +1000, ellie timoney wrote:
> > I don't have a 2.3.x environment handy to try to reproduce this from the
> > outside in, so I'm starting at the error code and working outwards...
> >
> > > > <1469384361
On Mon, Jul 25, 2016 at 03:53:43PM +1000, ellie timoney wrote:
> I don't have a 2.3.x environment handy to try to reproduce this from the
> outside in, so I'm starting at the error code and working outwards...
>
> > > <1469384361 > > >1469384362>a0080 NO Mailbox format corruption detected
>
> "Ma
On Mon, Jul 25, 2016 at 03:53:43PM +1000, ellie timoney wrote:
> I don't have a 2.3.x environment handy to try to reproduce this from the
> outside in, so I'm starting at the error code and working outwards...
>
> > > <1469384361 > > >1469384362>a0080 NO Mailbox format corruption detected
>
> "Ma
I don't have a 2.3.x environment handy to try to reproduce this from the
outside in, so I'm starting at the error code and working outwards...
> > <1469384361 > >1469384362>a0080 NO Mailbox format corruption detected
"Mailbox format corruption detected" corresponds with
IMAP_MAILBOX_CHECKSUM
Thi
Thanks for reporting this. Ellie, if you get a chance can you look at it? I'm
in the middle of the the FastMail security rollout right now, so I can't do
anything today.
Bron.
On Mon, Jul 25, 2016, at 11:45, Kenneth Marshall wrote:
> Hi,
>
> I accidentally hijacked another thread. So here is
> On 04/04/2015 09:02 AM, Patrick Boutilier wrote:
>>> Quoting Simon Matter , Sat, 04 Apr 2015:
>>>
I guess that's because of single instance store. It's not a bug then
but a
feature if "duplicatesuppression: 1". Duplicate messages are
hardlinked on
disk, they don't consume
On 04/04/2015 09:02 AM, Patrick Boutilier wrote:
>> Quoting Simon Matter , Sat, 04 Apr 2015:
>>
>>> I guess that's because of single instance store. It's not a bug then
>>> but a
>>> feature if "duplicatesuppression: 1". Duplicate messages are
>>> hardlinked on
>>> disk, they don't consume space
Quoting Simon Matter , Sat, 04 Apr 2015:
I guess that's because of single instance store. It's not a bug then but a
feature if "duplicatesuppression: 1". Duplicate messages are hardlinked on
disk, they don't consume space there, but are still calculated in quota
usage.
Isn't that singleinstanc
Quoting Simon Matter , Sat, 04 Apr 2015:
> I guess that's because of single instance store. It's not a bug then but a
> feature if "duplicatesuppression: 1". Duplicate messages are hardlinked on
> disk, they don't consume space there, but are still calculated in quota
> usage.
I have noticed tha
> /Hi,
> we
> - stoped cyrus-imapd
> - reconstructed a mailbox (/usr/lib/cyrus-imapd/reconstruct -r -f
> user."account")
> ///- started cyrus-imapd/
> - deleted file /var/lib/imap/quota/"a"/user."account"//
> - set quota (sq user."account" 3000)
> -//recalculated the quota (/usr/lib/cyrus-
You'll be wanting to cm user/testuser2 (and so on), because with unixheirsep
on, the dot gets replaced with DOTCHAR (^) and you actually created a top level
folder called "user.testuser2" rather than what you expected, a subfolder of
user called testuser2.
Regards,
Bron.
On Wed, Sep 17, 2014,
On Tue, Sep 16, 2014 at 08:29:33AM -0700, John Oliver wrote:
>> CentOS 6.5, cyrus-imapd 2.3.16-6
>>
>> So, I gather you're supposed to create mailboxes called user.
>> But I wind up with user^, and mailbox can't be found.
>>
>> [joliver@localhost ~]$ cyradm -u testuser1 localhost
>> Password:
>>
>> CentOS 6.5, cyrus-imapd 2.3.16-6
>>
>> So, I gather you're supposed to create mailboxes called user.
>> But I wind up with user^, and mailbox can't be found.
>>
>> [joliver@localhost ~]$ cyradm -u testuser1 localhost
>> Password:
>> localhost> cm user.testuser2
>> localhost> cm user.testuser3
>>
> CentOS 6.5, cyrus-imapd 2.3.16-6
>
> So, I gather you're supposed to create mailboxes called user.
> But I wind up with user^, and mailbox can't be found.
>
> [joliver@localhost ~]$ cyradm -u testuser1 localhost
> Password:
> localhost> cm user.testuser2
> localhost> cm user.testuser3
> localhost
Excellent :) That's what I like to hear!
On Mon, Apr 7, 2014, at 07:03 PM, Roberto Bartali wrote:
> Hi Bron
> I upgraded to the 2.4.17 and the problem seems to be solved!
> Many thanks again
>
> Roberto
>
> Il 04/04/2014 12:36, Bron Gondwana ha scritto:
> > On Fri, Apr 4, 2014, at 06:00 PM, Rob
Hi Bron
I upgraded to the 2.4.17 and the problem seems to be solved!
Many thanks again
Roberto
Il 04/04/2014 12:36, Bron Gondwana ha scritto:
On Fri, Apr 4, 2014, at 06:00 PM, Roberto Bartali wrote:
Hi Bron
It seems that a LIST bug is fixed in 2.4.12. I didn't see similar bug
fix in the next v
Ok, I ' will upgrade as you suggest.
Many many thanks
Cheers
Roberto
Il 04/04/2014 12:36, Bron Gondwana ha scritto:
On Fri, Apr 4, 2014, at 06:00 PM, Roberto Bartali wrote:
Hi Bron
It seems that a LIST bug is fixed in 2.4.12. I didn't see similar bug
fix in the next versions.
There are a bunc
On Fri, Apr 4, 2014, at 06:00 PM, Roberto Bartali wrote:
> Hi Bron
> It seems that a LIST bug is fixed in 2.4.12. I didn't see similar bug
> fix in the next versions.
There are a bunch of fixes since 2.4.12. You should probably be on 2.4.17
- that's the current stable.
> So, to solve the proble
Hi Bron
It seems that a LIST bug is fixed in 2.4.12. I didn't see similar bug
fix in the next versions.
So, to solve the problem, do you think I need to upgrade my Cyrus or
there is some patch to apply?
In first case, are there particular issue, upgrading from 2.4.12 to the
last version? I comp
On Fri, Apr 4, 2014, at 02:00 AM, Roberto Bartali wrote:
> Hi
> I'm using a Cyrus murder 2.4.12 (3 backend, 1 mupdate, 2 frontend) on
> Debian Squeeze.
> I'm encountering some problems using Thunderbird with version after 17.
> With this versions, some shared mailboxes are listed as Unsubscribed
attached is the compressed .seen file if anyone can salvage it.
David Lang
On Thu, 10 Jan 2013, David Lang wrote:
On Thu, 10 Jan 2013, Andrew Morgan wrote:
On Thu, 10 Jan 2013, David Lang wrote:
On Thu, 10 Jan 2013, Andrew Morgan wrote:
A corrupted seen file is the only thing that makes
On Thu, 10 Jan 2013, Andrew Morgan wrote:
On Thu, 10 Jan 2013, David Lang wrote:
On Thu, 10 Jan 2013, Andrew Morgan wrote:
A corrupted seen file is the only thing that makes sense to me. If other
users can open the same folder, then the cyrus.header and cyrus.index
files must be sane.
As
On Thu, 10 Jan 2013, David Lang wrote:
On Thu, 10 Jan 2013, Andrew Morgan wrote:
A corrupted seen file is the only thing that makes sense to me. If other
users can open the same folder, then the cyrus.header and cyrus.index files
must be sane.
As an experiment, you could move your seen fil
On Thu, 10 Jan 2013, Andrew Morgan wrote:
> A corrupted seen file is the only thing that makes sense to me. If other
> users can open the same folder, then the cyrus.header and cyrus.index files
> must be sane.
>
> As an experiment, you could move your seen file from lang.seen (or whatever
> i
On Thu, 10 Jan 2013, David Lang wrote:
> On Thu, 10 Jan 2013, Andrew Morgan wrote:
>
>> On Thu, 10 Jan 2013, David Lang wrote:
>>
>>> I has my home mail server crash, and after the crash, one user (me) is
>>> unable to
>>> acess any folders.
>>>
>>> When I manually telnet to the IMAP port, I ca
On Thu, 10 Jan 2013, Andrew Morgan wrote:
> On Thu, 10 Jan 2013, David Lang wrote:
>
>> I has my home mail server crash, and after the crash, one user (me) is
>> unable to
>> acess any folders.
>>
>> When I manually telnet to the IMAP port, I can login, I can list and run
>> other
>> commands,
On Thu, 10 Jan 2013, David Lang wrote:
> I has my home mail server crash, and after the crash, one user (me) is unable
> to
> acess any folders.
>
> When I manually telnet to the IMAP port, I can login, I can list and run other
> commands, but as soon as I do a select of any folder (mine or any o
On Fri, Dec 7, 2012, at 05:07 PM, Nic Bernstein wrote:
> Bron,
> I'm in need of something like this, but before I delve in too far, does
> this still work well with 2.4.17? Will it still work with 2.5.x?
It should work fine with both. It does feature detection, so it should
handle any replicati
Bron,
I'm in need of something like this, but before I delve in too far, does
this still work well with 2.4.17? Will it still work with 2.5.x?
Thanks!
-nic
On 02/16/2012 01:25 PM, Bron Gondwana wrote:
> On Thu, Feb 16, 2012 at 01:32:49PM +0100, Bron Gondwana wrote:
>> It's a big hairy piec
Sorry I haven't commented. Yes, I think you're right - it's a bug. I
tried to fix something like it a while back and created more and worse
bugs, so I reverted the change.
The way that usernames and folder details are handled in sieve is a
right mess... conversions backwards and forwards between
Can anyone comment on that ?
We might be doing something wrong while settings our ACLs, but looking with
wireshark at how cyradm I think we're fine and that there's really a bug in
here.
Thomas,
Blue Mind.
On Mon, Nov 19, 2012 at 8:39 PM, Thomas Cataldo wrote:
> Hi,
>
> I did some more resea
Hi,
I did some more research on my problem and tracked the problem down to this
test in append.c (cyrus 2.4) :
else if (!strcmp(flag[i], "\\flagged")) {
if (as->myrights & ACL_WRITE) { // this test fails when
mailbox is a.b@domain
message_index.system_flags |=
Never mind -- realized I need to list sync_server under SERVICES and not
START.
Cheers,
-nic
On 10/23/2012 02:24 PM, Nic Bernstein wrote:
Folks,
I have been building and using Cyrus IMAP since 1995, but I've just
run into an issue I've never encountered before. I've had the same
issue w
On Sat, 2012-06-23 at 07:58 +0800, JonL wrote:
> I'm having an issue where the mail is going to the mailbox and that I
> can verify, but for some reason Outlook 2003 cannot connect to the
> mail server although I can ping from server to client and from client
> to server. Something is stopping the
On 06/11/2012 06:15 AM, Arnaud Launay wrote:
Hello,
Michael Loftis wgops.com> writes:
Don't use Cyrus over NFS. It's not safe. You *WILL* end up with corrupt
mailboxes.
There might be some NFS Client+Server combinations that are safe, but since
you've a Linux client I'm guessing your NFS se
Hello,
Michael Loftis wgops.com> writes:
> Don't use Cyrus over NFS. It's not safe. You *WILL* end up with corrupt
> mailboxes.
>
> There might be some NFS Client+Server combinations that are safe, but since
> you've a Linux client I'm guessing your NFS server is also Linux, a known
> not-s
tmail.fm
> To: magiz...@hotmail.com
> CC: janne.pelto...@helsinki.fi; info-cyrus@lists.andrew.cmu.edu
> Subject: Re: Problem restoring shared folders in replica server
>
> On Fri, Mar 16, 2012 at 08:32:20AM +0100, Manel Gimeno Zaragozá wrote:
> >
> > Hello,
> >
>
On Fri, Mar 16, 2012 at 08:32:20AM +0100, Manel Gimeno Zaragozá wrote:
>
> Hello,
>
> Thanks, but yesterday after post I was doing test with sync_client -m
> "MAILBOX" but nothing happen either!
Can you please file a bug in bugzilla about this. I'll have a look.
Bron.
Cyrus Home Page: ht
> From: janne.pelto...@helsinki.fi
> To: magiz...@hotmail.com
> CC: info-cyrus@lists.andrew.cmu.edu
> Subject: Re: Problem restoring shared folders in replica server
>
> Hi!
>
> On Thu, Mar 15, 2012 at 06:28:32PM +0100, Manel Gimeno Zaragozá wrote:
> [...]
> > replica wi
Hi!
On Thu, Mar 15, 2012 at 06:28:32PM +0100, Manel Gimeno Zaragozá wrote:
[...]
> replica with sync_client -u "user" and everything was OK except shared
> folders,
> I can not sync shared folders information.
[...]
> but nothing happen when I try
> sync_client -u SHAREDFOLDER
> or
> sync_client
r your support!
Manel Gimeno Zaragoza
magiz...@hotmail.com
> Date: Tue, 28 Feb 2012 18:08:16 +0100
> From: br...@fastmail.fm
> To: magiz...@hotmail.com
> CC: br...@fastmail.fm; info-cyrus@lists.andrew.cmu.edu; eric.luy...@vub.ac.be
> Subject: Re: Problem recover replica
>
&g
On Tue, Feb 28, 2012 at 05:50:21PM +0100, Manel Gimeno Zaragozá wrote:
>
> Hello,
>
> I have one more doubt about sieve scripts. I thought that sieve scripts would
> be sync on replica at the same time that mailbox are, but I haven't check it
> yet. Now I see that sieve is not sync, and I'm not
t the same time that mailbox? Or I should to do it
manually?
Regards and thaks for all your support!
Manel Gimeno Zaragoza
magiz...@hotmail.com
> From: br...@fastmail.fm
> To: magiz...@hotmail.com
> CC: info-cyrus@lists.andrew.cmu.edu; eric.luy...@vub.ac.be
> Subject: RE: Problem recov
; Thanks & Regards!
>
> Manel Gimeno Zaragoza
> magiz...@hotmail.com
>
>
> From: magiz...@hotmail.com
> To: br...@fastmail.fm
> Subject: RE: Problem recover replica
> Date: Thu, 23 Feb 2012 13:44:32 +0100
> CC: info-cyrus@lists.andrew.cmu.edu; eric.luy...@vub.ac.be
&
erfect to compare the integrity of the replica!
Thanks & Regards!
Manel Gimeno Zaragoza
magiz...@hotmail.com
From: magiz...@hotmail.com
To: br...@fastmail.fm
Subject: RE: Problem recover replica
Date: Thu, 23 Feb 2012 13:44:32 +0100
CC: info-cyrus@lists.andrew.cmu.edu; eric.luy...@vub.ac.be
to some missing object) and find the
correct lines to apply it.
Thanks & Regards.
Manel Gimeno Zaragoza
magiz...@hotmail.com
> Date: Wed, 22 Feb 2012 17:40:48 +0100
> From: br...@fastmail.fm
> To: br...@fastmail.fm
> CC: magiz...@hotmail.com; eric.luy...@vub.ac.be;
> info
On Wed, Feb 22, 2012 at 03:49:44PM +0100, Bron Gondwana wrote:
> Ahh, you need our guid commands patch!
>
> It's on the fastmail branch on github. Can email a direct link when I'm not
> on my phone...
https://github.com/brong/cyrus-imapd/commit/e0c404436c69bf9535c7f86e7e739c16c6064399
That's on
ser.cyrusadmin");
> my $UIDs1 = $IMAPs1->fetch('1:*', 'guid');
>
> Is there any option to do it? Because just comparing this field I can
> validate that the messages are the same.
>
> Thanks & Regards.
>
> Manel Gimeno Zaragoza
> magiz..
$UIDs1 = $IMAPs1->fetch('1:*', 'guid');
Is there any option to do it? Because just comparing this field I can validate
that the messages are the same.
Thanks & Regards.
Manel Gimeno Zaragoza
magiz...@hotmail.com
> Date: Thu, 16 Feb 2012 20:22:57 +0100
> From: br
On Thu, Feb 16, 2012 at 01:32:49PM +0100, Bron Gondwana wrote:
> It's a big hairy piece of perl. Latest copy attached.
package ME::CheckReplication;
use strict;
use warnings;
use MailApp::Variables;
use Mail::IMAPTalk;
use ME::DB;
use ME::ImapStore;
use ME::ImapSlot;
use Encode;
use Data::Dumper;
On Thu, Feb 16, 2012 at 05:59:05PM +0100, Eric Luyten wrote:
> On Thu, February 16, 2012 4:49 pm, Manel Gimeno Zaragozá wrote:
> >
>
> > Hello,
> >
> >
> > I'm using "find -type f" in my test environment because it's just 5 o 6GB of
> > data. In production I know I won't be able to use it. how do
On Thu, February 16, 2012 4:49 pm, Manel Gimeno Zaragozá wrote:
>
> Hello,
>
>
> I'm using "find -type f" in my test environment because it's just 5 o 6GB of
> data. In production I know I won't be able to use it. how do to
> check/dump/export cyrus.index information? I was trying to find some too
hanks & Regards.
Manel Gimeno Zaragoza
magiz...@hotmail.com
> From: br...@fastmail.fm
> To: magiz...@hotmail.com
> CC: info-cyrus@lists.andrew.cmu.edu
> Subject: RE: Problem recover replica
> Date: Thu, 16 Feb 2012 13:32:49 +0100
>
> On Thu, Feb 16, 2012, at 01:
On Thu, Feb 16, 2012, at 01:22 PM, Manel Gimeno Zaragozá wrote:
>
> Hello Bron,
>
> Regarding your integrty check, could you please paste it?
It's a big hairy piece of perl. Latest copy attached.
> It could be a good guide to made my own, as right now I'm doing the following
> tree checks:
>
ot;sync." and
"stage.", could you please provide some information about them, because in my
checks I've had to exclude them.
Thanks & Regards.
Manel Gimeno Zaragoza
magiz...@hotmail.com
> Date: Fri, 3 Feb 2012 13:25:42 +0100
> From: br...@fastmail.fm
> To: magiz
On 02/06/2012 12:29 PM, Mark Cave-Ayland wrote:
> On 02/02/12 02:04, Anthony L. Awtrey wrote:
>
>> On 02/01/2012 08:47 PM, Dave McMurtrie wrote:
>>> Quick workaround (assuming that you have root access to the server):
>>>
>>> 1) using your mail client, create a new folder named newfolder.
>>>
>>> 2
On 02/02/12 02:04, Anthony L. Awtrey wrote:
> On 02/01/2012 08:47 PM, Dave McMurtrie wrote:
>> Quick workaround (assuming that you have root access to the server):
>>
>> 1) using your mail client, create a new folder named newfolder.
>>
>> 2) log in to your server and from a root shell, su to your
On Fri, Feb 03, 2012 at 09:51:17AM +0100, Manel Gimeno Zaragozá wrote:
>
> Hello agin,
>
>
>
> Is there any option to check the integrity of the replica information? I
> mean, some command or script to run and validate that Master and
> Replica have the same information.
I've posted mine a f
Subject: RE: Problem recover replica
Date: Thu, 2 Feb 2012 16:13:10 +0100
CC: info-cyrus@lists.andrew.cmu.edu
> On Thu, Feb 02, 2012 at 01:11:24PM +0100, Manel Gimeno Zaragozá wrote:
>
> What version?
I'm running Cyrus 2.4.13.
>
> > Everything is working fine be
On 02/02/2012 04:13 PM, Manel Gimeno Zaragozá wrote:
> I've been trying sync_client -r -f log-PID and it works. All the missing
> changes are applied
> without problem, I should do some script that controls this files and apply
> them.
> anyway the log-PID is not deleted when its processed. I gu
> On Thu, Feb 02, 2012 at 01:11:24PM +0100, Manel Gimeno Zaragozá wrote:
>
> What version?
I'm running Cyrus 2.4.13.
>
> > Everything is working fine between Master &
Replica until Replica goes down (maintenance or whatever). Once is down,
in master there are still connections and modifica
Quoting Manel Gimeno Zaragozá :
Hello,
I've noticed that the "missing changes" are due to some of the
actions done during the "blackout" are processed un
"/var/lib/imap/sync" log and named modified to log-PID.
It seems that rsync_client have not noticed that Replica is down and
it proces
On Thu, Feb 02, 2012 at 01:11:24PM +0100, Manel Gimeno Zaragozá wrote:
What version?
> Everything is working fine between Master & Replica until Replica goes down
> (maintenance or whatever). Once is down, in master there are still
> connections and modification. If I bring up Replica the chang
Hi,
Quoting Manel Gimeno Zaragozá :
Hello,
I'm trying to implement a master-replica cyrus environment and I'm
getting some issue that I'm not able to resolve. The scenario is the
following:
Everything is working fine between Master & Replica until Replica
goes down (maintenance or wha
Hello,
I've noticed that the "missing changes" are due to some of the actions done
during the "blackout" are processed un "/var/lib/imap/sync" log and named
modified to log-PID.
It seems that rsync_client have not noticed that Replica is down and it process
some of them. Once it notice that re
On 02/01/2012 08:47 PM, Dave McMurtrie wrote:
> Quick workaround (assuming that you have root access to the server):
>
> 1) using your mail client, create a new folder named newfolder.
>
> 2) log in to your server and from a root shell, su to your cyrus user.
>
> 3). Navigate the filesystem and
Quick workaround (assuming that you have root access to the server):
1) using your mail client, create a new folder named newfolder.
2) log in to your server and from a root shell, su to your cyrus user.
3). Navigate the filesystem and cp all the mail files from the directory with
the funky nam
Hello all,
Okay, I now realize this probably is a known issue:
https://bugzilla.cyrusimap.org/show_bug.cgi?id=3628
I don't ordinarily try to help with these kinds of bugs, because I don't
know enough about imap or the code base to be much more than annoying.
So let me cut to the chase.
1. My
On Mon, Sep 26, 2011 at 03:25:57PM +0200, Riccardo Veraldi wrote:
> reconstruct simply ignores the folders...
>
> I had to dump mailboxes from the old server grepping the StormSupport
> folder and subfolders
>
> /usr/lib/cyrus-imapd/ctl_mboxlist -u < /tmp/mailboxes.txt
>
> then I added the miss
reconstruct simply ignores the folders...
I had to dump mailboxes from the old server grepping the StormSupport
folder and subfolders
/usr/lib/cyrus-imapd/ctl_mboxlist -u < /tmp/mailboxes.txt
then I added the missing mailboxes in the text file and re-imported
from text file and then it wor
On Mon, 2011-09-26 at 14:41 +0200, Riccardo Veraldi wrote:
> Hello,
> I have migrated mailboxes from cyrus-imapd 2.3.7 to cyrus-imapd 2.4.10
> on CentOS 5.6
> everything went fine except for a user who has a lot of nested folders
> this user has a mailbox called StoRM like this:
> user.username.S
Daniel Mueller wrote:
> Hi,
>
> I tried to stage cyrus imap with two backends (replication) and one
> frontend with the mupdate master on the frontend for testing.
>
Is the replica a part of the same murder?
Kind regards,
Jeroen van Meeuwen
--
Senior Engineer, Kolab Systems AG
e: vanmeeuwen
On Thu, Sep 01, 2011 at 04:20:16PM +0200, Vittorio Manfredini wrote:
> Sorry
>
> I found a permission problem.
>
> Now it's working
Excllent :)
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
Sorry
I found a permission problem.
Now it's working
--
Vittorio Manfredini
email: vitto...@vitsoft.bz
- Messaggio da Vittorio Manfredini -
Data: Thu, 01 Sep 2011 13:41:40 +0200
Da: Vittorio Manfredini
Oggetto: Problem with shared folder after migrating from 2.3,
On Wed, Aug 24, 2011 at 01:17:31PM +0200, Manuel Vazquez wrote:
> Hi. I am newbie admin of cyrus imap Server. I have problem with 1 mailbox.
> In this mailbox the old messages in the ./cur directory not seen in the mail
> client program and webmail client. ¿What is the possible problem?
./cur look
On 16 Mar 2011, at 09:12, Michael Menge wrote:
> --- imapd_be.conf --
> proxy_authname: x-xxx
> proxy_password:
Do you have proxyservers defined? From lmtpd.c:
if (config_mupdate_server &&
(config_mupdate_config == IMAP_ENUM_MU
Quoting Dan White :
On 16/03/11 14:12 +0100, Michael Menge wrote:
Hi,
i have a problem configuring cyrus backend in a almost traditional
murder setup.
I have one master process which starts the forntend and backend services.
The forntend services use /etc/imapd_fe.conf as config file and list
On 16/03/11 14:12 +0100, Michael Menge wrote:
>Hi,
>
>i have a problem configuring cyrus backend in a almost traditional
>murder setup.
>
>I have one master process which starts the forntend and backend services.
>The forntend services use /etc/imapd_fe.conf as config file and listen
>on the extern
Quoting Dave McMurtrie :
On 03/16/2011 09:12 AM, Michael Menge wrote:
Hi,
i have a problem configuring cyrus backend in a almost traditional
murder setup.
I have one master process which starts the forntend and backend services.
The forntend services use /etc/imapd_fe.conf as config file and
On 03/16/2011 09:12 AM, Michael Menge wrote:
> Hi,
>
> i have a problem configuring cyrus backend in a almost traditional
> murder setup.
>
> I have one master process which starts the forntend and backend services.
> The forntend services use /etc/imapd_fe.conf as config file and listen
> on the e
Hi,
Quoting Jukka Huhta :
In Cyrus 2.3.16 (and earlier, don't know about 2.4 yet), there seems
to be a problem listing subfolders in a following case. When a user
has folders named like this:
* LIST (\HasNoChildren) "." "INBOX.subfolder"
* LIST (\HasNoChildren) "." "INBOX.subfolder 2"
* LIST
On Tue, Oct 19, 2010 at 07:25:49AM -0200, Lucas Zinato Carraro wrote:
> Hi, Bron,
>
> This works with Cyrus Frontend 2.4.1
> Thanks
Excellent :)
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
Hi, Bron,
This works with Cyrus Frontend 2.4.1
Thanks
On Tue, Oct 19, 2010 at 3:20 AM, Bron Gondwana wrote:
> On Tue, Oct 19, 2010 at 01:14:12AM -0200, Lucas Zinato Carraro wrote:
>> My configuration
>>
>> User Inbox - Backend cyrus 2.4.1
>> +SharedFolderA - Backend cyrus 2.4.1
>> +Shar
On Tue, Oct 19, 2010 at 01:14:12AM -0200, Lucas Zinato Carraro wrote:
> My configuration
>
> User Inbox - Backend cyrus 2.4.1
> +SharedFolderA - Backend cyrus 2.4.1
> +SharedFolderB - Backend cyrus 2.3.16
>
> Client used Mozilla Thunderbird 3.1.4
>
> In File Subscribe i can see all Fold
On Thu, Oct 14, 2010 at 04:26:30PM -0300, Lucas Zinato Carraro wrote:
> Hi, Bron
>
> This patch works fine.
Great - so now I just have to fix your subscription issue :)
Bron.
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
Hi, Bron
This patch works fine.
Regards
Zinato
On Wed, Oct 13, 2010 at 6:30 PM, Bron Gondwana wrote:
> On Tue, Oct 12, 2010 at 06:21:36PM -0300, Lucas Zinato Carraro wrote:
>> When i delete a message ( technically, move to trash ) one copy of message
>> is created in mailbox Trash but the me
On Thu, Oct 14, 2010 at 12:43:39PM +0200, Sebastian Hagedorn wrote:
> --On 13. Oktober 2010 17:50:55 -0400 Bron Gondwana
> wrote:
>
> >On Wed, Oct 13, 2010 at 05:27:32PM -0300, Lucas Zinato Carraro wrote:
> >>With Thunderbird 3.1.3 i can subscribe only in folders located in
> >>Backend1
> >>
>
--On 13. Oktober 2010 17:50:55 -0400 Bron Gondwana
wrote:
On Wed, Oct 13, 2010 at 05:27:32PM -0300, Lucas Zinato Carraro wrote:
With Thunderbird 3.1.3 i can subscribe only in folders located in
Backend1
where my account "lucas.carraro" exist.
The other folder in backend2 are not avaiable
Bron Gondwana wrote:
> On Wed, Oct 13, 2010 at 05:27:32PM -0300, Lucas Zinato Carraro wrote:
> > With Thunderbird 3.1.3 i can subscribe only in folders located in
> > Backend1
> >
> > where my account "lucas.carraro" exist.
>
> > The other folder in backend2 are not avaiable for me:
> Actually
On Wed, Oct 13, 2010 at 05:27:32PM -0300, Lucas Zinato Carraro wrote:
> With Thunderbird 3.1.3 i can subscribe only in folders located in Backend1
>
> where my account "lucas.carraro" exist.
> The other folder in backend2 are not avaiable for me:
Actually, you're subscribing fine - we're just
On Tue, Oct 12, 2010 at 06:21:36PM -0300, Lucas Zinato Carraro wrote:
> When i delete a message ( technically, move to trash ) one copy of message
> is created in mailbox Trash but the message remains on INBOX.
Ok - here's the patch that fixes this issue.
It will be in the next release, and you
On Tue, Oct 12, 2010 at 06:21:36PM -0300, Lucas Zinato Carraro wrote:
> Hi,
>
> I am testing the new Cyrus Imapd Version 2.4.0
>
> I have a murder ( aggregation) enviromment.
> ---
>
> Using a Webmail ( Expresso: http://www.expr
Cyrus IMAPD version: 2.3.16 ( using a compiled source version )
My problem seems to be with the sasl authentication
frontend auth with mupdate - Ok
mupdate auth with frontend - Ok
frontend auth with backend - ???
--
My /etc/sas
On 12 Jul 2010, at 13:42, Lucas Zinato Carraro wrote:
> Exist a way to filter this log direct in cyrus imap ?
No. Open a bug here:
https://bugzilla.andrew.cmu.edu/
and request a way. There ought to be one.
:wes
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http:/
Exactly,
I use a network balance, and this message is because
of TCP connections with IMAPs in my servers.
Exist a way to filter this log direct in cyrus imap ?
Thanks
---
On Mon, Jul 12, 2
1 - 100 of 592 matches
Mail list logo