[Dovecot] MANAGESIEVE patch v7 for dovecot 1.0.3

2007-08-17 Thread Stephan Bosch
Hello dovecot users, I have updated the MANAGESIEVE patch to fix a recently reported problem. This is a patch against the latest stable release 1.0.3. It currently won't compile with 1.1 due to significant changes in the master code. Change Log V7 - - Robin Breathe indicated that

Re: [Dovecot] MANAGESIEVE patch v6 for dovecot 1.0.3

2007-08-17 Thread Stephan Bosch
Hi, Robin Breathe schreef: Stephan Bosch wrote: > On Fri, 2007-08-17 at 11:56 +0100, Robin Breathe wrote: >> Should the current incarnation of the patch support TLS,or is >> there anything I need to do to enable TLS for managesieve;the >> Thunderbird Sieve extension hangs when "Use TLS" o

[Dovecot] Migrating from imapd to dovecot - how to keep user's Mail folders

2007-08-17 Thread Patrick - South Valley Internet
Hi all, We're migrating off our current mail server with runs postfix and imapd on an AIX machine to Postfix and Dovecot running linux. Our customers have a lot of IMAP folders with folders they configured, which are currently located in their /home directory on the current mail server. The

[Dovecot] Dovecot 1.0.3: LDA + quota plugin

2007-08-17 Thread Przemek Grądzki
I have problem with quota limit settings for "deliver" - global plugin settings overrides userdb quota setting !!! imap and pop3 works fine. Quota limit for user is set to "quota=maildir:ignore=Kosz:storage=512". And "maildirsize" file in user's mail_location contains "524288S" line - good. But whe

Re: [Dovecot] Dovecot IMAP/POP3 Proxy with LDAP

2007-08-17 Thread Raphael Bittencourt S. Costa
I made some progress, but it still don't connect to the server. See below: Aug 17 09:22:29 bastion01 dovecot: auth(default): client in: AUTH 1 PLAIN service=POP3lip=10.0.2.1rip=10.0.1.1 resp=AHJhcGhhZWwuY29zdGFAYmlnaG9zdxsdC5jb20uYnIAMTIzcXdl Aug 17 09:22:29 bastion01 dovecot: auth

Re: [Dovecot] MANAGESIEVE patch v6 for dovecot 1.0.3

2007-08-17 Thread Robin Breathe
Stephan Bosch wrote: > On Fri, 2007-08-17 at 11:56 +0100, Robin Breathe wrote: >> Should the current incarnation of the patch support TLS, or is there >> anything I need to do to enable TLS for managesieve; the Thunderbird >> Sieve extension hangs when "Use TLS" option is selected. > Yes, it shoul

Re: [Dovecot] MANAGESIEVE patch v6 for dovecot 1.0.3

2007-08-17 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 16 Aug 2007, Stephan Bosch wrote: I have updated the MANAGESIEVE patch to (hopefully) fix the compilation issues reported by Robin Breathe. This is a patch against the latest stable release 1.0.3. It currently won't compile with 1.1 due to

[Dovecot] High CPU utilization on Solaris 10

2007-08-17 Thread instigatetrouble
Yes, I compiled with gcc (GCC) 3.4.6 from sunfreeware. -Jon

Re: [Dovecot] imap memory footprint rather large

2007-08-17 Thread Leroy van Logchem
I found the file to be ever growing, so when it had grown back to 160Mb in a single day, I decided to employ cron on the mail server: 11 4 * * * find $HOME/.maildir -type f -name dovecot.index.cache -exec rm {} \; Since my mail is fetched in the background anyway, I am happy to take the per

Re: [Dovecot] MANAGESIEVE patch v6 for dovecot 1.0.3

2007-08-17 Thread Stephan Bosch
On Fri, 2007-08-17 at 11:56 +0100, Robin Breathe wrote: > Stephan Bosch wrote: > > I have updated the MANAGESIEVE patch to (hopefully) fix the compilation > > issues reported by Robin Breathe. This is a patch against the latest > > stable release 1.0.3. It currently won't compile with 1.1 due to >

Re: [Dovecot] imap killed with signal 6 (including backtrace)

2007-08-17 Thread Ralf Hildebrandt
* Ralf Hildebrandt <[EMAIL PROTECTED]>: > > http://hg.dovecot.org/dovecot-1.0/rev/33690bb286af probably fixes it > > Nope, I did a hg pull yesterday and restarted dovecot. Maybe it worked, since I see that particular User NOT getting the errors anymore.

Re: [Dovecot] dovecot notifying a database about total number of messages.

2007-08-17 Thread Timo Sirainen
On Fri, 2007-08-17 at 13:33 +0200, Erland Nylend wrote: > 1) if I'm using perl, is there any way I can read in the information > in the index files? Is the data formatted in some standarized way, > so that I can parse it, or use a module which read in the data? With v1.0 it would be pretty easy, b

Re: [Dovecot] mail_location ?

2007-08-17 Thread Yu Chen
Yu Chen spake the following on 8/16/2007 10:41 AM: Hi, my mail server is running fine. But not sure if I am doing right with "mail_location" in dovecot.conf I am using dovecot-1.0.0-8_56 on RHEL AS 4 Update 5. Our users have a "mail" directory under their home directory(~/mail). I thought the "m

[Dovecot] dovecot notifying a database about total number of messages.

2007-08-17 Thread Erland Nylend
Hello, in addition to our mail system, we have some other systems which needs to know how many messages, and how many unread messages, a user has in his/her inbox (maildir). Currently, we have a mod_perl script which takes a mail address as input, and then traverses the maildir, and outputs the n

Re: [Dovecot] Sieve Vacation cause deliver to die

2007-08-17 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 17 Aug 2007, M1 wrote: # Sieve Filter # 由 Ingo (http://www.horde.org/ingo/) 產生 (August 15, 2007, 10:49 am) require "vacation"; # 假期通知 if allof ( not exists ["list-help", "list-unsubscribe", "list-subscribe", "list-owner", "list-post", "lis

Re: [Dovecot] MANAGESIEVE patch v6 for dovecot 1.0.3

2007-08-17 Thread Robin Breathe
Stephan Bosch wrote: > I have updated the MANAGESIEVE patch to (hopefully) fix the compilation > issues reported by Robin Breathe. This is a patch against the latest > stable release 1.0.3. It currently won't compile with 1.1 due to > significant changes in the master code. I can confirm that it

Re: [Dovecot] High CPU utilization on Solaris 10

2007-08-17 Thread Tan Shao Yi
On Thu, 16 Aug 2007, Jon Alessandrello wrote: It is putting me in an infinite loop: truss -p 548 pollsys(0xFFBFF5B8, 5, 0xFFBFF548, 0x) = 0 pollsys(0xFFBFF5B8, 5, 0xFFBFF548, 0x) = 0 Hi Jon, I'm on Solaris 10 SPARC (11/06) too but I don't seem to experiencing this. Did

[Dovecot] Recover mailboxes

2007-08-17 Thread Jordi Espasa Clofent
HI all, Some time ago I've [EMAIL PROTECTED] in maildir mailbox with their own mails, their folders, subfolders, indexes files.. etc My server was missconfigured and I've rebuilded all SMTP; I've recreated all the mailboxes with same names that before. Of course, the problem is the content o