Re: [Dovecot] Asked about Dovecot Logging

2009-06-23 Thread Jose Luis Marin Perez
Dear Timo, What is the difference between these options? Thanks Jose Luis > From: t...@iki.fi > To: jolumape...@hotmail.com > Date: Wed, 24 Jun 2009 01:40:04 -0400 > CC: dovecot@dovecot.org > Subject: Re: [Dovecot] Asked about Dovecot Logging > > On Jun 24, 2009, at 1:23 AM, Jose Lui

[Dovecot] courier-imap 2 Dovecot Migration

2009-06-23 Thread Odhiambo ワシントン
I have a question about migration from courier-imap. I have a server running courier-imap which I'd like to change to dovecot. The problem at hand is that there are POP3 users as well as IMAP4 users.Some of the POP3 users have the option to "leave a copy of the message on the server" set in their

Re: [Dovecot] Capability COMPRESS implemented?

2009-06-23 Thread Nikolay Shopik
On 24.06.2009 2:00, Ed W wrote: Hi, I just read that http://tools.ietf.org/html/rfc4978 ..is being implemented in Thunderbird 3. This is great news! It's been a long time since we last discussed this and I don't think it's currently implemented in Dovecot, but since Cyrus just added it, any cha

Re: [Dovecot] Asked about Dovecot Logging

2009-06-23 Thread Timo Sirainen
On Jun 24, 2009, at 1:23 AM, Jose Luis Marin Perez wrote: I have another query in the dovecot -n output displays a parameter which I have doubts: args: uid = 89 gid = 89 home = /usr/vpopmail/domains/%d/%u You should be using userdb prefetch, not userdb static.

Re: [Dovecot] Asked about Dovecot Logging

2009-06-23 Thread Jose Luis Marin Perez
Dear Timo, Thanks for your response I will use the script you mention. I have another query in the dovecot -n output displays a parameter which I have doubts: args: uid = 89 gid = 89 home = /usr/vpopmail/domains/%d/%u Some accounts created through vpopmail are in the directory: /usr/v

Re: [Dovecot] Asked about Dovecot Logging

2009-06-23 Thread Timo Sirainen
On Tue, 2009-06-23 at 17:16 -0500, Jose Luis Marin Perez wrote: > passdb: > driver: checkpassword > args: /usr/vpopmail/bin/vchkpw It's vchkpw. You could work around it with something like: args = /usr/vpopmail/bin/vchkpw /usr/local/bin/vchkpw-wrapper.sh and the vchkpw-wrapper.sh would

Re: [Dovecot] Asked about Dovecot Logging

2009-06-23 Thread Jose Luis Marin Perez
Dear Timo, Thanks for your reply It's my dovecot -n output: # 1.1.16: /usr/local/etc/dovecot.conf # OS: Linux 2.6.9-78.0.22.ELsmp i686 CentOS release 4.7 (Final) log_path: /var/log/dovecot.log protocols: imap listen: *:10143 ssl_disable: yes disable_plaintext_auth: no login_dir: /usr/local/var/

Re: [Dovecot] Asked about Dovecot Logging

2009-06-23 Thread Timo Sirainen
On Tue, 2009-06-23 at 15:04 -0500, Jose Luis Marin Perez wrote: > Given that there are several domains hosted on the server, how can I > configure Dovecot to the log file shows the full user name. It does that. Which means the domain is dropped by your passdb or userdb lookup. Post your dovecot -n

Re: [Dovecot] Capability COMPRESS implemented?

2009-06-23 Thread Ed W
Ed W wrote: Hi, I just read that http://tools.ietf.org/html/rfc4978 ..is being implemented in Thunderbird 3. This is great news! Oh, also looks like CONDSTORE made it to TB3 Wohoo for open standards! (Thanks Timo) Ed W

[Dovecot] Capability COMPRESS implemented?

2009-06-23 Thread Ed W
Hi, I just read that http://tools.ietf.org/html/rfc4978 ..is being implemented in Thunderbird 3. This is great news! It's been a long time since we last discussed this and I don't think it's currently implemented in Dovecot, but since Cyrus just added it, any chance of getting support in Dove

[Dovecot] Asked about Dovecot Logging

2009-06-23 Thread Jose Luis Marin Perez
Dear Sirs, I was able to migrate successfully from Courier-Imap to Dovecot, Timo I appreciate your help. I have notices that the file /var/log/dovecot.log shows the following: dovecot: Jun 23 15:04:05 Info: imap-login: Login: user=, method=PLAIN, rip=172.16.10.15, lip=172.16.10.19

Re: [Dovecot] tcp_wrappers

2009-06-23 Thread Kenneth Porter
On Tuesday, June 23, 2009 8:09 PM +0200 Edgar Fuß wrote: http://dovecot.org/patches/1.1/tcp-wrappers.patch should work. I'll attach an updated version for 1.2. Remember to run auto{conf,header,make} after applying. Typo here (missing "p"): + i_fatal("Tried to use TCP wrapers

Re: [Dovecot] tcp_wrappers

2009-06-23 Thread Edgar Fuß
http://dovecot.org/patches/1.1/tcp-wrappers.patch should work. I'll attach an updated version for 1.2. Remember to run auto {conf,header,make} after applying. tcp-wrappers.patch Description: Binary data

Re: [Dovecot] Managesieve fails to retrieve scripts > 8kB on Dovecot 1.1.16

2009-06-23 Thread Stephan Bosch
John Marshall wrote: --< snip: 169 lines removed >-- # This is a sieve script file fuNO "Unknown error" There's our problem. There's only one location in the sources where this most informative error can occur :) . Apparently, Timo has fixed an old bug in the Dovecot stream implementatio

Re: [Dovecot] A X-Mailbox header?

2009-06-23 Thread Timo Sirainen
On Jun 23, 2009, at 10:25 AM, Alessandro Ranellucci wrote: Nice! The zlib plugin seems a good start. I guess I'll have to override just storage->v.mailbox_open and then mail->v.get_stream. Within get_stream() it seems that the mailbox name to put in my X-Mailbox: header is available as _mai

[Dovecot] [PATCH] allow disabling libcap support although it's installed

2009-06-23 Thread Daniel Mierswa
see subject :) patch is in hg export format -- Mierswa, Daniel If you still don't like it, that's ok: that's why I'm boss. I simply know better than you do. --- Linus Torvalds, comp.os.linux.advocacy, 1996/07/22 # HG changeset patch # User Daniel Mierswa # Date 1245757676 -7200 #

Re: [Dovecot] POP3 flag updates

2009-06-23 Thread pod
Timo Sirainen writes: > Why does Dovecot add \Seen flag for mails that have been RETRed? Does > anyone really want to use this feature? I can't remember why I > implemented it originally, perhaps it was just "because other servers do > that too". I'm thinking about at least changing pop3_no_fla

Re: [Dovecot] Dovecot failing to start

2009-06-23 Thread dovecot
At 11:26 AM 6/22/2009, Pascal Volk wrote: On 06/22/2009 02:49 PM dove...@corwyn.net wrote: > So I rebooted my mail server, and now dovecot fails to start with: > Stopping Dovecot Imap: [FAILED] > Starting Dovecot Imap: Fatal: listen(::, 143) failed: Address al

[Dovecot] strange quota behaviour with dovecot 1.1.7

2009-06-23 Thread listacc
Hello! I´m running dovecot 1.1.7 (which is the most recent binary of openSuSE 11.1 repository) with Postfix, MySQL and Postfixadmin. Now I´m trying for some days to get quota working, but I get some strange behaviour and I was not yet able to figure out where the error in my configuration is.

Re: [Dovecot] A X-Mailbox header?

2009-06-23 Thread Alessandro Ranellucci
On 22-06-2009 at 20:06, Timo Sirainen wrote: >So the somewhat easy to implement possibilities require the X-Mailbox: >header to exists always for non-virtual mailboxes too. You can either >implement code that actually saves it to the maildir files, or you can >write a plugin that overrides

[Dovecot] dovecot-antispam problem with sa-learn

2009-06-23 Thread maxlosb...@tiscali.it
Hi all, I just set up a dovecot+postfix+roundcubemail+spamassassin system with virtual users. These applications work fine, I have a problem with the dovecot-antispam plugin. Dovecot is compiled from tarball, version 1.1.16, the plugin is version 1.2. The problem is that when I move messages

Re: [Dovecot] deliver does not update maildirsize

2009-06-23 Thread Charles Marcus
On 6/23/2009, ftrib...@falcon-one.com (ftrib...@falcon-one.com) wrote: > I have installed postfix 2.5.1 + dovecot 1.0.13 + MySQL and it all works > perfectly. I use deliver as the local delivery agent and use IMAP only > with maildir mailboxes. I am using virtual mailboxes. > > Now I wanted to int

[Dovecot] deliver does not update maildirsize

2009-06-23 Thread ftriboix
Hello, I have installed postfix 2.5.1 + dovecot 1.0.13 + MySQL and it all works perfectly. I use deliver as the local delivery agent and use IMAP only with maildir mailboxes. I am using virtual mailboxes. Now I wanted to introduce quotas, but I can't manage to make them work. Quota information is