Re: [Dovecot] dovecot 1.2.11/ thunderbird 3.1 - moving folders

2010-07-02 Thread Andre Hübner
- Original Message - From: "Timo Sirainen" To: "Andre Hübner" Cc: Sent: Friday, July 02, 2010 5:07 PM Subject: Re: [Dovecot] dovecot 1.2.11/ thunderbird 3.1 - moving folders On Thu, 2010-07-01 at 17:37 +0200, Andre Hübner wrote: i create folder1 for subfold

Re: [Dovecot] dovecot 1.2.11/ thunderbird 3.1 - moving folders

2010-07-02 Thread Andre Hübner
- Original Message - From: "Timo Sirainen" To: "Brad Davidson" Cc: ; "Andre Hübner" Sent: Thursday, July 01, 2010 10:06 PM Subject: Re: [Dovecot] dovecot 1.2.11/ thunderbird 3.1 - moving folders On Thu, 2010-07-01 at 12:53 -0700, Brad Davidson wrote:

Re: [Dovecot] dovecot 1.2.11/ thunderbird 3.1 - moving folders

2010-07-01 Thread Andre Hübner
- Original Message - From: "Timo Sirainen" To: "Andre Hübner" Cc: Sent: Thursday, July 01, 2010 6:42 PM Subject: Re: [Dovecot] dovecot 1.2.11/ thunderbird 3.1 - moving folders On Thu, 2010-07-01 at 17:37 +0200, Andre Hübner wrote: i create folder1 for subfold

[Dovecot] dovecot 1.2.11/ thunderbird 3.1 - moving folders

2010-07-01 Thread Andre Hübner
Hello List, customers telled me problem when moving folders in thunderbird which i can confirm. Following setup on my side: dovecot 1.2.11 with mbox. Thunderbird 3.1 with ready mailaccount and "Server supports folders that contain sub-folders and messages" is disabled. i create folder1 for subf

[Dovecot] !include

2010-05-06 Thread Andre Hübner
dovecot 1.2.11 Hello, i do some tests with: !include /etc/dovecot/conf.d/*.conf dovecot fails to start if /etc/dovecot/conf.d/ is empty. Is this a expected behaviour? !include_try works without error but seems to me to be more usual when explicit, complete filename is given. is a little bit s

Re: [Dovecot] 1.0.15 --> 1.2.11 --> got too little data

2010-04-30 Thread Andre Hübner
When it notices it, it deletes the dovecot.index.cache file and disconnects the client (because it can't do anything else). So it's basically done then. When a new client connection comes, it just doesn't have a cache (which is fine). ok Thanks for your quick support, Andre

Re: [Dovecot] 1.0.15 --> 1.2.11 --> got too little data

2010-04-30 Thread Andre Hübner
Oh, looks like I had one such check, but was missing another. Fixed: http://hg.dovecot.org/dovecot-1.2/rev/34c8cdc26dd9 seems to work, but it needs a second connect by client to complete the repair? Thanks, Andre

Re: [Dovecot] 1.0.15 --> 1.2.11 --> got too little data

2010-04-30 Thread Andre Hübner
Oh, looks like I had one such check, but was missing another. Fixed: http://hg.dovecot.org/dovecot-1.2/rev/34c8cdc26dd9 Thanks. iam already patching... next time problem occurs i will test new package. Thanks, Andre

[Dovecot] 1.0.15 --> 1.2.11 --> got too little data

2010-04-30 Thread Andre Hübner
Hello, did updates from 1.0.15 to 1.2.11 and is in most cases succesful. Sometimes dovecot leaves errormessage in Log: IMAP(username): FETCH [HEADER] for mailbox INBOX UID 5106 got too little data (copying): 516 vs 528 Until now only Inbox was effected and no other folders. I delete cachesfil

Re: [Dovecot] dovecot2 beta and gcc3(?) - compile problem

2010-04-21 Thread Andre Hübner
Hello, Your OpenSSL library is too old. ahh, i can fix this. I already use additional OpensslInstallation for other software in subfolder. but seems that configure dont has a option to change path for ssl-libs like apache or php do. there is only a option to change the path for certificate

[Dovecot] dovecot2 beta and gcc3(?) - compile problem

2010-04-20 Thread Andre Hübner
Hello, try to compile current dovecot2 beta on older machine with gcc 3.3 Compiling results in error: libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -o .libs/imap-login client.o client

Re: [Dovecot] quota dict with mysql 4.0

2010-03-26 Thread Andre Hübner
Hello, i use successfully mysql-quotasystem with dovecot 1.2.11 on different servers except for mysql 4.0 servers dovecot internally uses sql: "ON DUPLICATE KEY UPDATE" which was introduced in mysql 4.1 The original code supported dict-sql only if ON DUPLICATE KEY UPDATE was supported by t

Re: [Dovecot] quota dict with mysql 4.0

2010-03-25 Thread Andre Hübner
(sorry, i only read the digest version of list and always create i new thread by "fake-Re") Hello, Perhaps you can implement some updating procedure that would only involve a percentage of your users at one time. no way, i want to fix this! but i need help because i have no idea of c-progr

Re: [Dovecot] quota dict with mysql 4.0

2010-03-25 Thread Andre Hübner
Hello, I am somewhat surprised that the older software is not compatible with the newer version of MySQL. Usually, it is the other way around. Have you checked to see if newer versions of the incompatible software exist? I would be willing to wager that they have been updated to accommodate the

[Dovecot] quota dict with mysql 4.0

2010-03-25 Thread Andre Hübner
Hello, i use successfully mysql-quotasystem with dovecot 1.2.11 on different servers except for mysql 4.0 servers dovecot internally uses sql: "ON DUPLICATE KEY UPDATE" which was introduced in mysql 4.1 Is there a chance to make this statement mysql 4.0 compatible or should i update mysql? i w

Re: [Dovecot] force to recalculate quotadict

2010-03-08 Thread Andre Hübner
Hello, 1. remove the quota in the DB, 2. make same changes. hmm, i see. but unfortunately this is not a way i can do. it would be acceptable in private scope but not for bussinesscustomers. to make a change i would manipulate customers maildata which is not allowed this way. a simple comman

[Dovecot] force to recalculate quotadict

2010-03-08 Thread Andre Hübner
Hello, i use working quotasystem with sql-quotadict. The values stored in db are used to realize also a quotasystem in postfix to reject mails if they are bigger then remaining quota. if dataset in quotadict is missing for some reasons, postfix can't calculate quota and mail gets delivered even

Re: [Dovecot] quota problem

2010-02-19 Thread Andre Hübner
Hello, Call deliver with -d $USER parameter. puhh, thanks, i got it now. lda works + all procmail rules. one thing is left, but i think this is not possible. our users have full access to procmailparts. if they use procmailrules to attach mails on folders it its possible to bypass the quoata

Re: [Dovecot] quota problem

2010-02-19 Thread Andre Hübner
Hello, thanks for help. On Wed, 2010-02-17 at 15:26 +0100, Andre Hübner wrote: my user_query: user_query = SELECT home, uid, gid, concat('*:storage=', quota_bytes,'M') AS quota_rule FROM mail_users WHERE login = '%u' Do you really want quota_bytes number of

Re: [Dovecot] quota problem

2010-02-17 Thread Andre Hübner
Hello, this is unfortunately not compatible with dovecot 1.0, is not working i switched now to dovecot 1.2.10, which is current stable release. unfortunately my userquoata is not working, just global quota ist active and is not overwritten by userquota from userdb I cannot go on with my setu

Re: [Dovecot] quota problem

2010-02-16 Thread Andre Hübner
Hello, thanks for your help :) so seems your quota is working What are you using as your Local Delivery Agent (LDA) ?? Is it dovecot LDA ? Is it some MTA LDA, like Postfix ? Maybe quota is not working on your LDA ... not on IMAP4/POP3. i switched from procmail to deliver in m

Re: [Dovecot] quota problem

2010-02-16 Thread Andre Hübner
Hello, try to change that 'dirsize' to '*' and see what happens ... this is unfortunately not compatible with dovecot 1.0, is not working But i noticed that user-quota is working when copying/moving mails within imap-account. But is it not working at incoming mails. any idea? Thanks, And

[Dovecot] quota problem

2010-02-16 Thread Andre Hübner
dovecot 1.0.15 Hello, i try to set quota settings for my users. currentyl i use a mysql table for auth process and now i want to add quotasettings for each individual user. at the moment i have the problem that only global quota is effective and no userquota which is stored in usertable. Thi

Re: [Dovecot] virtual users with mysql

2010-01-28 Thread Andre Hübner
We use mysql auth and support username or usern...@domain.com for logins. Perhaps you just need to edit the auth_username_chars variable in the dovecot config to allow @ symbol in usernames? sorry, is already solved. was just a question of the correct sql-query. to easy to see it ;) i think i

[Dovecot] virtual users with mysql

2010-01-28 Thread Andre Hübner
Hello List, we use in our system cryptical Usernames for dovecot etc. and authenticate users against shadow/passwd User abcde is loging in and gets data from /var/spool/mail/abcde and /home/popuser/abcde Now we want to make it possible that users can log in also with emailadresses. I tried do

Re: [Dovecot] expire tool - individual user/folder?

2009-06-03 Thread Andre Hübner
Hello, The patch shouldn't really have changed anything. in 1.1.16 it works without the patch. And I didn't fix anything in 1.1.16 either. Maybe it was some weird compiling issue or something.. i do not have an explanation, but effect is the same. i repackaged 1.1.15 with and without patc

Re: [Dovecot] expire tool - individual user/folder?

2009-06-02 Thread Andre Hübner
This is what I meant actually, the name just changed in v1.2. What do you get with the attached patch? patch fixes the problem in both cases. it does not care if --enable-debug is enabled or disabled. in 1.1.16 it works without the patch. Thanks, Andre

Re: [Dovecot] expire tool - individual user/folder?

2009-05-26 Thread Andre Hübner
Does the problem go away if you don't configure Dovecot with --enable-devel-checks? no, its not included in my configure-line. This is it: ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/share/man \ --with-ssl=openssl \ --with-storages=mbox,maildir,raw \

Re: [Dovecot] expire tool - individual user/folder?

2009-05-26 Thread Andre Hübner
That really shouldn't be happening. What dovecot version is this with? Can you run it with valgrind? its version 1.1.15 valgrind --trace-children=yes dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool --test ==31981== Memcheck, a memory error detector. ==31981== Copyright (C) 2002-2005

Re: [Dovecot] expire tool - individual user/folder?

2009-05-25 Thread Andre Hübner
Hello, ulimit -c unlimited dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool --test gdb /usr/libexec/dovecot/expire-tool core bt full here is the output. i am not in a hurry, for me it was just testing. But you are surely interested... gdb /usr/libexec/dovecot/expire-tool core GNU gd

Re: [Dovecot] expire tool - individual user/folder?

2009-05-25 Thread Andre Hübner
Hello, The plugin yes, but expire-tool not really. It would be possible to have userdb lookups return an overridden expire setting and use it instead of the global one, but that would require writing more code.. i have made 2 testsetups with expire-plugin (mysql,dbd) it seems to work, in tabl

[Dovecot] expire tool - individual user/folder?

2009-04-22 Thread Andre Hübner
Hello, is the expire plugin usable to delete mails with different settings for each individual user? If i view sample config at http://wiki.dovecot.org/Plugins/Expire it looks like expire-data are related to foldernames. Is it possible to let each user "activate" the expire-plugin for different

Re: [Dovecot] [Dovecot-news] I've moved to US

2009-02-06 Thread Andre Hübner
A bit stupid looking picture hihi, yes... ;) - Original Message - From: "Timo Sirainen" To: Cc: Sent: Friday, February 06, 2009 11:58 PM Subject: [Dovecot-news] I've moved to US ___ Dovecot-news mailing list dovecot-n...@dovecot.org h

[Dovecot] Panic 1.1.x

2008-12-09 Thread Andre Hübner
Hi, its me again. I still cant use any 1.1 edition because of recurrent panics... At the moment i try 1.1.7, i have again panics and problems with Next message unexpectedly lost dovecot -n # 1.1.7: /etc/dovecot.conf # OS: Linux 2.6.24.4 i686 SUSE LINUX 10.1 (i586) protocols: imap imaps pop3 pop3

[Dovecot] Panic 1.1.x

2008-12-02 Thread Andre Hübner
Hi, its me again. I still cant use any 1.1 edition because of recurrent panics... At the moment i try 1.1.7, i have again panics and problems with Next message unexpectedly lost dovecot -n # 1.1.7: /etc/dovecot.conf # OS: Linux 2.6.24.4 i686 SUSE LINUX 10.1 (i586) protocols: imap imaps pop3 pop3

Re: [Dovecot] limit logins by time

2008-11-07 Thread Andre Hübner
They're successful logins? yes, is normal user with correct access but he is going over the top with its logins... Perhaps just make it do a "sleep 30" or something if the previous login was too close. good, idea, should be enough for the moment Thanks, Andre

Re: [Dovecot] limit logins by time

2008-11-07 Thread Andre Hübner
You mean something like "one login per 5 minutes"? Why do you want it? yes, this is exactly what i want. have a user who seems to go crazy, lots of logins with differnet usernames within seconds. i could limit him by iptables, but this has only effect for short time... There's no existing w

[Dovecot] limit logins by time

2008-11-07 Thread Andre Hübner
Hello, i want to limit the count of pop3 logins for users by time. Whats the correct way to do this? I searched the webpage and conf parameters but did not find a fitting solution. Please give me litte hint. Thanks, Andre

Re: [Dovecot] Panic 1.1.4

2008-10-23 Thread Andre Hübner
Hi, So it happens regularly? Can you reproduce it? I can't really see how it's crashing. Could you apply the attached patch, and also compile the lib/*.c and lib-mail/istream-header-filter.c without -O2 so the backtrace will be more usable? (I usually do it by removing -O2 from the subdirs' Mak

[Dovecot] Panic 1.1.4

2008-10-08 Thread Andre Hübner
Hi List, try 1.1.4 and have new Panics in Log. Hoped that 1.1.3 finishes this errors... Oct 8 21:56:28 dd10636 dovecot: IMAP(username): Loading modules from directory: /usr/lib/dovecot/imap Oct 8 21:56:28 dd10636 dovecot: IMAP(username): Module loaded: /usr/lib/dovecot/imap/lib20_mail_log_

Re: [Dovecot] disbale to responded to an unrequested SSL Certificate

2008-09-30 Thread Andre Hübner
Hi List, Hi dovecot-list, just a easy question today ;) Customer did on Server a PCI-Test to test security to fit worldpay requirements. They found a critical risk at pop3s. (and some other things) This is the Textmesage: Family: Remote Shell Access Critical 993/tcp 11875 Des

[Dovecot] disbale to responded to an unrequested SSL Certificate

2008-09-29 Thread Andre Hübner
Hi dovecot-list, just a easy question today ;) Customer did on Server a PCI-Test to test security to fit worldpay requirements. They found a critical risk at pop3s. (and some other things) This is the Textmesage: Family: Remote Shell Access Critical 993/tcp 11875 Description: The r

Re: [Dovecot] 1.1.x problems

2008-08-13 Thread Andre Hübner
Hi, On 8/13/2008 3:22 PM, Andre Hübner wrote: since upgrading to 1.1.x i still have this bugs "Next message unexpectedly lost " I read this Maillist some months ago and i believe that im not the only one... The Panics and crashes in 1.1.1 are gone by upgrading to 1.1.2 but these &qu

[Dovecot] 1.1.x problems

2008-08-13 Thread Andre Hübner
Hi, since upgrading to 1.1.x i still have this bugs "Next message unexpectedly lost " I read this Maillist some months ago and i believe that im not the only one... The Panics and crashes in 1.1.1 are gone by upgrading to 1.1.2 but these "Next message unexpectedly lost " bugs are really annoy

Re: [Dovecot] litte problems upgrade from 1.0.x to 1.1.1

2008-07-21 Thread Andre Hübner
Servus, Jul 16 08:45:55 servername dovecot: Panic: IMAP(user): file message-parser.c: line 770 (message_parser_parse_next_block): assertion failed: (ctx->input->eof || ctx->input->closed || ctx->input->stream_errno != 0 || ctx->broken) Line 770. #6 0x080bbfa0 in message_parser_parse_heade

Re: [Dovecot] litte problems upgrade from 1.0.x to 1.1.1

2008-07-21 Thread Andre Hübner
Hi, Can you get a gdb backtrace from this crash? See http://dovecot.org/bugreport.html additional to my last mail now a cordump was created this is dovecot -n # 1.1.1: /etc/dovecot.conf protocols: imap imaps pop3 pop3s ssl_ca_file: /path/path/*.myservername.com.bundle.crt ssl_cert_file: /pa

Re: [Dovecot] litte problems upgrade from 1.0.x to 1.1.1

2008-07-15 Thread Andre Hübner
Hi, thanks for your mail :) Right. Dovecot creates such a "DO NOT DELETE" mail just as UW-IMAP/ Pine does. It's created when all messages from the mbox get deleted, so that UIDVALIDITY and NEXT-UID fields can be stored (without relying on them staying in index files). But these messages should

Re: [Dovecot] litte problems upgrade from 1.0.x to 1.1.1

2008-07-07 Thread Andre Hübner
Hi, Dovecot does not use mail messages to store folder meta-data as far as I know so I highly doubt this message was created by Dovecot (does Dovecot even send out messages except when going over quota?). Also notice the date of 2006-09-18, which is almost two years in the past. The message

Re: [Dovecot] litte problems upgrade from 1.0.x to 1.1.1

2008-07-04 Thread Andre Hübner
Hi, It's not UW-IMAP (the server). It's PINE or Alpine (the client). Those are usually found in on-disk mbox files that have been created by PINE/Alpine. The message is ignored by PINE/Alpine (obviously), but when you switch to a different mailer, it doesn't know to ignore it (and shouldn't be ex

[Dovecot] litte problems upgrade from 1.0.x to 1.1.1

2008-07-01 Thread Andre Hübner
Hi List, last time i did a lot of packaging and installing different versions of dovecot 1.0.x (rc not included ;) )and all was fine. Now a have a little problem. In this case it was an update from 1.0.13 to 1.1.1 Sometime it happens that 1 user out of x (more than 100) got this standardmessag

Re: [Dovecot] Imap - Loging

2008-01-11 Thread Andre Hübner
, yes, thats all at this time ;) Andre - Original Message - From: "Timo Sirainen" <[EMAIL PROTECTED]> To: "Andre Hübner" <[EMAIL PROTECTED]> Cc: Sent: Friday, January 11, 2008 1:01 PM Subject: Re: [Dovecot] Imap - Loging

[Dovecot] Imap - Loging

2008-01-11 Thread Andre Hübner
Hello List, i'm looking for a way to increase log-level for imap-processes. Pop3 Server writes all necessary infos about mails-transfered/deleted etc. Imap-Log writes just times and ip's of Userlogins. Is there a way to increase the imap-output? The Conf-Parameters i found did not really fit m

[Dovecot] IMAP --> Creating Folders --> trailing slash

2007-11-28 Thread Andre Hübner
Hello List, i use Dovecot 1.0.7 for pop and imap on Suse Linux 10.1. I need a little help in understanding something. If i want to create a folder with outlook express or thunderbird which can also create subfolders, then i have to create these folders with a trailing slash. folders created