Displaying 20 results from an estimated 10000 matches similar to: "dict client auth-worker service count not obeyed?"
2016 Nov 29
0
auth client limit versus service count of mail processes
On 29 Nov 2016, at 2.57, Christian Balzer <chibi at gol.com> wrote:
>
> service imap {
> # Most of the memory goes to mmap()ing files. You may need to increase this
> # limit if you have huge mailboxes.
> #vsz_limit = $default_vsz_limit
> vsz_limit = 512M
>
> # Max. number of IMAP processes (connections)
> #process_limit = 1024
> process_limit = 524288
2017 Feb 28
2
Dict protocol changes string
On 09/23/2016 08:05 AM, Aki Tuomi wrote:
> On 29.07.2016 15:35, Nagy, Attila wrote:
>> I use pass and userdb with dict protocol in a similar way:
>>
>> key passdb {
>> key = passdb^MAuth-User: %u^MAuth-Pass: %w^MAuth-Protocol:
>> %s^MClient-IP: %r
>> format = json
>> }
>>
>> (^M is an \r character, inserted with vi CTRL-v + enter)
2017 Mar 13
0
Dict protocol changes string
On 28.02.2017 17:59, Nagy, Attila wrote:
> On 09/23/2016 08:05 AM, Aki Tuomi wrote:
>> On 29.07.2016 15:35, Nagy, Attila wrote:
>>> I use pass and userdb with dict protocol in a similar way:
>>>
>>> key passdb {
>>> key = passdb^MAuth-User: %u^MAuth-Pass: %w^MAuth-Protocol:
>>> %s^MClient-IP: %r
>>> format = json
>>> }
2016 Jul 29
2
Dict protocol changes string
Hi,
I use pass and userdb with dict protocol in a similar way:
key passdb {
key = passdb^MAuth-User: %u^MAuth-Pass: %w^MAuth-Protocol:
%s^MClient-IP: %r
format = json
}
(^M is an \r character, inserted with vi CTRL-v + enter)
Until 2.2.24 this has worked, but 2.2.25 seems to convert that ASCII 13
into an ASCII 1 and an "r".
Python printout from what I get with 2.2.25:
2016 Nov 29
2
auth client limit versus service count of mail processes
Hello,
We've got a pretty substantial dovecot installation (versions 2.1.7
and 2.2.13 on the backends, but tested with 2.2.24 as well) and this is the
relevant config snippet from 10-master.conf:
---
default_process_limit = 1024
default_client_limit = 16384
[...]
service imap {
# Most of the memory goes to mmap()ing files. You may need to increase this
# limit if you have huge
2013 Sep 25
1
"service_count = 0" for "service dict" (High-performance mode)
Hi,
I'm running dovecot 2.1.17 with "Login processes" in "High-performance
mode" as explained here:
service imap-login {
service_count = 1
http://wiki2.dovecot.org/LoginProcess
but i thinks I should also set "service dict" in high-performance mode
since sometimes the number of dict processes reach the limit of 100
(from default_process_limit=100) and I
2016 Sep 23
0
Dict protocol changes string
On 29.07.2016 15:35, Nagy, Attila wrote:
> Hi,
>
> I use pass and userdb with dict protocol in a similar way:
>
> key passdb {
> key = passdb^MAuth-User: %u^MAuth-Pass: %w^MAuth-Protocol:
> %s^MClient-IP: %r
> format = json
> }
>
> (^M is an \r character, inserted with vi CTRL-v + enter)
>
> Until 2.2.24 this has worked, but 2.2.25 seems to convert that
2013 Feb 26
2
Imap-login service count/limits
Hello Timo,
I'm trying to configure dovecot-2.1.15 master correctly regarding imap-login
limits. I want to use service_count=0 and I'm starting with something like this
:
#default_process_limit = 100
#default_client_limit = 1000
service imap-login {
[...]
service_count = 0
process_min_avail = 8
vsz_limit = 1024M
}
-> Does it make sense to set a process_limit if
2017 Apr 21
0
imap service count>1 (was System load spike ...)
> I'm running dovecot with quite a lot of users and lots of active imap
> connections (like 20'000). I'm using different user IDs for users, so I
> need to have imap {service_count=1} - i.e. I have a lots of imap
> processes running.
I had a misconception this service's service_count was non-adjustable.
(https://wiki.dovecot.org/Services on imap service)
2017 May 24
0
dovecot: auth-worker: Fatal: master: service(auth-worker): child XXXXX killed with signal 11
Trying to track down a dovecot issue ....
The error message is:
dovecot: auth-worker: Fatal: master: service(auth-worker): child XXXXX
killed with signal 11 (core not dumped - set service auth-worker {
drop_priv_before_exec=yes })
The setup is dovecot 2.2.29.1 with passwd and mysql auth db's and a very
basic config.
both authentications work ... the symptom is that after a connection
2017 May 22
1
dovecot: auth-worker: Fatal: master: service(auth-worker): child XXXXX killed with signal 11
Trying to track down a dovecot issue ....
The error message is:
dovecot: auth-worker: Fatal: master: service(auth-worker): child XXXXX
killed with signal 11 (core not dumped - set service auth-worker {
drop_priv_before_exec=yes })
The setup is dovecot 2.2.29.1 with passwd and mysql auth db's and a very
basic config.
both authentications work ... the symptom is that after a connection
2019 Feb 28
0
dovecot[1511]: auth-worker: Fatal: master: service(auth-worker): child 17009 killed with signal 11
Is is possible for you to try https://github.com/dovecot/core/commit/3c5101ffdd2a8115e03ed7180d53578765dea4c9.patch
Aki
> On 28 February 2019 18:03 Patrik via dovecot <dovecot at dovecot.org> wrote:
>
>
> This bug report is similar to this issue:
> https://www.dovecot.org/list/dovecot/2017-May/108116.html (https://www.dovecot.org/list/dovecot/2017-May/108116.html)
>
2017 May 26
1
dovecot: auth-worker: Fatal: master: service(auth-worker): child XXXXX killed with signal 11
Still Trying to track down a dovecot issue ....
The error message is:
dovecot: auth-worker: Fatal: master: service(auth-worker): child XXXXX
killed with signal 11 (core not dumped - set service auth-worker {
drop_priv_before_exec=yes })
The setup is dovecot 2.2.29.1 with passwd and mysql auth db's and a very
basic config.
both authentications work ... the symptom is that after a
2019 Apr 08
1
dovecot[30008]: auth-worker: Fatal: master: service(auth-worker): child 31074 killed with signal 11
Hi
Since a recent DNF update, I see many log file entries like the following:
Apr 08 16:16:36 udoo.symmetrix.ch audit[31074]: ANOM_ABEND
auid=4294967295 uid=0 gid=0 ses=4294967295
subj=system_u:system_r:dovecot_auth_t:s0 pid=31074 comm="auth"
exe="/usr/libexec/dovecot/auth" sig=11 res=1
Apr 08 16:16:36 udoo.symmetrix.ch kernel: traps: auth[31074] general
protection fault
2014 Apr 22
0
FTS Lucene: Fatal: master: service(indexer-worker): child * killed with signal 6
Hi List,
Since we migrated from dovecot 1.2.4 to 2.2.12 with lucene as FTS
engine, I have this in my error log:
Apr 22 14:01:14 indexer-worker(username): Error: lucene index
/var/vmail/username/lucene-indexes: IndexWriter() failed (#1): Lock
obtain timed out
Apr 22 14:01:14 indexer-worker: Error: indexer-worker
[username at mydomain.com MailBox-1 - 20800/22707]:
2016 Dec 16
1
service(indexer-worker): child 18977 killed with signal 11 (core dumped)
Hello to everybody,
first of all: thanks a lot for your hard work and for this nice piece
of software!
After many search about the following SIGSEGV, I decide to post the backtrace
and I hope to have avoided duplicated thread.
The problem arise after I enable clucene fts. I tryed the clucene ports version
(I am using OpenBSD) and a fixed version from github
(Blue-Rocket/clucene::feature/pod)
2019 Jan 20
0
auth-worker service failed since recent MariaDB upgrade
Op 20/01/2019 om 10:50 schreef Bogomil Vasilev via dovecot:
> Hello,
>
> I have started having issues with auth-worker. Dovecot version:
>
> ?0 ? root ? ~ # dovecot --version
> 2.3.4 (0ecbaf23d)
> ?0 ? root ? ~ # pacman -Q dovecot
> dovecot 2.3.4-2
>
> OS: Arch Linux
>
> From /var/log/mail.log:
>
> Jan 20 11:31:29 archy dovecot[23070]: auth-worker: Fatal:
2019 Feb 28
2
dovecot[1511]: auth-worker: Fatal: master: service(auth-worker): child 17009 killed with signal 11
This bug report is similar to this issue:
https://www.dovecot.org/list/dovecot/2017-May/108116.html
<https://www.dovecot.org/list/dovecot/2017-May/108116.html>
I know it is not enough info, but every kill follows with this info:
Feb 28 16:57:50 server dovecot[1511]: auth-worker: Fatal: master:
service(auth-worker): child 17009 killed with signal 11 (core dumps
disabled -
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:
2016 May 18
0
SGID bit not obeyed in 4.3.9?
On 18/05/16 21:18, Smith, Jarrod A wrote:
>> On May 18, 2016, at 2:38 PM, Rowland penny <rpenny at samba.org> wrote:
>>
>> On 18/05/16 19:44, Smith, Jarrod A wrote:
>>> We just upgraded to 4.3.9 (from 4.1.x) and are experiencing a few issues/differences around permissions on files written from Windows clients authenticated from winbind/AD. One specific issue that