Re: Authenticate Cyrus off active directory

2003-12-04 Thread Etienne Goyer
you're sending USER/PASS in cleartext over the net. Only IMAPS is exposed to the outside. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Request: patch to mailutil to get the password from an environment variable

2003-12-06 Thread Etienne Goyer
know about it, I would appreciate greatly if you could repost the patch (or contact me off-list if you think it would be more appropriate). Thanks ! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Re: imap and ldap

2003-12-11 Thread Etienne Goyer
pe anyone could help me. > > Thanks in advance > > Geert Reijnders > > > > > -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Telemetry log before authentication ?

2003-12-11 Thread Etienne Goyer
ame looked like ? Thanks everybody for your answers. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Sieve vacation question : does :addresses match case-insensitively ?

2003-12-15 Thread Etienne Goyer
will also trigger for mail addressed to [EMAIL PROTECTED] ? Thanks ! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Re: Sieve vacation question : does :addresses match case-insensitively ?

2003-12-15 Thread Etienne Goyer
ou can decide whether > > you need to upgrade/patch. > > AFAICT it was changed prior to 2.1.2. So 2.1.15 should do the comparison case-insensitively ? -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Re: Authenticating and authorizing as different users w/an MUA?

2003-12-16 Thread Etienne Goyer
! Me want! Seriously, I have been banging my head for two complete days wondering why PHP was not using the authuser mailbox spec parameter. If I could make it work with IMP, I'll be the happiest man around ... -- Etienne GoyerLinux Québec Technologies Inc. http://www.L

Can't SELECT mailbox as admin on frontend (Murder)

2003-12-17 Thread Etienne Goyer
ated to altnamespace ? If not, what else could cause this problem ? Every comments welcome. I have been looking for the source of this problem for a few hours already, and I am getting desperate for a solution ... -- Etienne GoyerLinux Québec Technologies Inc. http:/

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-17 Thread Etienne Goyer
0:29PM -0500, Ken Murchison wrote: > > > Etienne Goyer wrote: > > > Hi, > > > > I can't SELECT mailbox on a frontend in a Murder when logged in as an > > admin account. Example : > > > > * OK frontend1 Cyrus IMAP4 Murder v2.1.15 server ready > > .

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-17 Thread Etienne Goyer
come ... On Wed, Dec 17, 2003 at 03:24:17PM -0500, Etienne Goyer wrote: > If you mean a telemetry log on the backend, here it is : > > -- admin Wed Dec 17 15:13:41 2003 > > <1071692021 >1071692021>* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-18 Thread Etienne Goyer
On Wed, Dec 17, 2003 at 05:43:26PM -0500, Rob Siemborski wrote: > On Wed, 17 Dec 2003, Etienne Goyer wrote: > You lose many of the privs of being an 'admin' when you are being proxied. > (namely, the ones that don't come directly from an ACL). > > This behavior o

Re: Can't SELECT mailbox as admin on frontend (Murder)

2003-12-19 Thread Etienne Goyer
: are there implication to having altnamespace set to yes on frontend, and to no on backend ? Thank you very for your insight. On Wed, Dec 17, 2003 at 05:16:55PM -0500, Etienne Goyer wrote: > Since nobody answered yet, I guess this one is a little thorny. I'll > resume the symptom

Impact of duplicatesuppression in mail delivery performance.

2004-01-09 Thread Etienne Goyer
duplicatesuppression to no ? What are the implication of doing so, outside of performance ? Thank you for your insight. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Re: Cyrus and Postfix question

2004-01-10 Thread Etienne Goyer
of : lmtpunix cmd="lmtpproxyd" listen="/var/spool/postfix/etc/lmtpproxy" prefork=3 where in /etc/postfix/main.cf you would need something like : mailbox_transport = lmtp:unix:/etc/lmtpproxy Just my 0,02$, in case. -- Etienne GoyerLinux Québec

Re: Using singleinstancestore on a large scale (thousands of recipients)

2004-01-13 Thread Etienne Goyer
accept a recipient list that long (in his case, 30K). With Postfix, the directive would be (I think) : lmtp_destination_recipient_limit = 3 I don't know if Cyrus have a similar, corresponding config directive or if lmtpd just accept as many recipient as there is. -- Etienne Goyer

Re: ReiserFS on a Linux mail server

2004-01-20 Thread Etienne Goyer
e to share with the list? I > forgot to mention that I will be utilizing LVM on my test server as well. > Any comments or suggestions? Thank you for taking the time to read this! > > _ > Find high-speed

Re: Recommended webmail clients to use with cyrus..

2004-01-28 Thread Etienne Goyer
alot of features, though. If you use the CVS version, IMP support ACL, shared folder, etc and you can get a Sieve script manager (Ingo). Personnally, I am very satisfied but learning and setting up Horde is certainly not an afternoon project :) -- Etienne GoyerLinux Québec Te

Re: Migrating from UW imap to Cyrus

2004-02-02 Thread Etienne Goyer
the pointer to mailutil. > > /dwight > > -- > Dwight N. Tovey > email: [EMAIL PROTECTED] > web: http://www.dtovey.net/~dwight > --- > If NT is the answer, then you didn't understand the question. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] Kernel Preemption is a bad idea. Who are the users to think their trivial tasks are more important than the kernel's ?

Re: PERL IMAP client module

2004-02-04 Thread Etienne Goyer
nted. I'm not sure if other people will find it > useful, but I decided it was about time I released it to CPAN, so feel free > to take a look and compare it to the other modules to see if it fits your > needs. > > http://search.cpan.org/~robm/Mail-IMAPTalk-1.00/ > > R

Re: PERL IMAP client module

2004-02-04 Thread Etienne Goyer
On Wed, Feb 04, 2004 at 11:16:59AM -0500, Rob Siemborski wrote: > On Wed, 4 Feb 2004, Etienne Goyer wrote: > > > In the same vein, I have an IMAP::MUPDATE module I wrote. The code is > > not exactly pretty , but it work. I also have a modified Net::Sieve > > that work

Re: PERL IMAP client module

2004-02-04 Thread Etienne Goyer
either Net or IMAP. I welcome any question you may have. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] IMAP::Sieve = This program is free software; you can redistribute it and/or modify it under the term

Re: PERL IMAP client module

2004-02-04 Thread Etienne Goyer
an't find how to login with my newly created user. Also, in which section would you like us to post these links ? -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] --- Home Page: http://asg.web.cmu.edu

Strange error with authentication to mupdate master

2004-02-10 Thread Etienne Goyer
ing. It look like the DIGEST-MD5 response is somehow corrupted. Does anybody have an idea what could cause these errors ? Where should I look for first ? All you comemnts are greatly appreciated. Thanks ! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQ

Re: ldap/cyrus server

2004-02-10 Thread Etienne Goyer
le calendar, shareable private address book (twiddling ACL in OpenLDAP config might do it, but this won't be user-configurable), schedule conflict resolution and many, many more. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [E

Re: Backup e-mail messages HOW ?

2004-02-12 Thread Etienne Goyer
On Thu, Feb 12, 2004 at 09:43:04AM -0300, Bartosz Jozwiak wrote: > Could somebody tell me how to backup all e-mail messages from Cyrus-IMAP > 2.1.14 ? There's an entry on that subject in the Wiki : http://cyruswiki.andrew.cmu.edu -- Etienne GoyerLinux Québec Techn

Re: rename problems with murder

2004-02-12 Thread Etienne Goyer
gt; service not known > Feb 11 16:53:53 mailbackend1 imap[15992]: Could not move mailbox: > user.dragon, Initial backend connect failed Can mailbackend1 resolve the adress of mailbackend2, ie ping it ? If your backends do not have DNS entry, you might want to add them to ea

Re: Outlook problems with long UIDL's

2004-02-13 Thread Etienne Goyer
ich version of > > outlook/outlook express ? I'll have to check with my client, but all the problematic client had been migrated to IMAP instead of waiting for this issue to resolve (which the correct solution, BTW). They may not be aware of the current status of this issue, and

Trying to troubleshoot Murder problem

2004-02-13 Thread Etienne Goyer
NO Mailbox does not exist . create test-eg3 . NO Mailbox already exists . logout * BYE LOGOUT received . OK Completed Thanks ! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] --- Home Page: http://asg.web.cmu.edu/cyrus

SOLVED Re: Trying to troubleshoot Murder problem

2004-02-13 Thread Etienne Goyer
ri, Feb 13, 2004 at 11:30:02AM -0500, Etienne Goyer wrote: > Hi, > > I am currently trying to troubleshoot a Murder problem. Any suggestion > welcomed. > > Basically, it seem like the frontend don't have their mailbox list > updated. We tried restarting just the fro

Re: Outlook problems with long UIDL's

2004-02-17 Thread Etienne Goyer
the report I received. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Question about MUPDATE master mailboxes list

2004-02-17 Thread Etienne Goyer
Hi, I was under the impression that the mailbox list kept on the MUPDATE master was volatile, that is it was recreated from scratch at each start-up with the mailbox list coming from the backends. I think I found out the hard way that this is *not* the case. Is this correct ? -- Etienne

Re: Question about MUPDATE master mailboxes list

2004-02-17 Thread Etienne Goyer
On Tue, Feb 17, 2004 at 12:18:05PM -0500, Rob Siemborski wrote: > On Tue, 17 Feb 2004, Etienne Goyer wrote: > > > I was under the impression that the mailbox list kept on the MUPDATE > > master was volatile, that is it was recreated from scratch at each > > start-up with

Re: Question about MUPDATE master mailboxes list

2004-02-17 Thread Etienne Goyer
how to find what have caused database corruption ? I kept a copy of the malfunctionning mailboxes.db before I rebuilt it. I'd really like to understand what went wrong in case I might do something to prevent this kind of situation in the future. Again, thanks very much for your

Re: Getting started

2004-02-24 Thread Etienne Goyer
luck with your installation and be sure to have a look at the Wiki! I wish it had been there when I made my first step with Cyrus : http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/WebHome -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com

Re: Performance question...

2004-02-25 Thread Etienne Goyer
other story of course. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Performance question...

2004-02-25 Thread Etienne Goyer
r the full list of configure option). I * think* this is configurable in /etc/imapd.conf int he 2.2.x serie. Am I right ? BTW, would skiplist be the best mailboxes db on an mupdate master in a 2.1.x Murder ? -- Etienne GoyerLinux Québec Technologies I

Re: Getting started

2004-02-25 Thread Etienne Goyer
the LDAP servers are not available (I would prefer it return some 4xx temporary error). But maybe you where talking about the users repository for SMTP AUTH, which is an entirely different story. Sorry for going that much off-topic. -- Etienne GoyerLinux Québec Technologies Inc. ht

Re: Performance question...

2004-02-25 Thread Etienne Goyer
On Wed, Feb 25, 2004 at 04:22:48PM -0300, Henrique de Moraes Holschuh wrote: > On Wed, 25 Feb 2004, Etienne Goyer wrote: > > > > 4. A properly configured Berkeley DB environment (although for some > > > > reason, Cyrus seems to actually survive well without any con

Are there large installation of Cyrus who use db3 for mailboxes.db on SMP Linux ?

2004-02-26 Thread Etienne Goyer
installation use Berkeley db for mailboxes.db on SMP Linux system, just like us. Note that db3 is the default, so if you did not change it, you probably use it. Thanks for your imput ! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED

What does "ctl_cyrusdb -r" do ?

2004-02-26 Thread Etienne Goyer
t there is no verbose option, but is there any other way to see what it is doing ? Thanks very much ! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andr

Information about the skiplist database format

2004-02-26 Thread Etienne Goyer
family ? Thanks! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Cyrus IMAP Aggregator

2004-03-12 Thread Etienne Goyer
host > 250K accounts). Unless the usage pattern of your users is very hard, you could probably host all your accounts on a single relatively decent machine (quad CPU, >= 4GB RAM and fast disk) if it's being dedicated entirely to Cyrus (no MTA, no webmail, etc). This is, of course, a ve

Re: Webmail?

2004-03-12 Thread Etienne Goyer
gt; Anders Norrbring > > > --- > Home Page: http://asg.web.cmu.edu/cyrus > Wiki/FAQ: http://cyruswiki.andrew.cmu.edu > List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html -- Etienne GoyerLinux Québec Technologies Inc. http://www.Li

Re: Remote User's SMTP relay authorization

2004-03-15 Thread Etienne Goyer
appen to work from multiple location (if that is what you mean by "roaming"). It will also let you use a webmail package for remote access to mail, something that is much trickier with POP. Just my 0,02$. -- Etienne GoyerLinux Québec Technologies Inc. http://w

MySQL authentication options

2004-03-16 Thread Etienne Goyer
Hi, I had been doing some research about authenticating user against a MySQL database, and from what I can see the only option is via PAM through saslauthd. Is this correct, or there are other way to do it ? Thanks ! -- Etienne GoyerLinux Québec Technologies Inc. http

Re: Authenticate to IMAP server via Active Directory

2004-03-19 Thread Etienne Goyer
At least, that is what I can remember on the top of my head. The first thing is to make saslauthd work. As somebody else pointed, testsaslauthd may be of help there. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] ---

IMAP client that support ACL ... again !

2004-03-25 Thread Etienne Goyer
? Pointer to previous discussion on the subject welcomed. Thanks ! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http

Re: IMAP client that support ACL ... again !

2004-03-25 Thread Etienne Goyer
On Thu, Mar 25, 2004 at 06:14:48PM +, mb/[EMAIL PROTECTED] wrote: > At 08:56 -0500 Etienne Goyer wrote: > > >Basically, which IMAP client support displaying and/or editing ACL ? > > SquirrelMail with the useracl plugin IMP too, at least the CVS version does (not sure about

Murder question

2004-04-01 Thread Etienne Goyer
frontend try reconnecting to the mupdate master at fixed interval, or on a specific event ? Is this configurable ? -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http

Signal 11 with mupdate master and other funny things

2004-04-01 Thread Etienne Goyer
any way. I am currently writing a mechanism to watch over the mupdate service and page/restart the service int he event of a failure. Would there be a way to have master monitor its children and restart mupdate on failure ? -- Etienne GoyerLinux Québec Technologies I

Re: Stupid passwd question

2004-04-02 Thread Etienne Goyer
On Fri, Apr 02, 2004 at 09:07:57AM -0500, Mauricio wrote: > If we use NIS so users can access their account from any > machine within our domain, would cyrus be able to snatch the password > from NIS? If configured to authenticate against PAM via saslauthd. -- Etie

Re: BIG PROBLEM: Need help with production box

2004-04-02 Thread Etienne Goyer
ing Cyrus tries to set up. Search the list archives for >more hints. > 7. db_recover (to reset the environment to your new DBCONFIG >parameters). Or one could do away with DBD entirely and switch to skiplist. -- Etienne GoyerLinux Québec Technologies Inc. ht

Re: Murder question

2004-04-02 Thread Etienne Goyer
On Fri, Apr 02, 2004 at 02:06:17PM -0500, Rob Siemborski wrote: > On Thu, 1 Apr 2004, Etienne Goyer wrote: > > > In a Murder, if I understand correctly, it is the frontend who initiate > > the connection with the mupdate master. I suppose when the mupdate > > master is sh

Re: Signal 11 with mupdate master and other funny things

2004-04-02 Thread Etienne Goyer
sual "setrlimit: Unable to set file descriptors limit to -1: Operation not permitted ... retrying with 1024 (current max)" error on mupdate startup in my log, could it be related to that ? Thank you very much for your answers ! -- Etienne GoyerLi

Re: Murder question

2004-04-02 Thread Etienne Goyer
On Fri, Apr 02, 2004 at 02:22:36PM -0500, Rob Siemborski wrote: > On Fri, 2 Apr 2004, Etienne Goyer wrote: > > > If I understand correctly, some strangeness may happen between the time > > the connection is lost and reestablished, like user creating folders but > > no

Re: Skel for imap and sieve?

2004-04-14 Thread Etienne Goyer
Robin M. wrote: On Wed, 14 Apr 2004, Denny Schierz wrote: You can try some of these settings in your /etc/imapd.conf createonpost: yes autocreatequota: 2 autocreateinboxfolders: Sent | Drafts | Trash | Spam autosubscribeinboxfolders: Sent | Drafts | Trash | Spam Except for autocreatequota, thes

Re: Quota

2004-04-19 Thread Etienne Goyer
Tarjei Huse wrote: Imapd cannot be started from inetd. You must start cyrus as a standalone server , preferably using a initscript or : /usr/sbin/master& "master -d" is actually best. signature.asc Description: OpenPGP digital signature

Re: accents in mailbox names

2004-05-14 Thread Etienne Goyer
Antoine Jacoutot wrote: On Friday 14 May 2004 19:13, Paul Wagland wrote: I can't comment to outlook (though it should support it) but Apples iMail and Horde both do the "right thing" I hadn't patch cyrus for utf7 yet, but without the patch, I can tell you Horde/Imp cannot create directory with

Re: accents in mailbox names

2004-05-14 Thread Etienne Goyer
Antoine Jacoutot wrote: On Friday 14 May 2004 20:10, Etienne Goyer wrote: Which Horde/IMP version ? I don't know about the stable branch, but HEAD and the latest ALPHA can with no problem. horde-2.2.4 imp-3.2.2 Then it has been fixed in the CVS. signature.asc Description: OpenPGP di

Re: email server concept: what's mail delivery agent

2004-06-03 Thread Etienne Goyer
Zhang Weiwu wrote: I'm a newbie but I don't know why I need to use lmtp at all. I was told by the comment in main.cf and master.cf that I can use mailbox_transport = cyrus and deliver(8) will be called to do mail delivery. Since I'm runing a single server, is there any obvious reason I should use

Re: Cyrus IMAP 10 Year Anniversary

2004-06-03 Thread Etienne Goyer
Rob Siemborski wrote: I'm happy to share with you that today, June 4, 2004, marks the 10 year anniversary of the first public alpha release of the Cyrus IMAP server. Just being curious M. Siemborski: have you been part of the project since the beginning ? What about the other major contibutors (

Re: email server concept: what's mail delivery agent

2004-06-03 Thread Etienne Goyer
Zhang Weiwu wrote: Sorry but I think my question is still not answered so far: if I am going to use the cyrus' delivery agent (now I realize I should use lmtp(8) from postfix and lmtpd(8) from cyrus), I don't have to go through virtual(8) and local(8) any more? Right? Yes for local(8), but I am

munge8bit patch for 2.2.x ?

2004-06-15 Thread Etienne Goyer
Hi, Does anybody know where to get the munge8bit patch for 2.2.x ? Thanks ! signature.asc Description: OpenPGP digital signature

Re: which version of cyrus support virtual domains

2004-06-15 Thread Etienne Goyer
Matt Cocker wrote: Hi Which versions of cyrus-imapd support virtual domains (i.e is it only 2.2.x)? Yes, only 2.2.x signature.asc Description: OpenPGP digital signature

Various error messages

2004-06-21 Thread Etienne Goyer
Hello all, I have upgraded a Murder of 5 boxes, ~80K accounts from 2.1.16 to 2.2.6 this week-end. I was used to some error messages as warning ("unable to set file descriptor to 1024", etc), but now I have new one to worry about. I would like to know if they are symptomatic of a problem, and

Re: Need help to install a Cyrus Server on a FC2

2004-06-21 Thread Etienne Goyer
UNIT-ISO wrote: Right now, I use the default IMAP server that comes with Fedora 1, but some messages boxes weight more than 100mb, and is really painfull try to read this accounts periodically. The default IMAP daemon in RedHat/Fedora is UW-imapd. It store mail in mbox format. Cyrus imapd use

Re: Need help to install a Cyrus Server on a FC2

2004-06-22 Thread Etienne Goyer
Simon Matter wrote: My rpms have been included by RedHat into Fedora Core 2. They immediately made some changes which broke compatibility with everything before Fedora Core 2. I will continue my own packages. Did'nt noticed, sorry. What where these unbackward-compatible changes that they made, if

High availability ... again

2004-06-22 Thread Etienne Goyer
Greeting fellows, I know this discussion crop up regularly, but I have checked the list archive and the WiKi already and did not really found the answer I am looking for. Also, an update once in a while might be a good thing. I have been asked to consider how to build an high-availability Cyru

Re: High availability ... again

2004-06-22 Thread Etienne Goyer
Tore Anderson word of wisdom where : There's a third option, which is the one I prefer the most: shared block device. Well, I did not consider that option since the SAN become a single point-of-failure, and that is a big no-no according to the specifications I have at the moment. If it would

Re: Various error messages

2004-06-22 Thread Etienne Goyer
Rob Siemborski wrote: On Mon, 21 Jun 2004, Etienne Goyer wrote: Jun 21 14:26:54 frontend1 master[12195]: process 2270 exited, status 75 Jun 21 14:26:54 frontend1 master[12195]: service pop3s pid 2270 in BUSY state: terminated abnormally This happen with both pop3s and imaps. This is more of a

Re: High availability ... again

2004-06-28 Thread Etienne Goyer
Ben Carter wrote: Etienne Goyer wrote: Tore Anderson word of wisdom where : There's a third option, which is the one I prefer the most: shared block device. Well, I did not consider that option since the SAN become a single point-of-failure, and that is a big no-no according t

Re: High availability ... again

2004-06-28 Thread Etienne Goyer
Kevin P. Fleming wrote: Etienne Goyer wrote: On a similar note, RedHat have apparently bought Sistina, and GPLed GFS. This is great news for HA under Linux, IMHO. I will be testing it soon. Well, on their site is it listed as "open source", but it is not on sources.redhat.com (wher

Re: Cyrus MURDER - Frontend server configuration options

2004-06-29 Thread Etienne Goyer
Greg Pulfer wrote: Now I think I don't need the full blown with all options Cyrus IMAP on the frontend server, so does anyone know what parameters I should use with the ./configure script before compiling for a frontend server need ? Use the same ./configure options for all the node in your Murder

Re: Cyrus MURDER - Frontend server configuration options

2004-06-29 Thread Etienne Goyer
Michael Halligan wrote: I'm interested in the aggregator too.. What I'd really like to know is if I can use Courier as a back-end.. I have several thousand mail boxes, and converting from Maildir just isn't an option, but I'm finding a strong lack of imap proxy software out there. You can't. First

Re: Cyrus MURDER - Frontend server configuration options

2004-06-30 Thread Etienne Goyer
Greg Pulfer wrote: Hmm now I was wondering what about all the --with-duplcate-db, --with-mboxlist-db, --with-seen-db, --with-subs-db and such which are recommended on the following Wiki page http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/WhatDatabaseBackend ? Maybe the WiKi have not been updat

Re: MURDER or IMAP proxy solution ?

2004-07-02 Thread Etienne Goyer
Greg Pulfer wrote: That's true 200 mailboxes is nothing but it will grow rapidly and I was thinking if I already configure my site with a MURDER configuration I will have less work after adding extra backend server or frontend servers. I would like to start with one frontend server (also running t

Re: MURDER or IMAP proxy solution ?

2004-07-02 Thread Etienne Goyer
Greg Pulfer wrote: I'm interrupting you here to ask you what do you mean here with "This allos the MURDER to be referred by one hostname", do you mean here the frontend server(s) or the backend server(s) ? Frontends. You could, for example, have a single frontend (imap.yourcompany.com) to access

signaled to death by 6

2004-07-20 Thread Etienne Goyer
Hi fellows, I am installing Cyrus imapd 2.2.6 on RHEL. It's compiled with the distribution-provided Cyrus SASL 2.1.15 rpm. It was configured with /configure --enable-murder --with-auth=unix \ --with-openssl=/usr/include/openssl --enable-gssapi=/usr/kerberos \ --without-snmp I have variou

Bug with mupdatetest and CRAM-MD5

2004-11-01 Thread Etienne Goyer
Hi, I have been getting this error lately when using mupdatetest : [EMAIL PROTECTED] root]# mupdatetest -a mailadmin -u mailadmin mupdate S: * AUTH "CRAM-MD5" S: * PARTIAL-UPDATE S: * OK MUPDATE "mupdate" "Cyrus Murder" "v2.2.6" "(master)" C: A01 AUTHENTICATE "CRAM-MD5"{0+} C: S: A01 BAD "Extra arg

Two questions on MUPDATE

2003-02-21 Thread Etienne Goyer
prefer not to discuss your experiences on the list, you are welcome to contact me out-of-band. I already know about the CMU installation; a second or third exemple would be very nice. Thank you very much for your answer; all input are appreciated. Regards, -- Etienne Goyer

Another question about MUPDATE server

2003-02-21 Thread Etienne Goyer
k end servers. Scaling the MUPDATE master server to a large collection of clients is yet not considered, but as the MUPDATE protocol allows for slave server to act as replicas, it is theoretically possible to reduce the load of read operatons against the master to a very low level." Regards, -

Re: Another question about MUPDATE server

2003-02-24 Thread Etienne Goyer
that make sense ? Again, thank you for your input. On Fri, Feb 21, 2003 at 11:59:25AM -0500, Rob Siemborski wrote: > On Fri, 21 Feb 2003, Etienne Goyer wrote: > > > I would have another question concerning MUPDATE. The white-paper on > > Cyrus imapd Murder hinted about the

ctl_mboxlist being run as root and CRAM-MD5 with saslauthd + LDAP

2003-03-06 Thread Etienne Goyer
er process as root; could this be the problem ? Thank you very much for your insight ! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] PGP Pub Key: http://www.LinuxQuebec.com/pubkeys/eg.key Fingerprint: F569 0394 098A FC70

An interesting problem regarding Murder and LDAP

2003-03-06 Thread Etienne Goyer
is to use SSL. I suppose the most elegant solution to my problem would be to do without saslauthd and find some SASL plugin (auxprop ?) for LDAP. What would you guys suggest in this regard ? Any ong else I should consider ? Thanks for your answers and insights ! -- Etienne Goyer

Problem authenticating with pop3proxyd

2003-03-07 Thread Etienne Goyer
n frontend, get client credentials, open POP session on the backend using these credentials and just forward POP command/response from client to server and vice-versa. Thanks for your answer ! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL

Re: Problem authenticating with pop3proxyd

2003-03-07 Thread Etienne Goyer
KERBEROS_V4 to authenticate to the backend. Is that correct ? Thanks in advance for your answer ! On Fri, Mar 07, 2003 at 02:00:02PM -0500, Etienne Goyer wrote: > Hi, > > I have another problem with my Murder setup. So far, I have it working > fine with a frontend, a backend and an MUP

Re: [PATCH] fud.c : timeout in do_proxy_request

2003-06-05 Thread Etienne Goyer
Just to let whoever know that this patch include two syslog() call that I used to debug. I forgot to take them out before I made the patch. They should be removed. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

FUD Perl module need tester

2003-06-06 Thread Etienne Goyer
ntation), but if you really need such a thing, contact me off-list and I will send it to you. Thanks for your feedback. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED] # Net::FUD.pm # $Id: FUD.pm,v 1.2 2003/05/29 19:13:36 egoy

ACL when creating mailbox in IMAP utf7

2003-06-06 Thread Etienne Goyer
lhost.localdomain> cm user.testing localhost.localdomain> lam user.testing testing lrswipcda Maybe top-level mailboxes are supposed to only use 7 bits caracters ? -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Re: [PATCH] fud.c : timeout in do_proxy_request

2003-06-06 Thread Etienne Goyer
specific to my setup (or not) ? Thanks for your feedback. On Thu, Jun 05, 2003 at 11:04:04AM -0400, Rob Siemborski wrote: > On Wed, 4 Jun 2003, Etienne Goyer wrote: > > > The fud daemon can proxy request for mailbox that are remote (ie > > Murder). In 2.1.13, the fud daemon will jus

Re: ACL when creating mailbox in IMAP utf7

2003-06-06 Thread Etienne Goyer
e" containing 8 bit caracters if imapd had been compiled with --with-auth=unix ? On Thu, Jun 05, 2003 at 11:06:09AM -0400, Rob Siemborski wrote: > On Thu, 5 Jun 2003, Etienne Goyer wrote: > > > When I create a top-level mailbox containing IMAP-style utf7 caracters, > > it doe

Re: Weird pop3d hang problem (fd blocked?!)

2003-06-06 Thread Etienne Goyer
w deemed unsafe as the network > traffic may be styled by an attacker(!) the number of sources of > entropy are sadly low - time of disk access when most data remains > in NetBSD's Unified Buffer Cache (that's why the ls worked)? So, I went > for the recompile... > Maybe you h

Re: [PATCH] fud.c : timeout in do_proxy_request

2003-06-06 Thread Etienne Goyer
Is there any hope somebody look at it ? On Thu, Jun 05, 2003 at 11:28:35AM -0400, Etienne Goyer wrote: > recvfrom() does not return when alarm() trigger. I am testing it on > Linux RedHat 7.3, glibc 2.2.5. > > I am experiencing this problem when querying the fud daemon on t

Re: Delivery not working

2003-05-27 Thread Etienne Goyer
gt; > -- > +++ GMX - Mail, Messaging & more http://www.gmx.net +++ > Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Re: effect of changing database backends

2003-05-28 Thread Etienne Goyer
on box. > Check the following message about recommended database formats: > > http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-sasl&msg=23 > 11 > > Best regards, > > Bojan Zdrnja > -- Etienne GoyerLinux Québec Technologies Inc. ht

Re: Delivery not working

2003-05-29 Thread Etienne Goyer
messages in the log but > still the messages didnt reach the mailbox. Therfore I gave up on sendmail and > installed postfix which now (with TCP, sockets wouldn't work also) does its job > =) You have seen the light, and switched to Postfix. I am happy. :) -- Etienne Goyer

Re: deleting user mailboxes

2003-05-30 Thread Etienne Goyer
; -- > Carl P. Corliss > System Administrator / Developer > www.xaraya.com -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Re: Cyrus 2.1.13 and cygwin?

2003-06-02 Thread Etienne Goyer
ur shared SASL lib in /usr/lib/sasl2 ? -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Re: Net::IMAP

2003-06-03 Thread Etienne Goyer
as anyone used this module? > > Also, the server is running Red Hat 8 Linux, with perl 5.8 installed. > > Thanks, > > Steve -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Re: logging config cyr2.1

2003-06-03 Thread Etienne Goyer
t. i guess a more succinct version of the question is, > cyr_master is logging the same info to mail.log and mail.info, how can > i make it log to mail.info only so that the sendmail info in mail.log > isn't cluttered up? > > thanks.. > ..S. -- Etienne Goyer

  1   2   3   >