Displaying 20 results from an estimated 56 matches for "milaszewski".
2020 Mar 31
3
limit for user exceeded
Hi
System debian 8.11 dovecot-2.2.36.4 and I have some warnings in log likes:
Warning: Inotify watch limit for user exceeded, disabling. Increase
/proc/sys/fs/inotify/max_user_watches
cat /proc/sys/fs/inotify/max_user_watches
8192
in sysctl i change
#fs.inotify.max_user_watches= 8192
#fs.inotify.max_user_instances = 16384
fs.inotify.max_user_watches= 16384
fs.inotify.max_user_instances =
2019 Jan 24
1
debian10+dovecot-2.2.33.2
Another known issue, fixed with
https://github.com/dovecot/core/commit/ca4c2579f0456072bdb505932a9cf7602e42afd2.patch
Aki
> On 24 January 2019 at 20:54 Maciej Milaszewski IQ PL <maciej.milaszewski at iq.pl> wrote:
>
>
> Hi
> Like bumerang.
>
> 2.2.36 works fine on debian10 but connect by telnet like:
>
> Connected to 46.xxx.xxx.xxx.
> Escape character is '^]'.
> * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRA...
2019 Jan 24
2
debian10+dovecot-2.2.33.2
...(argc=<optimized out>, argv=<optimized out>) at main.c:396
??????? c = <optimized out>
On 24.01.2019 18:16, Aki Tuomi wrote:
> Try
>
> gdb /usr/local/dovecot/libexec/dovecot/auth /var/run/dovecot/core
> bt full
>
> Aki
>> On 24 January 2019 at 18:53 Maciej Milaszewski IQ PL <
>> maciej.milaszewski at iq.pl <mailto:maciej.milaszewski at iq.pl>> wrote:
>>
>>
>> Hi
>> Thenx but maby problem is in ssl or core file and gdb was incorrectly
>> used
>>
>>
>> # 2.2.36 (1f10bfa63): /etc/dovecot/dovecot.conf...
2019 Jan 24
0
debian10+dovecot-2.2.33.2
This has been fixed with
https://github.com/dovecot/core/commit/63a74b9e8e0604486a15a879e7f1a27257322400.patch
Aki
> On 24 January 2019 at 19:26 Maciej Milaszewski IQ PL <maciej.milaszewski at iq.pl> wrote:
>
>
> Hi
> Thenx. Dump core:
>
> Core was generated by `dovecot/auth'.
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0? 0x00007fa910394c7a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> (gdb) bt f...
2019 Jan 24
2
debian10+dovecot-2.2.33.2
Hi
Thenx for replay - problem solved :)
I forget `autoreconf -vi`
You are rox :)
?On 24.01.2019 19:10, Aki Tuomi wrote:
> You need to do `autoreconf -vi` before configure, won't work otherwise.
>
> Aki
>
>> autoreconf -viOn 24 January 2019 at 20:09 Maciej Milaszewski IQ PL <maciej.milaszewski at iq.pl> wrote:
>>
>>
>> Hi
>> Thenx. I use your patch but problem not solved.
>>
>>
>> Hunk #1 succeeded at 334 with fuzz 2 (offset 19 lines).
>> patching file src/auth/mycrypt.c
>>
>> ./configure --prefix...
2019 Jan 24
2
debian10+dovecot-2.2.33.2
...0131]
Fatal: settings_check(ssl) failed: ssl_verify_client_cert set, but
ssl_ca not
If this true why works fine in debian 8.x ?
> Hi!
>
> Can you get backtrace from the core file?
>
> https://dovecot.org/bugreport.html
>
> Aki
>> On 24 January 2019 at 17:10 Maciej Milaszewski IQ PL <
>> maciej.milaszewski at iq.pl <mailto:maciej.milaszewski at iq.pl>> wrote:
>>
>>
>> Hi
>> Thenx for replay.
>>
>> Finaly for a test in my lab
>>
>> I upgrate to latest 2.2.36 and os debian 10
>> In this machine is dove...
2019 Jan 24
0
debian10+dovecot-2.2.33.2
...gdb /usr/local/dovecot/libexec/dovecot/auth /var/run/dovecot/core
</div>
<div>
bt full
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
<div>
On 24 January 2019 at 18:53 Maciej Milaszewski IQ PL <
<a href="mailto:maciej.milaszewski@iq.pl">maciej.milaszewski@iq.pl</a>> wrote:
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
Hi
</div>
<div>
Thenx but maby...
2020 Mar 31
0
limit for user exceeded
...:
> I would prefer replies on the list... =)
>
> no. the idea is to *increase* the *current* value of fs.inotify.max_user_watches and fs.inotify.max_user_instances with 50000
>
> fs.inotify.max_user_watches = 8192 + 50000 = 58192
>
> Aki
>
>> On 31/03/2020 14:21 Maciej Milaszewski <maciej.milaszewski at iq.pl> wrote:
>>
>>
>> Hi
>> How I understood it correctly
>>
>> service imap {
>> ? process_limit = 25000
>> }
>>
>> fs.inotify.max_user_watches= 50000
>> fs.inotify.max_user_instances = 50000
>>...
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
2019 Jan 24
2
debian10+dovecot-2.2.33.2
...AUTH=LOGIN] Imap ready.
and works fine
In productions i have debian 8.11 and 9.x all workings fine (this same
configurations etc)
Where i found solutions? etc ?
On 23.01.2019 08:35, Aki Tuomi via dovecot wrote:
> Maybe you should try 2.2.36?
>
> Aki
>
> On 22.1.2019 16.47, Maciej Milaszewski IQ PL wrote:
>> Hi
>> I have little problem with debian10 and dovecot 2.2.33.2
>>
>> ps -ax
>> 21815 ???????? S????? 0:00 dovecot/pop3-login director
>> 21816 ???????? S????? 0:00 dovecot/pop3-login director
>> 21817 ???????? S????? 0:00 dovecot/pop3-login...
2019 Jul 04
2
solr vs fts
Am Donnerstag, den 04.07.2019, 12:27 +0300 schrieb Aki Tuomi via
dovecot:
> On 4.7.2019 12.22, Maciej Milaszewski IQ PL via dovecot wrote:
> > Hi
> > So you're advised to use a solr or something else?
> >
>
> Using any FTS is advisable, currently suitable ones would be SOLR or
> Xapian (see https://github.com/grosjo/fts-xapian)
>
Hi Aki,
I didn't yet think about using...
2020 Aug 18
3
solr and dovecot 2.2.36
Hi
I have dovecot-2.2.36.4 (director) + 5 nodes dovecot (dovecot-2.2.36.4)
What version of Solr do you recommend ?
--
Maciej Mi?aszewski
Starszy Administrator Systemowy
IQ PL Sp. z o.o.
Biuro Obs?ugi Klienta:
e-mail: bok at iq.pl
tel.: +48 58 326 09 90 - 94
fax: +48 58 326 09 99
Dzia? pomocy: https://www.iq.pl/pomoc
Informacja dotycz?ca przetwarzania danych osobowych:
2019 Jan 24
0
debian10+dovecot-2.2.33.2
..."https://dovecot.org/bugreport.html">https://dovecot.org/bugreport.html</a>
<br>
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
<div>
On 24 January 2019 at 17:10 Maciej Milaszewski IQ PL <
<a href="mailto:maciej.milaszewski@iq.pl">maciej.milaszewski@iq.pl</a>> wrote:
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
Hi
</div>
<div>
Thenx for repla...
2020 Sep 16
1
dovecot 2.2.36.4 problem with ulimit
Hi,
perhaps this?
> with new debian9:
> open files (-n) 1024
Regards
Urban
Am 16.09.20 um 12:57 schrieb Maciej Milaszewski:
> Hi
> Limits:
>
> Where all working fine:
>
> core file size????????? (blocks, -c) 0
> data seg size?????????? (kbytes, -d) unlimited
> scheduling priority???????????? (-e) 0
> file size?????????????? (blocks, -f) unlimited
> pending signals???????????????? (-i) 25...
2019 Jan 24
0
debian10+dovecot-2.2.33.2
...????????????????????????????????????????????????????????????????????
dovenull?? 665? 0.0? 0.0?? 7672? 5444 ???????? S??? 19:54 ? 0:00? \_
dovecot/imap-login
strace:
strace -p 664
strace: Process 664 attached
gettimeofday({tv_sec=1548355306, tv_usec=938191}, NULL) = 0
On 24.01.2019 19:34, Maciej Milaszewski IQ PL wrote:
> Hi
> Thenx for replay - problem solved :)
>
> I forget `autoreconf -vi`
>
> You are rox :)
>
> ?On 24.01.2019 19:10, Aki Tuomi wrote:
>> You need to do `autoreconf -vi` before configure, won't work otherwise.
>>
>> Aki
>>
>>&g...
2019 Jan 24
2
debian10+dovecot-2.2.33.2
Hi
Thenx. I use your patch but problem not solved.
Hunk #1 succeeded at 334 with fuzz 2 (offset 19 lines).
patching file src/auth/mycrypt.c
./configure --prefix=/usr/local/dovecot-2.2.36 --sysconfdir=/etc
--with-ldap=yes --with-mysql --with-ssl=openssl --with-solr
--with-storages=maildir,imapc
Install prefix . : /usr/local/dovecot-2.2.36
File offsets ... : 64bit
I/O polling .... : epoll
I/O
2019 Nov 20
2
Error: Raw backtrace and index cache
...2.2.13 is about 5 years old. So there's that. It would be
> helpful if you can reproduce this with 2.2.36.
>
> Also, you forgot to actually include in your log snippet the panic. So
> maybe few more lines before the Raw backtrace?
>
> Aki
>
> On 20.11.2019 10.54, Maciej Milaszewski IQ PL via dovecot wrote:
>> Hi
>> I have "problem" with dovect 2.2.13 from repo debian8 and I don't know
>> how to solve it ...
>>
>> Server is a virtual (kvm) with debian 8.11 (postfix + dovecot from repo)
>> and storage is mounting via nfs (I have...
2018 Nov 22
4
LDAP stored quota
Hello,
I'm trying to set up LDAP stored quota on Dovecot but it doesn't work and
doesn't get reported by the command doveadm quota get.
I'm using the field departmentNumber in my LDAP server to store the quota.
doveadm quota get -u test
Quota name Type Value
Limit
%
User quota STORAGE 0
-
0
User quota MESSAGE 0
-
0
log file associated with doveadm quota get
2019 Jan 07
1
doveadm + HA
Hi
I have two server directors in ring and 5 dovecot servers (2.2.36)
IP for IMAP and POP3 is a VIP (keepalived)
What is the best solutions to get realy HA for 5 dovecot servers ?
Maby corosync+pacemeker ? But this solution is too problematic and hardcore
Why I need HA ?
Doveadmin is too lazy and doveadm director does not know that one
machine broke down and still sends traffic
2019 Jan 24
0
debian10+dovecot-2.2.33.2
You need to do `autoreconf -vi` before configure, won't work otherwise.
Aki
> On 24 January 2019 at 20:09 Maciej Milaszewski IQ PL <maciej.milaszewski at iq.pl> wrote:
>
>
> Hi
> Thenx. I use your patch but problem not solved.
>
>
> Hunk #1 succeeded at 334 with fuzz 2 (offset 19 lines).
> patching file src/auth/mycrypt.c
>
> ./configure --prefix=/usr/local/dovecot-2.2.36 --syscon...