Re: Imap mailbox aliases (two names for the same box)

2004-07-21 Thread Luca Olivetti
Ghislain ADNET wrote: Hello, I know some of you had the problem of the mailbox with an upper case that are not recognized when goign through sendmail. For exemple writing to [EMAIL PROTECTED] is translated [EMAIL PROTECTED] My problem is Thunderbird use Junk, Trash Sent name boxes etc...

Re: using pine with cyrus and heirarchy separation

2004-07-21 Thread Sebastian Hagedorn
Hi, --On Dienstag, 20. Juli 2004 21:48 Uhr -0400 "Robin M." <[EMAIL PROTECTED]> wrote: I recently moved my imap server from courier to cyrus with unix heirarchy separation. Everything work well except for pine. Does anyone have an example of a .pinerc which they use with a cyrus server with the u

Problem with folder name encoding

2004-07-21 Thread Joon Radley
Hi, Following RFC 3501, I encode a non us-ascii character ( copyright sign d169 ) with modified base64. This is encoded to "&,Q-". When I try and create the mailbox Cyrus returns with the error "Invalid Mailbox Name". I am running Cyrus 2.2.6 on Fedora Core 1. Is there a way to resolve this? Th

Re: libwrap compiled into Cyrus IMAPd

2004-07-21 Thread ML mail
Igor Brezac <[EMAIL PROTECTED]> wrote: cyrus configure is broken for systems that have a shared tcpwrapperlibrary.Tryac_cv_lib_wrap_request_init=yes ./configure --with-libwrap ...   Thanks that did the trick !! Btw: is this going to be fixed in Cyrus IMAPd 2.2.7 ? Now I wanted to get SNMP also com

Re: libwrap compiled into Cyrus IMAPd

2004-07-21 Thread Igor Brezac
On Wed, 21 Jul 2004, ML mail wrote: > > > Igor Brezac <[EMAIL PROTECTED]> wrote: > cyrus configure is broken for systems that have a shared tcpwrapper > library. > > Try > ac_cv_lib_wrap_request_init=yes ./configure --with-libwrap ... > > > > > Thanks that did the trick !! Btw: is this going to b

Re: libwrap compiled into Cyrus IMAPd

2004-07-21 Thread ML mail
Igor Brezac <[EMAIL PROTECTED]> wrote: This is not a cyrus issue. Your ucd libraries are not self-contained, soyou really need to take this up with net-snmp folks. Build process worksbetter with net-snmp 5.1.x. Sorry for this "stupid" question but what are "not self-contained libraries" exactly ?

Kerberos authorization in IMAP

2004-07-21 Thread Nikola Milutinovic
Hello list. I have just gotten off a mail conversation conversation with guys from CyberSafe and we are slightly puzzled (or at least, I am). I asked them if they could port "./lib/auth_krb5.c" to use CyberSafe's GSS-API and they did it (Alexey Melnikov). The problem is with Kerberos Authorizat

Re: sasl problem (sigh)

2004-07-21 Thread Ian Hunter
>> Oh, go ahead and flame away if this is not an appropriate forum for >> saslauthd config problems, but after you've torched me, refer me to the >> right place :) > >You are close, I guess cyrus-sasl would be correct, not info-cyrus :) I'll hop over there and ask again, thanks... >> I am running

Re: using pine with cyrus and heirarchy separation

2004-07-21 Thread Robin M.
On Wed, 21 Jul 2004, Sebastian Hagedorn wrote: > --On Dienstag, 20. Juli 2004 21:48 Uhr -0400 "Robin M." <[EMAIL PROTECTED]> > wrote: > > > I recently moved my imap server from courier to cyrus with unix heirarchy > > separation. > > > > Everything work well except for pine. > > > > Does anyone ha

Re: Imap mailbox aliases (two names for the same box)

2004-07-21 Thread Ghislain ADNET
Don't know which version of thunderbird/mozilla you are using, but in the current one (and in any previous one starting from Netscape communicator 4.x) I have a lowercase sent folder and I do have the special icon (btw, mozilla shows it with an uppercase name) and everything works fine. In fac

Re: Kerberos authorization in IMAP

2004-07-21 Thread Rob Siemborski
On Wed, 21 Jul 2004, Nikola Milutinovic wrote: The docs state that, if using Krb5 authz, instead of UNIX authz, one can use ACLs in the form of a Kerberos5 regular expression, like these: */[EMAIL PROTECTED] [EMAIL PROTECTED] nikola/[EMAIL PROTECTED] Huh? That's completely bogus -- where is this

Re: setting INTERNALDATEs

2004-07-21 Thread Rob Siemborski
On Wed, 21 Jul 2004, Jukka Salmi wrote: Any idea how to solve this problem? Is it possible at all to change the internal date of a message? If you reconstruct a mailbox without a cyrus.index file, it should grab the internaldate from the timestamp of the file. So, re-timestamp all the files (with

Re: patch, bad manual page

2004-07-21 Thread Rob Siemborski
Fix to the source file committed (imapoptions -- the manpage is generated via a script). -Rob On Wed, 21 Jul 2004, Palle Girgensohn wrote: Hi, A badly formatted row in a man page made man go kinda berzerk. Can't find the CVS to see if it is fixed, here is a patch anyway... Cheers, Palle --- man

v2.1.14 freeze from LIST "" %

2004-07-21 Thread SideWinder
Hi list, My ISP has an IMAP server running v2.1.14 and there is a problem with accessing my two mailboxes in it. I can read the INBOX of both accounts, but when I try to get the "mailbox list", the connection times out waiting for a reply from the server. Here is a log from Eudora (some identify

Postfix cyrus virtual mailbox domains problem

2004-07-21 Thread Martin Haywood
I've been going around and around this problem for so long it's making me dizzy ... I have Postfix set up with main.cf: virtual_mailbox_domains = /usr/local/etc/postfix/virtual_domains virtual_mailbox_base = /var/mail/virtual/domain virtual_mailbox_maps = hash:/usr/local/etc/p

Re: Postfix cyrus virtual mailbox domains problem

2004-07-21 Thread Simon Matter
> I've been going around and around this problem for so long it's making > me dizzy ... > > I have Postfix set up with >main.cf: >virtual_mailbox_domains = /usr/local/etc/postfix/virtual_domains >virtual_mailbox_base = /var/mail/virtual/domain >virtual_mailbox_maps = has