Displaying 20 results from an estimated 130 matches similar to: "Segfault on selecting mailbox twice in a row"
2018 May 02
2
v2.2.36 release candidate released
There seems to be a problem with new user directories and the imapc backend. On a test setup I get the following error in the log:
May 02 10:09:58 imap(user1 at domain.com): Error: Couldn't create mailbox list lock /tmp/tmp0Y5TMn/dovecot1/users/user1 at domain.com/imapc/mailboxes.lock: file_create_locked(/tmp/tmp0Y5TMn/dovecot1/users/user1 at domain.com/imapc/mailboxes.lock) failed:
2013 Dec 27
0
obox_fs and Dropbox, someone uses it?
I purchased the license for the Dovecot Object Storage for Dropbox to
test this functionality on a personal domain.
Unfortunately I can not make it work, I create the token for my Dropbox
account from here https://dropbox.dovecot.fi/ and setup in dovecot
configuration.
When I try to login with an user I found these errors in log file:
============
Dec 27 10:52:16 mail dovecot: imap-login:
2007 Jun 21
2
Server 1.0.1 migration: Maildir : UID inserted in the middle of mailbox
Hello all,
Since a migration from dovecot 1.rc16 to Dovecot 1.0.1 + new server,
every day I have a lot of errors like this :
Jun 21 17:42:34 dovecot1 deliver(damien.chambe at egs-gestion.fr):
msgid=<467A9B3E.5070605 at egs-gestion.fr>: saved mail to INBOX
Jun 21 17:42:34 dovecot1 postfix/pipe[10242]: 92DD11FA8B:
to=<damien.chambe at egs-gestion.fr>, relay=dovecot, delay=0,
2015 Feb 11
2
dovecot 2.2.15 script_after not executed
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello guys,
I'm having troubles making "script_after" to exec sieve scripts::
So:
plugin {
quota = maildir
quota_rule2 = INBOX.Trash:ignore
quota_rule3 = INBOX.Sent:ignore
sieve = ~/Maildir/sieve/dovecot1.sieve
sieve_before = /etc/dovecot/sieve/global.sieve
sieve_after =
2018 May 03
0
v2.2.36 release candidate released
Thanks, that fixes it for me.
?
John
?
From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Timo Sirainen
Sent: Thursday, 3 May, 2018 13:52
To: John van der Kamp <jkamp at amazon.nl>
Cc: Dovecot Mailing List <dovecot at dovecot.org>
Subject: Re: v2.2.36 release candidate released
?
On 2 May 2018, at 12.52, John van der Kamp <jkamp at amazon.nl <mailto:jkamp at
2020 Apr 08
2
alternatives for imapproxy
Hi
System debian 8.11 and dovecot-2.2.36.4 My webmail is roundcube with
imapproxy.
I have one problem.
My dovecot servers is are in a cluster with keepalived like:
dovecot1----VIP-IP--------dovecot2
All works fine
I have a problem with imapproxy when a server dovecot1 had a problem
(kernel panic sic!)
Keepalived works perfecty and moved VIP to dovecot2 - all works fine for
normal users
but
2015 Jun 16
1
Imap process crashes when search in virtual mailbox
Hi,
When searching in a virtual mailbox imap process crashes if the virtual
mailbox has a lot of physical mailboxes behind (more than 80 - 100
mailboxes).
Dovecot 2.2.18 build from sources ./configure --prefix=/opt/dovecot2
--with-mysql --with-sqlite --with-solr --with-ssl --disable-rpath
--disable-static.
Debian Wheezy 3.2.63-2 x86_64.
Filesystem is ZFS.
docecot -n :
# 2.2.18:
2012 Feb 12
3
2.1.rc5 Cannot delete folders from trash
Hi,
If I delete a folder "foo" in Thunderbird, it is moved to trash.
[root at dovecot1][tmp:exec](~) # ll /mailspool1/xxxx.de/test1/mdbox/mailboxes/Trash/
insgesamt 16K
drwx------ 4 vmail vmail 4,0K 31. Jan 22:16 .
drwx------ 8 vmail vmail 4,0K 31. Jan 22:16 ..
drwx------ 2 vmail vmail 4,0K 12. Feb 11:51 dbox-Mails
drwx------ 3 vmail vmail 4,0K 31. Jan 22:16 foo
[root at
2008 Jul 12
3
Root folder path problem
I use dovecot1.x. for imap on qmail.
I also use OExpress to receive my mails.
My sent mails is stored in main "sent items" of Outlook Express. Therefore I
set "INBOX" in "Root folder path" option.
But when I send an email to anywhere the mail sends without problem but I am
getting an error as following;
Some of the messages in your Outbox Folder could not be copied
2015 Jul 29
2
charset-iconv.c panic
Hi,
I have a mailbox where indexing fails with the following error:
# /opt/dovecot2/bin/doveadm -c /tmp/dovecot.conf -o
mail_location=/tmp/skesselring index '*'
doveadm(root): Panic: file charset-iconv.c: line 132 (charset_to_utf8):
assertion failed: (*src_size - pos <= CHARSET_MAX_PENDING_BUF_SIZE)
doveadm(root): Error: Raw backtrace:
2014 Jul 07
1
[PATH] expire plugins segfault with misconfigured dict
dovecot 2.2.13
With configuration like
plugin {
expire_dict = blblbla
}
expiere plugins segfaults during deinit. It might also segfault if the
dict service was unavaiable.
attached bellow is a diff against 2.2.13
Jul 7 14:51:11 dovecot1 dovecot: lmtp(10548, lazy): Error: expire
plugin: dict_init(blblbla) failed: Dictionary URI is missing ':':
blblbla
Jul 7 14:51:11 dovecot1
2005 Jul 05
1
multiple instances of dovecot ?
Hello,
I got a dovecot server running on a Debian Linux machine. I'd
like to run another instance of it. I start it with another
config file with debug output on stderr. The auth parameters are
different :
dovecot1: Imapd only, listens on 143, auth=/etc/passwd
dovecot2: Imapd only, listens on 144, auth=mysql
It kinda works... But...
How does one instance of it recognizes the
2015 Feb 12
2
dovecot 2.2.15 script_after not executed
On 2015-02-12 01:01, Stephan Bosch wrote:
> On 2/11/2015 10:37 PM, Portase Florin wrote: On 2/11/2015 8:41 PM, Stephan Bosch wrote: On 2/11/2015 7:34 PM, Florin Portase wrote: Hello guys,
>
> I'm having troubles making "script_after" to exec sieve scripts::
>
> Keep in mind that the sieve_after script is only executed when the
> "keep" action [1 [1]]
2012 Jun 06
1
Director problems
Hi,
I've just setup a testing enviroment for director, and it's not working
as expected. I have just 1 director (called director) and 2 dovecot
servers (dovecot1 and dovecot2); these are exact copies.
First problem: when both dovecot servers are up, every imap connection
is redirected to the same server as you can see here:
$ sudo doveadm director map
user
2015 Feb 11
2
dovecot 2.2.15 script_after not executed
On 2/11/2015 8:41 PM, Stephan Bosch wrote:
> On 2/11/2015 7:34 PM, Florin Portase wrote:
>> Hello guys,
>>
>> I'm having troubles making "script_after" to exec sieve scripts::
>>
> Keep in mind that the sieve_after script is only executed when the
> "keep" action [1] is executed or when the implicit "keep" [2] is still
>
2006 Dec 14
1
Error in Thunderbird
I received a mail, Thunderbird was supposed to move that mail in a
folder, according to its filter rules, but appeared this popup:
http://luigi.rosa.name/dovecot1.gif
The log entries are:
Dec 14 07:23:07 mail dovecot: IMAP(lrosa): Fixed index file
/var/spool/mail2/lrosa/.HT list/dovecot.index:
first_recent_uid_lowwater 839 -> 838
Dec 14 07:23:07 mail dovecot: IMAP(lrosa): Corrupted
2007 Jun 27
1
Dovecot and SUSE 10: inotify_init()
Hello all,
Since my migration to SUSE SLES 10, I have a new error message :
dovecot1 dovecot: IMAP(damien.chambe at egs-gestion.fr): inotify_init()
failed: Too many open files
It seems to occurs when thunderbird is idle, or when I click on sub folders
I have a ulimit for open files a bit low, 1024
I have changed to 4096, but same error message.
It has no visible consequences. I am on dovecot
2011 Jul 13
1
IMAP access based on username & IP
Hello,
I have all the users and passwords in separate files like in the
configuration below.
I want that a specific user (ex: joe at domain.con) to be able to read
mails using imaps only from a specific IP.
All the other users should be able to read email from any IP.
How can I do that?
Thank you
Imap version:
#dovecot --version
1.2.12
dovecot.conf:
# 1.2.12: /etc/dovecot/dovecot.conf
2015 Nov 06
0
Problem with permissions of the logfile
Hello!
To stay on the list.
"S. Muthu Kumar" <ksmutthu at gmail.com> schrieb am 06.11.15 um 21:49:32 Uhr:
> log_path here means the logging channel path. It refers to the logger
> daemon to use to generate logs.
>
> Most of the linux/unix based applications prefer to use common system
> logger to take care of writing the logs preferably under /var/log/ as
>
2017 Jul 15
2
observium graphs
Am 15.07.2017 um 20:26 schrieb Aki Tuomi:
> Hi!
> Just thought I'd remind about few things,
>
> since v2.2.22 you can use doveadm -fjson, to print data in json format, which might be easier to parse.
As for Debian stable (dovecot 2.2.27) -f json is missing from the manpage.
> since v2.2.22 you can use doveadm HTTP API to get the statistics over HTTP.
>
> since v2.2.27