[Dovecot] dspam integration

2007-11-19 Thread Eugene Prokopiev
Hi, I see http://johannes.sipsolutions.net/Projects/dovecot-antispam and http://blog.cynapses.org/2007/09/13/dovecot-dspam-plugin/ solutions. Second git repo is not answer, first one is cloned, but I see some drawbacks with it. Dspam backend is more native solution but libdspam using instead of

Re: [Dovecot] dovecot mysql support

2007-11-19 Thread Bazy
jan gestre wrote: Hi Guys, I'm using CentOS 4.5, is the dovecot default rpm comes with mysql support? Do I need to rebuild it? TIA. jan Hi Jan, You need to rebuild it, without any patches or so... Just enable mysql and LDA support in the .spec and don't forget to edit yum.conf and

Re: [Dovecot] dovecot mysql support

2007-11-19 Thread Benjamin R. Haskell
On Mon, 19 Nov 2007, jan gestre wrote: On Nov 19, 2007 12:57 AM, Bazy [EMAIL PROTECTED] wrote: jan gestre wrote: Hi Guys, I'm using CentOS 4.5, is the dovecot default rpm comes with mysql support? Do I need to rebuild it? TIA. jan Hi Jan, You need to rebuild it, without any patches or

Re: [Dovecot] deliver and namespaces in 1.1

2007-11-19 Thread Charles Marcus
Currently you can't deliver messages to public folders, only way is to copy it to this folder using email client or using copy on server. I assume you mean in 1.0.x - since Timo just said that deliver does support namespaces now in 1.1... -- Best regards, Charles

[Dovecot] How to write plugin

2007-11-19 Thread Eugene Prokopiev
Hi, Where can I find documentation for plugin writers? Now I see mail-log-plugin source, but I can't understand how entry points (functions mail-log-plugin-init and mail-log-plugin-deinit) are defined to execute some actions on load/unload/copy messages. Can anybody comments this?

Re: [Dovecot] How to write plugin

2007-11-19 Thread Fábio M. Catunda
Eugene Prokopiev escreveu: Hi, Where can I find documentation for plugin writers? Now I see mail-log-plugin source, but I can't understand how entry points (functions mail-log-plugin-init and mail-log-plugin-deinit) are defined to execute some actions on load/unload/copy messages. Can anybody

Re: [Dovecot] dovecot mysql support

2007-11-19 Thread jan gestre
On Nov 19, 2007 6:42 PM, Benjamin R. Haskell [EMAIL PROTECTED] wrote: On Mon, 19 Nov 2007, jan gestre wrote: On Nov 19, 2007 12:57 AM, Bazy [EMAIL PROTECTED] wrote: jan gestre wrote: Hi Guys, I'm using CentOS 4.5, is the dovecot default rpm comes with mysql support? Do I need to

Re: [Dovecot] Sieve 1.1.2 - special chars

2007-11-19 Thread Osvaldo Alvarez Pozo
Hi I have installed dovecot 1.05 from sources it works well, but know we want to put le mail considered as spam in a folder called spam. how do I configure spammassassin amavis-new and dovecot sieve? Thanks. Debian etch, dovecot 1.05 from sources.

Re: [Dovecot] dovecot mysql support

2007-11-19 Thread Charles Marcus
[EMAIL PROTECTED] ~]# /etc/init.d/dovecot start Starting Dovecot Imap: Error: Error in configuration file /etc/dovecot.conf line 21: Unknown setting: imap_listen Fatal: Invalid configuration in /etc/dovecot.conf [FAILED] I then changed imap_listen to localhost and * respectively but

Re: [Dovecot] dspam integration

2007-11-19 Thread Andreas Schneider
Johannes Berg wrote: I see http://johannes.sipsolutions.net/Projects/dovecot-antispam and http://blog.cynapses.org/2007/09/13/dovecot-dspam-plugin/ solutions. Second git repo is not answer, first one is cloned, but I see some drawbacks with it. The first git repo is my source, and the

[Dovecot] Throttle New Connections?

2007-11-19 Thread Joe Allesi -X (joallesi - Coyote Creek Consulting at Cisco)
All, Is anyone using iptables (recent module), or any other alternatives, to throttle the number of new imap or pop connections per minute? We have some applications that like to login every second to pull mail using imap, so we'd like to protect the entire dovecot server from these applications.

Re: [Dovecot] Throttle New Connections?

2007-11-19 Thread Joseph W. Breu
This may be off topic - but you could always use something like imapproxy in front of your dovecot IMAP daemon. We do this locally for our webmail clients which use IMAP for the access to the mail store. Imapproxy can be found here: http://imapproxy.org/ -Original Message- From:

Re: [Dovecot] dovecot mysql support

2007-11-19 Thread Axel Thimm
On Sun, Nov 18, 2007 at 05:15:24PM -0800, jan gestre wrote: I'm using CentOS 4.5, is the dovecot default rpm comes with mysql support? Do I need to rebuild it? The packages at ATrpms already come with mysql support. Did you try them? -- Axel.Thimm at ATrpms.net pgpLziCD8DpAc.pgp Description:

Re: [Dovecot] Problems executing dovecot.

2007-11-19 Thread Marcelo Iturbe
yes there is actually... Nov 20 04:13:27 postdam dovecot: imap-login: Login: user=noresponder, method=PLAIN, rip=201.238.214.202, lip=201.238.214.203 Nov 20 04:16:07 postdam dovecot: IMAP(noresponder): block_alloc(): Out of memory Nov 20 04:16:07 postdam dovecot: child 23174 (imap) returned error

[Dovecot] src/lib/Makefile.am: a trivial ``$(srcdir)'' patch

2007-11-19 Thread Ivan Shmakov
May I suggest the following trivial patch? diff -r ff9e591a2aa5 src/lib/Makefile.am --- a/src/lib/Makefile.am Sun Nov 18 21:44:22 2007 +0200 +++ b/src/lib/Makefile.am Tue Nov 20 00:29:04 2007 +0600 @@ -4,9 +4,9 @@ BUILT_SOURCES = unicodemap.c EXTRA_DIST = unicodemap.c

[Dovecot] Mailbox is in inconsistent state

2007-11-19 Thread Nikolay Shopik
I have few such messages should I aware about them or just ignore? Disconnected: Mailbox is in inconsistent state, please relogin.

Re: [Dovecot] mail_location backends

2007-11-19 Thread Asheesh Laroia
On Mon, 19 Nov 2007, Harrison Metzger wrote: Hello, Where I work we have have an interesting setup, we have 2 machines with mail accounts on them and both have dovecot. We would really like to centralize all the mail accounts on one machine, but unfortunately the administration has not

Re: [Dovecot] dovecot mysql support

2007-11-19 Thread Benjamin R. Haskell
On Mon, 19 Nov 2007, Axel Thimm wrote: On Sun, Nov 18, 2007 at 05:15:24PM -0800, jan gestre wrote: I'm using CentOS 4.5, is the dovecot default rpm comes with mysql support? Do I need to rebuild it? The packages at ATrpms already come with mysql support. Did you try them? Do they also have

Re: [Dovecot] imap process consuming 100% CPU (Dovecot 1.0.3)

2007-11-19 Thread Stewart Dean
I think I'm seeing this with TBird and 1.0.7...with my own account! It may even be a Tbird problem. I have a 4way mail server, so when I get 25%, it's 100% of one processor. I tried killing the imap process on the server and it can back at 9% and climbed quickly back up to 25%. It wasn't

Re: [Dovecot] dovecot mysql support

2007-11-19 Thread Axel Thimm
On Mon, Nov 19, 2007 at 03:21:08PM -0500, Benjamin R. Haskell wrote: On Mon, 19 Nov 2007, Axel Thimm wrote: On Sun, Nov 18, 2007 at 05:15:24PM -0800, jan gestre wrote: I'm using CentOS 4.5, is the dovecot default rpm comes with mysql support? Do I need to rebuild it? The packages at

Re: [Dovecot] imap process consuming 100% CPU (Dovecot 1.0.3)

2007-11-19 Thread Timo Sirainen
On Sun, 2007-10-21 at 00:47 +0300, Timo Sirainen wrote: On Wed, 2007-10-10 at 10:50 -0600, Jackie Hunt wrote: Attached is the truss for the imap process we are seeing which is chewing up CPU. We've seen this issue on several different clients, usually first thing in the morning. Shutting

Re: [Dovecot] imap process consuming 100% CPU (Dovecot 1.0.3)

2007-11-19 Thread Timo Sirainen
On Mon, 2007-11-19 at 16:12 -0500, Stewart Dean wrote: I think I'm seeing this with TBird and 1.0.7...with my own account! It may even be a Tbird problem. I have a 4way mail server, so when I get 25%, it's 100% of one processor. I tried killing the imap process on the server and it can

Re: [Dovecot] Mailbox is in inconsistent state

2007-11-19 Thread Timo Sirainen
On Mon, 2007-11-19 at 23:05 +0300, Nikolay Shopik wrote: I have few such messages should I aware about them or just ignore? Disconnected: Mailbox is in inconsistent state, please relogin. Do you see any errors in logs? I think there should be. Also what Dovecot version is this with?

Re: [Dovecot] src/lib/Makefile.am: a trivial ``$(srcdir)'' patch

2007-11-19 Thread Timo Sirainen
On Tue, 2007-11-20 at 00:33 +0600, Ivan Shmakov wrote: May I suggest the following trivial patch? Done. signature.asc Description: This is a digitally signed message part

Re: [Dovecot] Throttle New Connections?

2007-11-19 Thread Sean Kamath
On Nov 19, 2007, at 9:24 AM, Joe Allesi -X (joallesi - Coyote Creek Consulting at Cisco) wrote: All, Is anyone using iptables (recent module), or any other alternatives, to throttle the number of new imap or pop connections per minute? We have some applications that like to login every

[Dovecot] Helping OS's page cache

2007-11-19 Thread Timo Sirainen
http://dovecot.org/patches/1.1/fadvise.diff http://dovecot.org/patches/1.0/fadvise.diff These patches try to tell kernel when mail files are wanted to be read and when they're wanted out of memory, so the memory could be used for more important things such as index files. I'd like to hear if

Re: [Dovecot] Problems executing dovecot.

2007-11-19 Thread Timo Sirainen
On Mon, 2007-11-19 at 16:30 -0300, Marcelo Iturbe wrote: yes there is actually... Nov 20 04:13:27 postdam dovecot: imap-login: Login: user=noresponder, method=PLAIN, rip=201.238.214.202, lip=201.238.214.203 Nov 20 04:16:07 postdam dovecot: IMAP(noresponder): block_alloc(): Out of memory

Re: [Dovecot] Received Dates/Squirrelmail

2007-11-19 Thread Timo Sirainen
On Thu, 2007-11-01 at 12:52 -0700, Jeff Grossman wrote: I am trying to figure out an issue I have with the e-mails in my inbox showing up in Squirrelmail. I sometimes get (more often than I care for it to happen) e-mails which show up as new either many hours ago or days ago. I have one

Re: [Dovecot] Dovecot + Cygwin

2007-11-19 Thread Timo Sirainen
On Sat, 2007-11-17 at 22:02 +0100, Ronny wrote: dovecot: Nov 17 21:40:30 Info: Dovecot v1.0.7 starting up dovecot: Nov 17 21:40:30 Error: Socket already exists: /var/run/dovecot/dict-server This error is ignored. after removing the whole directory /var/run/dovecot again there is only,