Displaying 20 results from an estimated 4000 matches similar to: "Problem with default_process_limit max 200"
2017 Apr 10
1
Public Folder Problems
Hi,
I've been trying to get a Public Folder namespace working, so far
without any luck. I've tried in my home folder, outside my home folder,
with and without acl. I can see the namespace (PUBLIC) in Roundcube, but
that's as far as I get. I've put a .FirstFolder under the location, but
it never appears. I've added dirs cur, new, and tmp but no difference.
No hints from
2019 Jan 20
0
auth-worker: Error: double free or corruption (fasttop)
Op 16/01/2019 om 12:35 schreef Marcel Lorenz:
> Dear list,
>
> since the distri upgrade to glibc 2.28, i can't build working dovecot
> binary's.
> Older with glibc 2.27 are working. The distri is LFS based.
> MariaDB 10.2.18 and 10.3.11 makes no difference. Having this on
> different systems.
>
> Messages Log:
> Dec 19 17:10:38 test kernel: traps:
2014 Jul 08
0
Limit confusion
Hi,
On one of my dovecot servers, i've got a limit problem... and I'm a
little confused about which knobs I should adjust to solve it.
I've been getting both of these:
Error: net_connect_unix(imap) failed: Resource temporarily unavailable -
http://wiki2.dovecot.org/SocketUnavailableess
This one caused me to go read that wiki page, but none of those seem to
apply to me:
. i'm
2019 May 14
1
LDA-based vacation responses bouncing
I've got dovecot vacataion auto-responses working via sieve, but when
the responses are sent, they are sent as if they are to be locally
delivered, which causes them to bounce for domains that I am not local
for. How can I get dovecot's sieve vacation response to check the domain
is local or not?
Here is an example of what happens:
The LDA notices it needs to send a vacation response:
2019 Jan 16
2
auth-worker: Error: double free or corruption (fasttop)
Dear list,
since the distri upgrade to glibc 2.28, i can't build working dovecot
binary's.
Older with glibc 2.27 are working. The distri is LFS based.
MariaDB 10.2.18 and 10.3.11 makes no difference. Having this on
different systems.
Messages Log:
Dec 19 17:10:38 test kernel: traps: auth[30189] general protection
ip:7f4b96d6598c sp:7ffef1f31710 error:0 in
2012 Jul 02
1
mailboxes missing after upgrade from 2.1.4 to 2.1.7
Hi all,
I mentioned this on the #dovecot irc channel, but I thought I would post
here so I can provide more details.
The basic problem is that when I upgraded from 2.1.4 to 2.1.7, some
users no longer are able to see their folders in pine/alpine. The
folders are actually there, and are subscribed (according to doveadm)
and its possible to do operations on those folders, if you know the
name (for
2013 May 19
3
Error: dict client sent broken reply
I've been mucking about, experimenting with the expire plugin and using a
dictionary. I've got the iteration query working when I do a normal
expunge using:
doveadm expunge -A mailbox "INBOX.Trash" savedbefore 1w
and expunging works as expected. However, I've got over 12,000 accounts
on this server, so I was hoping using the expire plugin to could help out.
I've
2016 Mar 22
2
Upgrade Dovecot from 2.1.17 to 2.2.13 lmtp child killed with signal 6
After upgrade Debian (Wheezy to Jessie) Dovecot version 2.1.17 is
upgraded to 2.2.13.
I have random crash of lmtp-a and I got lot message in queue. Any
solution for this problem?
---------- Postqueue ----------
7A5B77F72B 1160457 Tue Mar 22 10:10:15 ivan at jurisic.org
(delivery temporarily suspended: lost connection with
mail.jurisic.org[private/dovecot-lmtp] while sending end of data --
2008 Apr 01
1
"Undefined method merge" when using sweeper
Hi,
I''m trying to use sweepers for the first time and got a problem - I
get "undefined method `merge'' for "/signature/
f2d7c7c66450b169.html":String". The "/signature/f2d7c7c66450b169.html"
part of the error message is the cached page.
Here''s my sweeper:
class FooSweeper < ActionController::Caching::Sweeper
observe Foo
def
2013 Jul 13
0
Dovecot 2.2.4 metadata-plugin crached
Dovecot (deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.2
main) crached after create new metadata folder (But the folder with
metadata is created).
Metadata plugin v14.
Coredump: http://yadi.sk/d/bsBCpRS76mXpj
in log: imap(admin at example.ru): Fatal: master: service(imap): child
14339 killed with signal 11 (core dumped)
[10-Jul-2013 11:46:00 +0400]: [A4A2] S: * OK [CAPABILITY
2019 Jan 27
1
auth-worker: Error: double free or corruption (fasttop)
Hi,
Sorry fo my late answer. The hole disty are stripped. I must first
rebuild all with debug symbols.
Here comes the complete gdb backtrace:
(gdb) bt full
#0 0x00007f49738486f7 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x00007f497384a091 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x00007f497389220f in __libc_message () from
2018 Mar 03
2
sieve vacation alias handling problem
On 2018-03-03 21:28, Stephan Bosch wrote:
> Op 3/2/2018 om 3:35 PM schreef Karol Augustin:
>> Hi,
>>
>> I am using Dovecot LDA as LMTP renders envelope extension unusable.
>>
>> The problem I have noticed is that when user has multiple aliases sieve
>> responds to all of them, not only to :addresses specified.
>>
>> From testing it seems that
2015 Feb 27
0
postfix ldap unknown user
Hi,
My config dovecot 2.2.13 Postfix 2.9.6 Debian wheezy
When I send a message to my user test (siroco) postfix said unknown user
But the user exist :
doveadm user siroco :
field value
uid 3002
gid 2000
home /var/spool/dovecot/mail/s/siroco
mail maildir:~/Maildir:LAYOUT=fs
postmap -vq siroco ldap:/etc/postfix/ldap_virtual_aliases.cf
return siroco
2 questions :
postfix search
2013 May 12
2
Quota not working with dict proxy
Hello all,
I'm sure this has been covered somewhere before, but my googlefu is not up
to the challenge.
Basically, I'm trying to configure quota plugin to use a dictionary
service (specifically proxy with mysql) so that I can store the quota
usage in a database and use that information in a lookup for postfix to
reject mail if over quota. I'm doing this because postfix+avamis+dovecot
2010 Jul 26
1
Dovecot 2 and expire
expire_dict = proxy::expire
I found this expire_dict somewhere, might have been the 1.x wiki, but
on the expire plugin page there is no mention of it. I am trying to
troubleshoot why my mysql table has no entries. Do I need this line?
Is that correct for using mysql?
In dict {} I have
expire = mysql:/etc/dovecot/conf.d/dovecot-dict-expire.conf.ext
and in plugin {} i have
expire_dict =
2005 Jun 26
4
calling controller and caching from a sweeper class
[cross-posting to rails and typo lists]
Hi,
I''m tinkering with the code for typo, a rails-based blog engine.
Typo has an XmlController with actions "rss" and "atom" which generate feed.xml
files, and it uses a caches_page declaration to cache the files that get
generated by those actions. It also has a Sweeper (Observer) class that expires
those cached files when a
2010 Nov 16
6
Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit
Latest Mercurial seems to miss defaults for some services e.g. 'managesieve' and 'lmtp'. Example error message upon start:
dovecotdoveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: service(managesieve-login): vsz_limit is too low failed!
Regards
Thomas
2015 Aug 31
1
Problem with the Path argument in pigeonhole 0.4.3 at ubuntu 14.04
Hello list members
I want dovecot managesieve to store its config unter ~/.dovecot.sieve
additionally dovecot should read as sieve_after the file ~/.sieve
It's working fine BUT dovecot managesieve is always symlinking the sieve
file at activation to ~/.sieve and not to ~/.dovecot.sieve as i
configured it.
Any idears about this strange behaviour?
dovecot is configured as follows
# 2.2.9:
2015 Jul 21
0
Client Limit reached in Dovecot
Hallo :)
On mailinglists please reply below the previous post. It's easier to
read this way.
Am 21.07.2015 um 11:26 schrieb Chandran Manikandan:
> Dear Daniel,
> Thanks for your kind response. As per your above command got below
> result. but i couldn't see below settings are local.conf,10-master.conf
> or toaster.conf. Where it's retrieved.
> default_process_limit=100
2014 Jan 31
2
Dovecot 2.2.10 shared mailbox
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello all,
I've just upgraded my dovecot from version 2.1.7 to 2.2.10 and since
then I encounter errors when I'm enabling SHARED MAILBOX:
here is part of dovecot.conf:
....................
mail_plugins = $mail_plugins zlib expire acl
namespace {
type = shared
prefix = Shared.
separator = .
list = children