- 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
- 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:
- 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
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 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
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
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
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
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
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
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
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
(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
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
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
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
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
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
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
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
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
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 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
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
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
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
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
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 \
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
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
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
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
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
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
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
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
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
, 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
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
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
53 matches
Mail list logo