Re: cyradm authentication error

2003-02-27 Thread Robert Urban
Kevin Williams wrote: My imapd.conf file looks as follows: configdirectory: /var/imap partition-default: /var/spool/imap admins: cyrus root sasl_pwcheck_method: saslauthd I can successfully authenticate using the imtest command. When I tried to use cyradm, I originally got a can't

libcyrus and the imap proto

2003-02-27 Thread Patrick Welche
Overall I see that you send commands to the imap server using imclient_send, the last argument of which is essentially the text of the imap command. You register callbacks based on keyword, so that when the server sends you a reply, the function registered gets called. I suspect I am getting

Re: libcyrus and the imap proto

2003-02-27 Thread John Alton Tamplin
Patrick Welche wrote: Overall I see that you send commands to the imap server using imclient_send, the last argument of which is essentially the text of the imap command. You register callbacks based on keyword, so that when the server sends you a reply, the function registered gets called. I

Few questions on deliver

2003-02-27 Thread Scott Balmos
Hi again all, Yesterday I got my shared folders setup working. Thanks to Ken Earl for their thoughts. Found out that Outlook others don't care about not having an Inbox. Later on last night I got the CyrusBB support going in Postfix. A few questions though... 1. Deliver's manpage states that

Vacation and non-ASCII characters

2003-02-27 Thread Ralf Haferkamp
Hi, as the reason string of a vacation command in SIEVE is considered to be in UTF-8 in absence of the :mime Parameter (see the Internet Draft) wouldn't it be correct, to set the MIME-Version and Content-Type Headers accordingly, when sending then vacation response? The attached diff was made

Conversion script for sieve?

2003-02-27 Thread John Lederer
Does anyone know of a script to convert mozilla/netscape local filters to sieve scripts? Thanks. John Lederer

Re: Vacation and non-ASCII characters

2003-02-27 Thread Ken Murchison
Ralf Haferkamp wrote: Hi, as the reason string of a vacation command in SIEVE is considered to be in UTF-8 in absence of the :mime Parameter (see the Internet Draft) wouldn't it be correct, to set the MIME-Version and Content-Type Headers accordingly, when sending then vacation

Re: Vacation and non-ASCII characters

2003-02-27 Thread Ralf Haferkamp
On Thu, Feb 27, 2003 at 11:51:13AM -0500, Ken Murchison wrote: Ralf Haferkamp wrote: Hi, as the reason string of a vacation command in SIEVE is considered to be in UTF-8 in absence of the :mime Parameter (see the Internet Draft) wouldn't it be correct, to set the MIME-Version

Re: cyradm authentication error

2003-02-27 Thread kewilliams
Robert thanks for the help, After changing the imapd.conf file as you directed (and rebooting to make sure the changes took affect), I still got the error when running cyradm --user cyrus localhost. I noticed in my auth.log file that the following messages occurred when trying to log in: Feb

Re: Vacation and non-ASCII characters

2003-02-27 Thread Ken Murchison
Ralf Haferkamp wrote: On Thu, Feb 27, 2003 at 11:51:13AM -0500, Ken Murchison wrote: Ralf Haferkamp wrote: Hi, as the reason string of a vacation command in SIEVE is considered to be in UTF-8 in absence of the :mime Parameter (see the Internet Draft) wouldn't it be

Re: cyradm authentication error

2003-02-27 Thread Rob Siemborski
On Thu, 27 Feb 2003, Robert Urban wrote: I had this problem too. The answer is actually in the docs (install-auth), but it can take days before you find it :( The whole authentication business is pretty badly documented, IMHO. If you have suggestions, we do take reasonably-written patches.

Re: Deleting records from db

2003-02-27 Thread Lawrence Greenfield
I encountered this exact situation (directories manually deleted, leading to an unreconstructable mailbox) about a month ago. The solution we chose was to export the mailboxes db (ctl_mboxlist -d), delete the bogus entries from the textfile, then import it back in. However,

Re: libcyrus and the imap proto

2003-02-27 Thread Patrick Welche
On Thu, Feb 27, 2003 at 09:53:57AM -0500, John Alton Tamplin wrote: Patrick Welche wrote: ... same for eg . fetch 1 (internaldate) * 1 FETCH (INTERNALDATE 30-Jan-2003 19:23:41 +) . OK Completed How can I see the result of fetch? I have not used the C library, but the perl

Re: Cyrus process model...

2003-02-27 Thread Rob Siemborski
On Wed, 26 Feb 2003, Rob Mueller wrote: [ Continued from an off mailing list conversation about killing Cyrus lmtpd processes when they go haywire, and cyrus process accounting ] Actually, cyrus-devel would have probably been an even better place to put this (and I'm cross-posting there).

Re: More NTLM headaches with OE6

2003-02-27 Thread Jay Levitt
How have others dealt with this problem (aside from switching clients)? IMAP over SSL on port 993 Yeah, that's the direction I'm leaning in as well. Does performance suffer at all from the encryption? I'm in the process of setting up OpenSSL but haven't got very far yet. That's my one big

unable to send emails to Yahoo

2003-02-27 Thread Andreas Freyvogel
I am having a weird situation in the fact that on occasion we are unable to send emails to recipients at Yahoo. The error we are getting is: host mx2.mail.yahoo.com[64.156.215.6] said: 552 Put ,E=\r\n at the end of Mether, Mtcp, or Msmtp in sendmail.cf if you are using Solaris 2.5 (fixed

Re: Vacation and non-ASCII characters

2003-02-27 Thread Mark Keasling
Hi, I have posted an almost identical patch as part of a suggested fix for [Bug 1723] Sieve notifications containing UTF-8 are not MIME encoded though no one seems to be doing anything with it. I added a check to see if the reason contained 8bit and added the headers in only that case. I saw no

Re: unable to send emails to Yahoo

2003-02-27 Thread Liviu Daia
On 27 February 2003, Andreas Freyvogel [EMAIL PROTECTED] wrote: I am having a weird situation in the fact that on occasion we are unable to send emails to recipients at Yahoo. The error we are getting is: host mx2.mail.yahoo.com[64.156.215.6] said: 552 Put ,E=\r\n at the end of

altnamespace question

2003-02-27 Thread David H. Lynch Jr.
Does subaddressing work when altnamespace is enabled ? I am sending to [EMAIL PROTECTED] But the message ends up users inbox. Folder exists, and it has the correct name, the case is right and I have lmtp downcase on anyway.