[Dovecot] Regarding Digest-MD5 auth

2011-06-09 Thread kenja heramba
Hi, I am writing a Pop3Client. I use dovecot server as POP3 server in linux and hMailServer in windows. I was just testing digest-md5 auth with dovecot server. I had an observation. After server side verification, server sends a verification code to client. If this fails, how can client send

[Dovecot] sqlite quota dict

2011-06-09 Thread Nikita Koshikov
Hello Timo, and list followers, Sqlite supports good feature like mysql 'ON DUPLICATE KEY UPDATE' - it calls REPLACE/INSERT OR REPLACE This clause can be added to INSERT query, like: INSERT OR REPLACE INTO table VALUES() REPLACE INTO table VALUES() // alias to previous one Also this can be

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Ed W
On 08/06/2011 23:13, Timo Sirainen wrote: (And while I'm complaining .. I hate just as much the bottom posts with everything quoted than top posts. At least with top posts I see what people are saying, but with bottom posts I have to scroll pagefuls of old text to see it. Try to put

Re: [Dovecot] Extra plugins vía extrafield in ldap

2011-06-09 Thread Antonio Perez-Aranda
This line: value = settings_parse_get_value(set_parser, key, type); Is returning a empty value. Maybe, set_parser has been cleared? If I try to get another keys from my config that I can watch with doveadm I get extrange values like this with i_debug() * mail_debug - #001 * mail_location -

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Charles Marcus
On 2011-06-09 6:14 AM, Ed W wrote: However! I found a useful plugin for Thunderbird (which I see you don't use, but still). It's called Quote Collapse and basically it does what you might imagine, the indented bits of messages get collapsed to just their first line (for context) and you get a

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Allan Cassaro
On Wed, Jun 8, 2011 at 5:04 PM, Xin LI delp...@delphij.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, A feature of Cyrus-IMAPd I really missed after migrated to Dovecot is their optional duplicate suppression, which eliminates duplicate message at deliver time, if their

[Dovecot] Webmail project : to cache or not to cache emails

2011-06-09 Thread Vincent Richomme
Hi, I plan to develop a new web service where one of its module is a webmail and I am thinking about some implementation details. From a interface point of view I wanted to adopt the same logic a outlook(desktop) or yahoo webmail and not split emails into pages. I mean I just want a single

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Jerry
On Thu, 09 Jun 2011 08:31:26 -0400 Charles Marcus cmar...@media-brokers.com articulated: On 2011-06-09 6:14 AM, Ed W wrote: However! I found a useful plugin for Thunderbird (which I see you don't use, but still). It's called Quote Collapse and basically it does what you might imagine, the

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Giles Coochey
On Thu, June 9, 2011 12:14, Ed W wrote: However! I found a useful plugin for Thunderbird (which I see you don't use, but still). It's called Quote Collapse and basically it does what you might imagine, the indented bits of messages get collapsed to just their first line (for context) and you

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Charles Marcus
On 2011-06-09 9:14 AM, Giles Coochey wrote: I found this plugin (v0.8), but it is not compatible with Thunderbird v3.1.10 apparently. Just edit the rdf file and bump the version and it works fine... -- Best regards, Charles

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Giles Coochey
On Thu, June 9, 2011 15:17, Charles Marcus wrote: On 2011-06-09 9:14 AM, Giles Coochey wrote: I found this plugin (v0.8), but it is not compatible with Thunderbird v3.1.10 apparently. Just edit the rdf file and bump the version and it works fine... Humm, I'm not well versed on plug-ins. I

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Charles Marcus
On 2011-06-09 9:23 AM, Giles Coochey wrote: On Thu, June 9, 2011 15:17, Charles Marcus wrote: On 2011-06-09 9:14 AM, Giles Coochey wrote: I found this plugin (v0.8), but it is not compatible with Thunderbird v3.1.10 apparently. Just edit the rdf file and bump the version and it works fine...

[Dovecot] dovecot auth server problem PAM handshake imap-login

2011-06-09 Thread emc
Hi, i have a big problem with dovecot... PAM auth problem i guess, but don't know how to sort it out... Down the log and the dovecot.conf. Please soemone can tell me what's broken there? Thanks a lot * HERE log * Jun 9 14:49:46 vps dovecot:

Re: [Dovecot] dovecot auth server problem PAM handshake imap-login

2011-06-09 Thread Charles Marcus
On 2011-06-09 8:55 AM, emc wrote: * HERE my doveconf -a * No - doveconf -n is what is needed, not -a... # 1.0.15: /etc/dovecot/dovecot.conf Very old - an upgrade is in order... -- Best regards, Charles

[Dovecot] Question about Dovecot-ACLs

2011-06-09 Thread Jan Phillip Greimann
Hi there, i try to create an php-script to control acl's for public folders without file-manipulation. For this i use imap_setacl() like this example: imap_setacl($mbox,INBOX/test, em...@domain.tld, lrwstipekxa); The acl-file looks so: ~: cat dovecot-acl user=em...@domain.tld

Re: [Dovecot] dovecot auth server problem PAM handshake imap-login

2011-06-09 Thread emc
Charles Marcus CMarcus at Media-Brokers.com writes: On 2011-06-09 8:55 AM, emc wrote: * HERE my doveconf -a * No - doveconf -n is what is needed, not -a... # 1.0.15: /etc/dovecot/dovecot.conf Very old - an upgrade is in order...

Re: [Dovecot] IMAP Label Updates not showing up across shared account

2011-06-09 Thread Darac Marjal
On Wed, Jun 08, 2011 at 06:22:52PM +0200, Markus Schönhaber wrote: 08.06.2011 14:59, Timo Sirainen: Well, this was an interesting message. multipart/alternative where first part was text and second part a GIF image. To me, it seems the second part is not a GIF but rather a

Re: [Dovecot] Extra plugins vía extrafield in ldap

2011-06-09 Thread Antonio Perez-Aranda
Well, this extrange vaues is NULL. Maybe, the set_parser is a new environment to set settings but then ¿when is make the config merge? 2011/6/9 Antonio Perez-Aranda aperezara...@yaco.es: This line: value = settings_parse_get_value(set_parser, key, type); Is returning a empty value. Maybe,

Re: [Dovecot] Extra plugins vía extrafield in ldap

2011-06-09 Thread Antonio Perez-Aranda
This patch is running but it only run with mail_plugins. This is because I can't select the mail_plugins value from any function to get this throw the name key. Maybe this need more hard development to do this as generic property for any config value. 2011/6/9 Antonio Perez-Aranda

Re: [Dovecot] Extra plugins vía extrafield in ldap

2011-06-09 Thread Antonio Perez-Aranda
This patch fix a bug and remove some debug info from patch sent before. 2011/6/9 Antonio Perez-Aranda aperezara...@yaco.es: This patch is running but it only run with mail_plugins. This is because I can't select the mail_plugins value from any function to get this throw the name key. Maybe

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Ed W
On 09/06/2011 14:14, Giles Coochey wrote: On Thu, June 9, 2011 12:14, Ed W wrote: However! I found a useful plugin for Thunderbird (which I see you don't use, but still). It's called Quote Collapse and basically it does what you might imagine, the indented bits of messages get collapsed to

Re: [Dovecot] dovecot auth server problem PAM handshake imap-login

2011-06-09 Thread emc
Thanks Charles... Someone else can help me? I cannot receive any mail with my client thunderbird. Postfix send mail ok... and the mail they are received by server (i can read it inside webmin), but even squirrelmail give me a imap login error. Im running a Debian Linux 5 Thanks for some reply and

Re: [Dovecot] Error: file_dotlock_create failed: Permission denied

2011-06-09 Thread M. Fioretti
On Fri, Jun 03, 2011 16:51:06 PM +0300, Timo Sirainen wrote: On Wed, 2011-05-25 at 13:49 +0200, M. Fioretti wrote: /home/z/email/marco isn't owned by marco? Alternatively you have SELinux enabled, which is preventing this. Yes, it was indeed selinux. I realized it (with help from the

[Dovecot] Converting CLIENT_MAIL_DATA_MAX_INMEMORY_SIZE to a configurable?

2011-06-09 Thread Attila Nagy
Hi, Currently Dovecot's LMTPd writes incoming emails to mail_temp_dir if it's bigger than 128k. But I would like to spare those unnecessary operations (creating a file, deleting it, writing into it, reading from it, checking whether there is free space and if not, rejecting (temporarily)

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Willie Gillespie
This has been quite an informative topic, although it veered from the initial question quite early on. I know Dovecot does not do deduplication on its own, but perhaps someone can point me to a good Maildir deduplication program. In my case it has nothing to do with mailing lists. We have a

[Dovecot] Dovecot sieve redirect: failed to redirect message to u...@domain.com

2011-06-09 Thread Thiago Henrique
Hello, I'm running Dovecot 2.0.13 on my Ubuntu10.04. It's working very well but I faced a problem with Redirect and Vacation using Sieve. :-( In fact, after well configuring the system I dont't receive the redirect message, and in the log I found:

[Dovecot] [SOLVED] Re: possible bug leading to lmtp crashes

2011-06-09 Thread Trever L. Adams
On 06/07/2011 06:18 AM, Timo Sirainen wrote: O I don't see why that would matter, but I think this will help: http://hg.dovecot.org/dovecot-2.0/rev/c0734f08b3f3 Thank you, Timo. This did indeed fix the crash completely. As a side note, World IPv6 day was a success with Dovecot here under heavy

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Ed W
On 09/06/2011 13:36, Allan Cassaro wrote: would you try the OpenDedup File System? (http://www.opendedup.org) If your problem is (only) the message size, this will works like a charm to you. BTW, this is a great project to use with any maildir compatible server... it reduces a LOT of disk

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/09/11 05:36, Allan Cassaro wrote: [...] would you try the OpenDedup File System? (http://www.opendedup.org) If your problem is (only) the message size, this will works like a charm to you. Well, for me it's not a matter of size (I use

Re: [Dovecot] On-delivery deduplication?

2011-06-09 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/09/11 05:36, Allan Cassaro wrote: [...] Well, for me it's not a matter of size (I use FreeBSD ZFS which can do dedup by the way), but simply same message showing up on same inbox for twice, for IMAP, this can be quite annoying. Also I don't