Re: Message UID

2015-04-24 Thread Egoitz Aurrekoetxea
Good afternoon Bron,

 El 24/4/2015, a las 14:13, Bron Gondwana br...@fastmail.fm escribió:
 
 If you're talking IMAP UID, then the filename is UID. - literally, the first 
 is 1., the second 2., etc.  That's the number with a trailing dot, just 
 to piss off Windows people who can't create files in that format I think.  If 
 I was doing it now, I'd call them .eml or something.
 
 But if the message is deleted an not expunged?  You would run TAG UID SEARCH 
 1:* DELETED, like this:

I’m going to find just expunged messages in existing mailboxes and later, too, 
deleted mailboxes although this last work differently because they have the 
deleted prefix and all messages inside them are expunged. The problem 
was when the mailbox has not been removed and it contained some mails requested 
to be expunged (I have expunge_mode: delayed), to identify them and later doing 
something like a archive with all of them. 

 
 . UID SEARCH 1:* NOT DELETED
 * SEARCH 12 55 65 67 71 73 83 88 93 95 100 102 108 109 110 112 113 116 118 
 121 124 126 127 128 129 131 132 133 134 135 137 138 139 140 141 142 143
 . OK Completed (37 msgs in 0.000 secs)
 . uid store 65 +flags \Deleted
 * 3 FETCH (FLAGS (\Flagged \Draft \Deleted \Seen) UID 65)
 . OK Completed
 . UID SEARCH 1:* DELETED
 * SEARCH 65
 . OK Completed (1 msgs in 0.000 secs)
 

So I assume this last (about deleted but not expunged) does not apply to me… 
I’m just interested in requested for removal content but not yet removed from 
disk, due to expunge delay.

 On Fri, Apr 24, 2015, at 08:41 PM, Egoitz Aurrekoetxea wrote:
 And by the way, if there’s no correspondence on UID - Mail filename in the 
 mailbox… how could I know which UID corresponds to which filename in the 
 mailbox?.
 
 There is though, at least for now.  Later, there will be tooling to make it 
 easier (probably in mbexamine) to find the matching file on disk, but it just 
 hasn't been a priority for anyone.
 

Sure this is Cyrus, IMHO the very best mailbox content storing and serving 
system… it literally demolish (really) the other systems….
 Regards,
 
 Bron.

Thank you so much Bron,

 
 -- 
  Bron Gondwana
  br...@fastmail.fm
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Message UID

2015-04-24 Thread Egoitz Aurrekoetxea
I have read previously too : 

https://cyrusimap.org/docs/cyrus-imapd/2.3.18/internal/mailbox-format.php 
https://cyrusimap.org/docs/cyrus-imapd/2.3.18/internal/mailbox-format.php

This is just an example of how nicely (really nicely) Cyrus is written.


 El 24/4/2015, a las 14:20, Egoitz Aurrekoetxea ego...@ramattack.net 
 escribió:
 
 Should say I don’t plan to any kind of write op with them… just read and 
 resend them…. 
 
 I have read in Cyrus 2.4 is done this way…. but in 2.3 too?
 
 El 24/4/2015, a las 12:41, Egoitz Aurrekoetxea ego...@ramattack.net 
 escribió:
 
 And by the way, if there’s no correspondence on UID - Mail filename in the 
 mailbox… how could I know which UID corresponds to which filename in the 
 mailbox?.
 
 Best regards,
 
 El 24/4/2015, a las 12:38, Egoitz Aurrekoetxea ego...@ramattack.net 
 escribió:
 
 Good afternoon,
 
 I have a question. When you do unexpunge -lv on a mailbox and obtain the 
 UID of the messages… that UID does correspond with the mail corresponding 
 file in the mailbox?. I mean 
 If I want to perform some action with a deleted (but not at that moment 
 expunged) mail in a mailbox… how could I know it’s file name?. I’m running 
 Cyrus 2.3.18.
 
 Best regards,
 
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
 
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: cyrus imap on two primary DRBD (with ocfs2)

2015-03-30 Thread Egoitz Aurrekoetxea
Hi Josef,

Why just use Cyrus replication?.

Best regards,
 El 27/3/2015, a las 7:46, Josef Karliak karl...@ajetaci.cz escribió:
 
  Good afternoon,
  is it able to run cyrus imapd on two nodes with drbd (both nodes are
 primary with ocfs2) ?
  Configs, sieve and emails are on one partition (/var/spool/imap), but it
 seems that cyrus imapd from node 1 locks files to cyrus imapd from node
 2.
   Thanks and best regards
   J.Karliak.
 
 
 
 
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Cyrus issues with Outlook 2013 IMAP?

2014-09-20 Thread Egoitz Aurrekoetxea
Good morning all,

You have to leave Outlook 2013 full sync giving it needed time once. Later it 
syncs faster. I have tested this, because some time now… I was using download 
only headers.. but now…. as you 
know there’s not that option. But as said, just let once to fully sync (with 
the option of having all mail locally not a month or whatever) and the issue 
disappears.

Best regards,

El 19/09/2014, a las 09:09, Bron Gondwana br...@fastmail.fm escribió:

 I've had a couple of people with Outlook 2013 who copied entire folder trees 
 into what they thought was uploaded to the server, but when they later wiped 
 their machine, discovered the messages had never been synchronised, or the 
 folders created, at all.
 
 I'm of the opinion that Outlook is still totally broken as an IMAP client, 
 unfortunately.  It sounds like it's not good at detecting if it's really in 
 sync :(
 
 Bron.
 
 On Fri, Sep 19, 2014, at 05:04 PM, Lars Schimmer wrote:
 Hi!
 
 Has anyone runnign Outlook 2013 flawless with cyrus?
 
 We do run debian cyrus-imapd 2.4.12-2+b1 (still) and do have some issues
 with Outlook 2013.
 In detail, we got always mails in outlook 2013, which cannot be deleted,
 as they are already deleted (error shown by Outlook 2013).
 But if we use a different client, the email is still perfect in mailbox
 and not deleted, neither marked for deletion.
 We did not have had any idea why this happens.
 
 Also we do message filtering with sieve and Outlook does not show new
 messages in folders.
 
 Has anyone tips about this? Thank you.
 
 MfG,
 Lars Schimmer
 -- 
 -
 TU Graz, Institut für ComputerGraphik  WissensVisualisierung
 Tel: +43 316 873-5405   E-Mail: l.schim...@cgv.tugraz.at
 Fax: +43 316 873-5402   PGP-Key-ID: 0x4A9B1723
 
 
 
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
 Email had 1 attachment:
 + signature.asc
  1k (application/pgp-signature)
 
 
 -- 
  Bron Gondwana
  br...@fastmail.fm
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Cyrus issues with Outlook 2013 IMAP?

2014-09-20 Thread Egoitz Aurrekoetxea
Well should clarify this, :) …. I’m not an Outlook user but have tested it 
properly tested because our customers are mainly Outlook users… :)

Regards,
El 20/09/2014, a las 19:52, Egoitz Aurrekoetxea ego...@ramattack.net escribió:

 Good morning all,
 
 You have to leave Outlook 2013 full sync giving it needed time once. Later it 
 syncs faster. I have tested this, because some time now… I was using download 
 only headers.. but now…. as you 
 know there’s not that option. But as said, just let once to fully sync (with 
 the option of having all mail locally not a month or whatever) and the issue 
 disappears.
 
 Best regards,
 
 El 19/09/2014, a las 09:09, Bron Gondwana br...@fastmail.fm escribió:
 
 I've had a couple of people with Outlook 2013 who copied entire folder trees 
 into what they thought was uploaded to the server, but when they later wiped 
 their machine, discovered the messages had never been synchronised, or the 
 folders created, at all.
 
 I'm of the opinion that Outlook is still totally broken as an IMAP client, 
 unfortunately.  It sounds like it's not good at detecting if it's really in 
 sync :(
 
 Bron.
 
 On Fri, Sep 19, 2014, at 05:04 PM, Lars Schimmer wrote:
 Hi!
 
 Has anyone runnign Outlook 2013 flawless with cyrus?
 
 We do run debian cyrus-imapd 2.4.12-2+b1 (still) and do have some issues
 with Outlook 2013.
 In detail, we got always mails in outlook 2013, which cannot be deleted,
 as they are already deleted (error shown by Outlook 2013).
 But if we use a different client, the email is still perfect in mailbox
 and not deleted, neither marked for deletion.
 We did not have had any idea why this happens.
 
 Also we do message filtering with sieve and Outlook does not show new
 messages in folders.
 
 Has anyone tips about this? Thank you.
 
 MfG,
 Lars Schimmer
 -- 
 -
 TU Graz, Institut für ComputerGraphik  WissensVisualisierung
 Tel: +43 316 873-5405   E-Mail: l.schim...@cgv.tugraz.at
 Fax: +43 316 873-5402   PGP-Key-ID: 0x4A9B1723
 
 
 
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
 Email had 1 attachment:
 + signature.asc
 1k (application/pgp-signature)
 
 
 -- 
 Bron Gondwana
 br...@fastmail.fm
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
 


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Mail not visible after restore from backup.

2014-09-15 Thread Egoitz Aurrekoetxea
Hi,

try reconstruct -rf mailbox

Regards,

El 14/09/2014, a las 03:05, Tom Plancon tplan...@bkaarchs.com escribió:

 Hello,
 
 I have a user that deleted all mail from his Sent folder. I restored it from 
 a rsync backup, ran reconstruct user.name.Sent. the reconstruct finished 
 instantly, and no emails from the restore can be seen in the user's mail 
 agent, (thunderbird). I konow I've run into this before but can't remember 
 the solution. Any help is greatly appreciated!
 
 Thanks!
 Tom Plancon
 Thomas Plancon
 CAD/IT Manager
 
 B K A  Architects, Inc.
 142 Crescent Street
 Brockton, MA 02302
 
 tel: 508 . 583 . 5603 ext 313
 fax: 508 . 584 . 2914
 www.bkaarchitects.com
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Mail not visible after restore from backup.

2014-09-15 Thread Egoitz Aurrekoetxea
That’s estrange the -r is recursive…. that should work….

Which Cyrus version are you running?


El 15/09/2014, a las 15:38, Tom Plancon tplan...@bkaarchs.com escribió:

 Hello,
 
 Thanks for the response. 
 When I run reconstruct -rf mailbox the response is usage: reconstruct [-r] 
 mailbox. I assume that means it doesn't like the syntax.
 
 Thomas Plancon
 CAD/IT Manager
 B K A Architects, Inc.
 142 Crescent Street
 Brockton, MA 02302
 
 tel: 508 . 583 . 5603 ext 313
 fax: 508 . 584 . 2914
 www.bkaarchitects.com
 On 9/15/2014 3:15 AM, Egoitz Aurrekoetxea wrote:
 Hi,
 
 try reconstruct -rf mailbox
 
 Regards,
 
 El 14/09/2014, a las 03:05, Tom Plancon tplan...@bkaarchs.com escribió:
 
 Hello,
 
 I have a user that deleted all mail from his Sent folder. I restored it 
 from a rsync backup, ran reconstruct user.name.Sent. the reconstruct 
 finished instantly, and no emails from the restore can be seen in the 
 user's mail agent, (thunderbird). I konow I've run into this before but 
 can't remember the solution. Any help is greatly appreciated!
 
 Thanks!
 Tom Plancon
 Thomas Plancon
 CAD/IT Manager
 
 B K A  Architects, Inc.
 142 Crescent Street
 Brockton, MA 02302
 
 tel: 508 . 583 . 5603 ext 313
 fax: 508 . 584 . 2914
 www.bkaarchitects.com
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
 
 
 


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: backup rsync

2014-09-09 Thread Egoitz Aurrekoetxea

El 08/09/2014, a las 18:32, Patrick Goetz pgo...@mail.utexas.edu escribió:

 On 09/06/2014 06:52 AM, Egoitz Aurrekoetxea wrote:
 We are using Cyrus replication for some years now. It’s just fine. You
 can play too with
 expunge_delayed for avoid removing mail immediately.
 
 
 Hi -
 
 Do you mind explaining this in more detail?
 
 Thanks.
 
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Hi all!,

Using Cyrus replication is the way as Bron said of having a just fine 
replicated (and in consistent state) mailbox server. And yes as Bron said too 
:) replication rocks! :) We are 
too an ISP and as said it rocks!.

The other part is about expunge… when Cyrus performs a Expunge on a message it 
removes from the Cyrus databases of the mailbox and the own mail file from the 
mailbox. You can 
alter this working mode, by just making the message disappearing from the 
mailbox by removing from the own mailbox database (not the mailboxes database 
which apart here has 
nothing to do with which we’re talking about…. I mean the own mailbox we’re 
dealing with from it’s own databases) and causing this way the message to 
disappear as if it would have 
been fully removed. Later you can in an accident event in that mailbox remove 
the cyrus.* databases do a reconstruct -rf and you will get back again all 
those deleted mails only if they 
have been removed before than expire days specified to cyr_expire who runs 
within the schedule defined in cyrus.conf. Note that doing this make all IMAP 
flags placed on the messages 
of the mailbox to disappear (if using IMAP).

Hope it helps,

Best regards,

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: backup rsync

2014-09-06 Thread Egoitz Aurrekoetxea
Good morning,

We are using Cyrus replication for some years now. It’s just fine. You can play 
too with
expunge_delayed for avoid removing mail immediately.

Regards,

El 05/09/2014, a las 17:25, Marcus Schopen li...@localguru.de escribió:

 Am Samstag, den 30.08.2014, 17:10 +0200 schrieb Simon Matter:
 Am Freitag, den 29.08.2014, 07:56 -0700 schrieb David R Bosso:
 --On August 29, 2014 at 4:27:57 PM +0200 Marcus Schopen
 li...@localguru.de wrote:
 
 Hi,
 
 I'm planing to use lvm snaps and rsync for a daily disaster recovery
 backup on my master cyrus (2.4.12 Ubuntu 12.04 LTS):
 
 Have you tested lvm snaps for this purpose yet?  When I tried to use lvm
 snapshots in this way a few years ago, it absolutely killed performance
 on
 the volume with the active snapshots.  Hopefully things have improved,
 but
 I wouldn't bet on it.
 
 Yes, I've tested it and don't see any performance problems while the
 snaphot is active. My problem is how to backup about 140 GB mailspool in
 an acceptable time slot. What tools are recommended?
 
 If using rsync what options are best practice?
 
 I suggest -aH to preserve single instance storage in the backup.
 
 
 Just bought some good wine for my weekend project: what about rsnapshot
 combined with lvm snapshots (in the pre/postexec scripts of rsnapshot)?
 rsnapshot works with rsync and hardlinks. Rotation and some other nice
 features come out of the box. Any experiences with cyrus and this tool?
 
 Ciao!
 
 
 
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: backup rsync

2014-09-06 Thread Egoitz Aurrekoetxea
In fact really…. I should say is “the way” of having a proper HA.

Best regards,


El 06/09/2014, a las 13:52, Egoitz Aurrekoetxea ego...@ramattack.net escribió:

 Good morning,
 
 We are using Cyrus replication for some years now. It’s just fine. You can 
 play too with
 expunge_delayed for avoid removing mail immediately.
 
 Regards,
 
 El 05/09/2014, a las 17:25, Marcus Schopen li...@localguru.de escribió:
 
 Am Samstag, den 30.08.2014, 17:10 +0200 schrieb Simon Matter:
 Am Freitag, den 29.08.2014, 07:56 -0700 schrieb David R Bosso:
 --On August 29, 2014 at 4:27:57 PM +0200 Marcus Schopen
 li...@localguru.de wrote:
 
 Hi,
 
 I'm planing to use lvm snaps and rsync for a daily disaster recovery
 backup on my master cyrus (2.4.12 Ubuntu 12.04 LTS):
 
 Have you tested lvm snaps for this purpose yet?  When I tried to use lvm
 snapshots in this way a few years ago, it absolutely killed performance
 on
 the volume with the active snapshots.  Hopefully things have improved,
 but
 I wouldn't bet on it.
 
 Yes, I've tested it and don't see any performance problems while the
 snaphot is active. My problem is how to backup about 140 GB mailspool in
 an acceptable time slot. What tools are recommended?
 
 If using rsync what options are best practice?
 
 I suggest -aH to preserve single instance storage in the backup.
 
 
 Just bought some good wine for my weekend project: what about rsnapshot
 combined with lvm snapshots (in the pre/postexec scripts of rsnapshot)?
 rsnapshot works with rsync and hardlinks. Rotation and some other nice
 features come out of the box. Any experiences with cyrus and this tool?
 
 Ciao!
 
 
 
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
 


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: About Cyrus IMAP 2.3.18 and Cyrus SASL 2.1.25

2014-08-07 Thread Egoitz Aurrekoetxea
Hi Bron,

Thank you so much for your answer. Same for Cyrus sasl 2.1.25?.

Best regards,

El 07/08/2014, a las 10:32, Bron Gondwana br...@fastmail.fm escribió:

 We did a security release for 2.2 as well last time.  It would depend on the 
 scope of the issue I suspect.  If it's easy to fix, then we'd fix 2.2 - if 
 it's an architectural thing that's hard to backport, we'd dump 2.2.
 
 Bron.
 
 On Thu, Aug 7, 2014, at 09:54 AM, OBATA Akio wrote:
 Following information is out date?
 http://www.cyrusimap.org/mediawiki/index.php/Downloads#IMAP_Server
 
 The 2.0 and 2.1 series have been deprecated, and are no longer supported. ,
 but unclear about 2.2.x series, still maintained in git repo but no release 
 plan?
 or already not maintained anymore too?
 
 On Wed, 06 Aug 2014 22:34:23 +0900, Bron Gondwana br...@fastmail.fm wrote:
 
 Yes, I think for IMAP 2.3.18 we will keep doing security updates for a 
 while yet.
 
 Bron.
 
 On Wed, Aug 6, 2014, at 07:20 PM, Egoitz Aurrekoetxea wrote:
 Good morning,
 
 Are this versions still maintained at least for security updates?. They 
 both work like a charm in all sense and we?re happy with them for the 
 moment. So we
 are wondering if some security issue appears the will still be updated?.
 
 Best regards,
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
 
 
 
 
 -- 
 OBATA Akio / ob...@lins.jp
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
 
 
 -- 
  Bron Gondwana
  br...@fastmail.fm
 
 Cyrus Home Page: http://www.cyrusimap.org/
 List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
 To Unsubscribe:
 https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


About Cyrus IMAP 2.3.18 and Cyrus SASL 2.1.25

2014-08-06 Thread Egoitz Aurrekoetxea
Good morning,

Are this versions still maintained at least for security updates?. They both 
work like a charm in all sense and we’re happy with them for the moment. So we 
are wondering if some security issue appears the will still be updated?.

Best regards,

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Cyrus IMAP 2.3 EOL?

2012-11-23 Thread Egoitz Aurrekoetxea Aurre
Hi Brong,

Just for determining this data…. we're very happy with 2.3.18… and wanted to 
know this info…

Best regards,

El 21/11/2012, a las 18:21, Bron Gondwana br...@fastmail.fm escribió:

 
 
 On Wed, Nov 21, 2012, at 05:31 PM, Egoitz Aurrekoetxea Aurre wrote:
 Good morning,
 
 Does Cyrus IMAP 2.3.18 get still supported by Cyrus IMAP team?.
 
 Just security updates really, why?
 
 Bron
 -- 
  Bron Gondwana
  br...@fastmail.fm
 


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus IMAP 2.3 EOL?

2012-11-21 Thread Egoitz Aurrekoetxea Aurre
Good morning,

Does Cyrus IMAP 2.3.18 get still supported by Cyrus IMAP team?.

Best regards,


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Cyrus replication scaling

2012-03-22 Thread Egoitz Aurrekoetxea
Hi,

I have a mailbox machine with near 6000 users. This machine is having some
delay on the replication. I'm debugging the replication and have seen twice
some problems with two users in they're seen database which I solved
basically removing the seen databases of this two users and running a
reconstruct -r -f (later seen invocations have worked for one unless of
this users). This machine has been created by doing manual replications of
two servers that where running cyrusimap 2.3.14 and this new one runs
2.3.18 which has the delays (although in greetings sais is 2.3.16, I assume
perhaps this has forgotten to be changed in some banner field at code). Is
there any advise for speeding replication?. I have sync_repeat_interval to
one second (default). Is it normal replication to have some delay on
perhaps busy servers?. We have joined two servers in one and have a
master-slave replication now.

Thanks a lot for you're answer in advance.
Bye!

-- 
Egoitz Aurrekoetxea

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: Building cyrus sasl on solaris 10

2010-01-09 Thread Egoitz Aurrekoetxea
Hi David,

thanks a lot for you're answer finally I used cyrus sasl package from
sunfreeware... and just compiled cyrus imapd and postfix but... I'm
seeing performance issues... I think perhaps solaris, unless solaris 10 it's
not the best OS for running a mail machine with postfix and cyrus
sometimes lmtp is like it was starting to accept mail very slowly forcing to
reset master daemons of postfix and cyrus... I'm pretty sure... it's not any
indexing done by cyrus imap or so when 2 or 3 thousand mails are
received although those 2 or 3 thousand mails will be delivered to 2 or
3 mail accounts (I'm benchmarking the platform)...

Another thing configure of cyrus imap sais is that it can't use mmap()
and have read over there that this cause performance issues... have read in
some cyrus list too that zfs working mode because of fsync and so...

http://www.irbs.net/internet/info-cyrus/0610/0058.html

So now from cyrus list and any developer or so confirm this
ideas??...

Thanks a lot 

Bye!!

2010/1/6 David Mayo d.j.m...@bath.ac.uk

 Egoitz,




Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Building cyrus sasl on solaris 10

2010-01-04 Thread Egoitz Aurrekoetxea
Hi all!!,

I'm trying to build a mail machine box with Postfix (cyrus saslauthd
authentication), cyrus sasl (with saslauthd) and cyrus-imap. The main
problem I'm finding for the moment is that when building cyrus sasl
plugins... only static libraries are created for auth mechs causing postfix
to say that no available auth mech is available (because it seems to link
with dlopen dinamically...) when building cyrus sasl... I see  some
warnings like this while make :

*** Warning: This library needs some functionality provided by -lc.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libplain.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.


(have tried too specifying --with-gnu-ld and compiling with sun stdio
compilers and with sunfreeware gcc too used gmake too and make I
have tried all I think...)

So... seems like libplain.so won't be created... and this causes Postfix
having this behaviour. Cyrus IMAP too fails authenticating although a
testsaslauthd -u user -p pass -s smtp or imap or pop3 sais auth succesful so
saslauthd works nice...

So is there any procedure for building this on Solaris 10?? I know solaris
comes with some parts of cyrus sasl library... but it's only one part and it
doesn't come with binaries like saslauthd... so I'd rather to build whose
cyrus sasl. Is it any documented way for building this properly?... or is
there any documented way of running saslauthd with Postfix and cyrus IMAP I
mean... any solaris way for making this work please?.

Thanks a lot for you're help.

Bye!

-- 
Egoitz Aurrekoetxea

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Building cyrus sasl on solaris 10

2010-01-04 Thread Egoitz Aurrekoetxea

 Hi Gary,

 I'm doing the following configure :

 670 export CXX=/opt/sunstudio12.1/bin/CC
 671 export CC=/opt/sunstudio12.1/bin/cc
 672 export CPPFLAGS=-I/usr/include
 673 export LDFLAGS=-L/lib
 674 ./configure --prefix=/export/binarioscompilados/correo/cyrussasl
 --with-saslauthd=/var/run
 --with-pam=/export/binarioscompilados/correo/pammysql/modulos
 --with-configdir=/export/binarioscompilados/correo/cyrussasl/etc
 --disable-anon --enable-plain --disable-cram --disable-digest --enable-login
 --disable-otp --disable-gssapi --without-krb4 --without-des
 --without-authdaemond

 And it creates libplain.a but not libplain.so

 Any known reason... I have tried too you're configure... but I continue
 seeing in make the warnings told before about libraries and dlopen...

 Any ideas please?... have tried too with --enable-static and
 --enable-shared... but no way

 Bye! thanks!!!

 2010/1/5 Gary Mills mi...@cc.umanitoba.ca

 On Mon, Jan 04, 2010 at 11:25:01PM +0100, Egoitz Aurrekoetxea wrote:
 
 So is there any procedure for building this on Solaris 10?? I know
 solaris comes with some parts of cyrus sasl library... but it's only
 one part and it doesn't come with binaries like saslauthd... so I'd
 rather to build whose cyrus sasl. Is it any documented way for
 building this properly?... or is there any documented way of running
 saslauthd with Postfix and cyrus IMAP I mean... any solaris way for
 making this work please?.

 Which version are you building?  This is what I used to configure
 cyrus-sasl-2.1.22.  It certainly does create dynamic libraries.

env LDFLAGS=-R/usr/local/lib \
CC=cc \
INSTALL=/usr/ucb/install \
./configure \
--localstatedir=/var/run \
--with-dblib=none \
--with-saslauthd=/var/run/saslauthd \
--with-ipctype=doors \
--with-openssl=/usr/sfw \
--with-mysql=/usr/local/src/mysql/mysql-4.0.18 \
--disable-checkapop \
--disable-otp \
--enable-login \
--enable-ntlm \
--enable-sql \
--disable-krb4 \
--disable-gssapi

 --
 -Gary Mills--Unix Group--Computer and Network Services-




 --
 Egoitz Aurrekoetxea




-- 
Egoitz Aurrekoetxea

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Cyrus IMAP/POP Banner

2008-09-14 Thread Egoitz Aurrekoetxea
Hi mates,

I have been googling over there and haven't find the answer to my question
just another man looking for the same as me... I wanted to change the banner
that cyrus imap and pop sends when you connect to them... basically the
server greeting... I think it could be quite dangerous to show the version
you're running... even the server you're running. Please could be anyway of
doing this? how could I get my goal? For example when you telnet to port 110
or 143 to be shown :

+OK IMAP Server

and nothing else


bye!!! zenkz!!!

-- 
Egoitz Aurrekoetxea

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

<    1   2