Displaying 20 results from an estimated 2000 matches similar to: "Anvil client_limit reached"
2011 Sep 14
2
LDA panics without sieve script
The dovecot lda panics with "Trying to sync mailbox INBOX with open
transactions" if a user has no sieve script defined. Debugging shows:
Sep 14 19:49:26 server dovecot: [ID 583609 local0.debug] lda(userxx):
Debug: sieve: user's script path /home/grp/userxx/.dovecot.sieve
doesn't exist (using global script path in stead)
Sep 14 19:49:26 server dovecot: [ID 583609
2010 Aug 06
1
Problem creating sockets after Solaris Live Upgrade
Hello,
I use Solaris Live Upgrade to install solaris patches in an alternate boot environment. Unfortunately the dovecot sockets /opt/local/var/run/dovecot/dict-server and /opt/local/var/run/dovecot/login/default are created as normal files in the ABE. After switching to the ABE dovecot will not start because of the existence of these two files. After removing these files dovecot starts
2009 Oct 20
2
second fs quota root crashes
Hallo.
In our dovecot 1.2.6 server running under Solaris 9 I would like to set up a
second quota root because the mail folders are in the users home directories and
the inboxes of all users are in /var/mail. As soon as I add
quota2 = fs:INBOX:noenforcing:mount=/var/mail
the imap client crashes repeatedly as soon as the user tries to open a mail
folder.
Thanks for any help.
Dovecot Logfile:
2012 Jan 10
1
Panic: file mbox-sync.c: line 1348: assertion failed
Hallo,
I have the following problem with doveadm:
# gdb --args /opt/local/bin/doveadm -v mailbox status -u userxy/g029
'messages' "Software-alle/AK-Software-Tagung"
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
2011 Dec 07
1
lazy_expunge plugin and folder subscription trouble
Hello,
I wanted to test the lazy expunge plugin together with mdbox. It seems
to me that the folder subscriptions file in the mdbox directory was
overwritten with only a few folder names every time I added or removed
something in the list of subscribed folders, or even if I turned the
imap folder subscription feature off and on. Here is my setup:
# 2.0.16:
2011 Jun 10
3
limiting number of login attempts from same ip
Hello,
is it possible to limit the number of pop3 (or imap) login attempts
from one IP with dovecot to stop attackers? We recently had an attack
from one IP-address lasting 50 minutes that tried 50000 pop3-logins
with guessed users and passwords. I know about Fail2Ban but really
would prefer an easy to configure solution inside of dovecot. Dovecot
has this anvil daemon, can it be used
2011 Sep 22
2
doveadm mailbox list shows file system directories as mailboxes
Hello.
In our dovecvot we use mbox format with the default filesystem layout.
Therefore it is not possible to have mailboxes which are subfolders of
other mailboxes containing messages.
The command "doveadm mailbox list" includes the file system
directories, that contain only subfolders, as normal mailboxes in the
output:
archiv
archiv/daemon
archiv/dovecot
Did I miss something
2010 Sep 15
1
Can solaris sendmail use dovecot lda
Hello,
on a Solaris 9 system with dovecot 1.2.14 installed I want to replace the sendmail local delivery agent 'mail.local' with the dovcot LDA. The wiki page http://wiki.dovecot.org/LDA/Sendmail did not really help me, because there are only linux specific tipps I am not able to apply to solaris sendmail.cf. So how can I tell solaris sendmail to use dovecots LDA instead of mail.local?
2011 Dec 15
1
dsync panic
Hello,
when I try to convert from mbox to mdbox with dsync with one user it
always panics:
# /opt/local/bin/dsync -v -u userxy backup ssh root at minerva1
/opt/local/bin/dsync -v -u userxy
dsync-local(userxy): Info: Papierkorb: uidnext changed: 161 != 1
dsync-local(userxy): Info: INBOX: uidnext changed: 9139 != 9105
dsync-local(userxy): Info: Trash: uidnext changed: 3924 != 3915
2011 Apr 27
1
Segmentation Fault in doveadm move under Solaris 10
Quoting Timo Sirainen <tss at iki.fi>:
> On 27.4.2011, at 17.03, J?rgen Obermann wrote:
>
>> # doveadm -v -f flow move -u g033 test-aus mailbox test-ein all
>> Segmentation Fault
>
> Can you get gdb backtrace?
>
> gdb --args doveadm -v ...
> run
> bt full
>
> Or if that doesn't produce valid output:
>
> ulimit -c unlimited
> doveadm -v
2011 Jun 15
1
ZFS Filesystem Quota under Solaris 10 and Sparc
Hallo.
Filesystem quotas used to work well under Solaris 9 and ufs
filesystems on the Sparc platform even with two rules for the folders
in the users home directories /home/group/user and the separate
filesystem /var/mail holding the inboxes:
plugin {
quota = fs:Home-Verzeichnis:noenforcing
quota2 = fs:INBOX:noenforcing:mount=/var/mail
}
Since we upgraded last year to Solaris 10
2011 Apr 27
2
Segmentation Fault in doveadm move under Solaris 10
Hi all
I want to move mails from folder test-ein to another folder test-aus
with the new "doveadm move" command in dovecot 2.0.12. When I try the
following I get a "Segmentation Fault" after the mail was copied to
the new folder:
# doveadm -v -f flow search -u g033 mailbox test-ein all
56779e33a911b84db22900005451a966 1
# doveadm -v -f flow search -u g033 mailbox
2012 Sep 27
1
with mbox format doveadm ignores subfolders of inbox
Hello.
After we switched the format from mbox to mdbox on our dovecot
(version 2.1.9) servers last week, some of our users were missing the
subfolders of their inboxes. So far we thought that with the mbox
format it is not possible to have mail folders containing both
messages and subfolders. Now we know that there is one exception from
this rule: the inbox. With mbox format dovecot
2010 Jun 14
1
v2.0.beta6 compilation problem under Solaris 9
Hello,
compiling dovecot-2.0.beta6 under Solaris 9 runs into an error.
I use the following setup:
CC=cc
export CC
CPPFLAGS='-I/usr/local/include'
export CPPFLAGS
CFLAGS='-fast -xarch=v8plusa'
export CFLAGS
LDFLAGS='-L/usr/local/lib -R/usr/local/lib'
export LDFLAGS
./configure --help
./configure --prefix=/opt/local
./gmake
......
Making all in lib-imap
gmake[3]: Entering
2012 Jul 20
1
mdbox with separate index location results in many emptydirectories
Hallo,
I use dovecot 2.1.7 with mdbox format and I specified a separate
location for mailbox index files with
mail_location = mdbox:/dovecot/storage%h:INDEX=/dovecot/index%h
With this setting I get for every mailbox a directory under both
filesystems /dovecot/index and /dovecot/storage, e.g. for the inbox it
looks like that:
# ls -lR /dovecot/index/home/hrz/myuser/mailboxes/INBOX
2015 Apr 08
2
dovecot-2.2.16 compilation problems under Solaris Studio 11
Hello
here are two problems I get when I compile dovecot 2.2.16 under
Solaris 10 with Studio 11 Compiler:
gmake[4]: Entering directory
`/net/fileserv/export/sunsrc/src/dovecot-2.2.16/src/lib'
source='test-array.c' object='test_lib-test-array.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-test
2013 Apr 09
1
failed compiling dovecot 2.1.16 under solaris
Hello,
compiling doevoct-2.1.16 with sun-compiler under solaris 10 gave me the
following error
source='quota-status.c' object='quota-status.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib
-I../../../src/lib-master -I../../../src/lib-dict
-I../../../src/lib-index
2011 Dec 13
1
dsync error Mailbox has children, delete them first
Hi,
I use dsync to backup mailboxes from mbox format to mdbox on a remote
system. The first run for a user with dsync is OK, but during the
second there are lots of the following errors:
dsync-remote(user): Error: Can't delete mailbox directory Example:
Mailbox has children, delete them first
I see no way how I could influence the order dsync deletes mailboxes.
This happens with
2012 Aug 08
1
doveadm import is always verbose
Hello,
with dovecot versions up to 2.1.9, when I use:
doveadm import -u guser mbox:/tmp/mbox/guser/restore_2012-05-08
restore_2012-05-08 all
it always sends out info messages for every mail copied like that:
doveadm(guser): Info: copy from mymail: box=restore_2012-05-08/mymail,
uid=5, msgid=<######>, size=6999462
I had expected to see these info messages only if I add the verbose
option
2012 Jan 02
1
error bad file number with compressed mbox files
Hello,
can dsync convert from compressed mbox to compressed mdbox format?
When I use compressed mbox files, either with gzip or with bzip2, I can
read the mails as usual, but I find the following errors in dovecots log
file:
imap(userxy): Error: nfs_flush_fcntl:
fcntl(/home/hrz/userxy/Mail/mymbox.gz, F_RDLCK) failed: Bad file number
imap(userxy): Error: nfs_flush_fcntl: