Displaying 20 results from an estimated 6000 matches similar to: "Memory leak or misconfiguration: Repeated allocation of very large block"
2015 Oct 24
0
Memory leak or misconfiguration: Repeated allocation of very large block
On 24 Oct 2015, at 14:59, Sebastian Wolfgarten <sebastian at wolfgarten.com> wrote:
>
> Dear all,
>
> I am using Dovecot 2.2.19 and I keep on getting the following warnings in my mail.log file on FreeBSD 10:
>
> Oct 24 10:45:28 server1 dovecot: imap: Error: GC Warning: Repeated allocation of very large block (appr. size 20480):
> Oct 24 10:45:28 server1 dovecot: imap:
2014 Mar 01
1
running postlogin script result in libgcc_s.so.1 must be installed for pthread_cancel to work
Hey,
I try to run a postlogin script with:
service pop3 {
executable = pop3 postlogin
}
service postlogin {
executable = script-login /etc/dovecot/popafter.sh
user = $default_internal_user
unix_listener postlogin {
}
}
In my popafter.sh I call a php script, and that result in:
dovecot: postlogin: Error: libgcc_s.so.1 must be installed for
pthread_cancel to work
dovecot:
2016 Apr 29
4
Changing Password Schemes
Good Day,
I have been following this tutorial without much luck -
http://wiki2.dovecot.org/HowTo/ConvertPasswordSchemes#CA-26af2b83a43b8100522c57565773f605c21f2f27_1
It is obvious to me that I am not following the instructions correctly
and need to be shown what I am misunderstanding.
I have an old postfix + dovecot + Roundcube mailserver
(mail.domain.Tld). Server clock is loosing time and
2016 Apr 29
4
Changing Password Schemes
converting the passwords in the database from clear/plain text to
SHA512-CRYPT
------------
You have a good day now, en mag jou m?re ook so wees,
Carl A Jeptha
On 2016-04-29 15:02, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Fri, 29 Apr 2016, Carl A Jeptha wrote:
>
>> Good Day,
>> I have been following this tutorial without much
2017 Jan 25
0
Moving to new password scheme
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 25 Jan 2017, @lbutlr wrote:
>> On Jan 25, 2017, at 1:09 AM, Alessio Cecchi <alessio at skye.it> wrote:
>>
>> Il 24/01/2017 23:29, @lbutlr ha scritto:
>>> dovecot is setup on a system with MD5-CRYPT password scheme for all users, and I would like to update this to something that is secure, probably
2015 Dec 05
1
mailbox_list_index and maildir_very_dirty_syncs are in conflicts?
Hi,
I?m running Dovecot 2.2.19 with Maildir as storage and LDA for delivery.
I noticed that if I set mailbox_list_index=yes and
maildir_very_dirty_syncs=yes when I login via IMAP the STATUS command
don?t ?see? new messages in sub-folders (like Spam).
Example, a new message as arrived in Spam folder (I can see in
Maildir/new/) but IMAP STATUS don?t see it:
. STATUS Spam (MESSAGES UNSEEN)
*
2013 Jan 17
1
Help with interpolation
hi guys
I need to interpolate values for the zero coupon yield curve. Following data
is given
date days rate
1996 01
2008 Dec 08
2
Red Hat réagit à la crise économique
L'entreprise Red Hat r?agit ? la crise... en supprimant une ?norme f?te
d'entreprise. Au lieu de cela, ils ont d?cid? de donner l'argent ?
l'?quivalent am?ricain des Restos du Coeur, soit quelque 800.000 repas:
http://www.newsobserver.com/business/story/1314667.html
J'ai toujours eu un faible pour Red Hat, mais l?, je les appr?cie
carr?ment. Comme quoi l'esprit de
2005 Dec 15
4
hanging smbd(s).....
dear all,
the following problem occurs periodically (appr. once a week) here:
the number of smbd(s) will dramatically rise (up to 500 and more...)
when having a look what the proccesses are doing i only see that they
are waiting for getting a lock:
fcntl64(4, F_SETLKW64, {type=F_WRLCK, whence=SEEK_SET, start=240, len=1}, 0xbfefa5c0) = 0
filedescriptor 4 is bound to my secrets.tdb !
after that
2015 Dec 01
3
mail_log plugin and uid=error in log file
Hi,
I enabled notify and mail_log plugins to log the message uid for new
emails delivered via LMTP. All works fine except that the uid is not
always logged (see uid=error instead of uid=NUMBER)
from dovecot.log:
Dec 01 10:03:08 lmtp(alessio at domain.com): Info: copy from <lmtp DATA>:
box=INBOX, uid=error, msgid=<14489594 at domain.com>, from="WordPress"
<wordpress
2011 Oct 28
2
post login script
Hello all,
I am testing postlogin script with dovecot 2.
I works but i would like that the imap and pop session get executed
even if the post-login script fail.
my postlogin script is very simple:
#/etc/dovecot/conf.d/10-master.conf
service imap {
executable = imap imap-postlogin
}
#
service imap-postlogin {
executable = script-login /usr/local/bin/postlogin.sh
unix_listener
2023 Mar 01
1
Multiple scripts with postlogin
Hello,
I'm having trouble understanding how to execute separate scripts with
postlogin. According to the documentation, it should be as simple as:
You can run multiple post-login scripts by just giving multiple scripts as parameters to|script-login|, for example:
executable = script-login rawlog /usr/local/bin/postlogin.sh /usr/local/bin/postlogin2.sh
Given this information, I supplied two
2011 Aug 25
2
Virtual user and post-login 2.0.13
Hi
I tried several variants of suggestions but I can't get it working
dovecot-info.log:
===========
Aug 25 17:37:48 imap-login: Info: Login: user=<vuser>, method=PLAIN, rip=192.168.1.xx, lip=192.168.1.xx, mpid=11264
Aug 25 17:37:48 imap(vuser): Info: Post-login script denied access to user vuser
dovecot.log
========
Aug 25 17:31:28 imap-postlogin: Error: script-login: Error: user pmp
2013 Nov 11
1
Enable Rawlog from userdb in Dovecot v2.2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
how do I enable Rawlog for one person only?
http://wiki2.dovecot.org/Debugging/Rawlog
describes how to enable the postlogin script for all users. Rawlog gets
active only, if the dovecot.rawlog directory exists. So far, it's working.
However. I suspect that there is some notable overhead in this chain, so I
tried to enable rawlog via
2013 May 31
1
Configuration advice needed.
Hello,
First, thanks for this great piece of software.
I'm new to dovecot and i've just converted my old courier configuration
on pop/imap server side, everithing is working just fine on this side
and speed gain expected was found (not enough for our busy servers :).
Setup is done with 3 dovecot virtual servers load balanced with a
Hardware load balancer (this part is a big point of the
2015 Oct 15
0
master user in dovecot 1.2
1.2.9 is very outdated, install a recent version
2009-12-16 1.2.9 changeset | changelog | files
vs
12 days ago Timo Sirainen Released v2.2.19. 2.2.19
Am 15.10.2015 um 13:12 schrieb Michal ?ila:
> Hello list,
>
> i would like to use master user functionality in dovecot v1.2, but i just cant get it to work:
>
> Here?s my configuration:
>
> # dovecot -n
> # 1.2.9:
2014 Jan 24
0
Dovecot imap-postlogin failed
*** This is 2 posts combined into one which I had asked on linuxquestions.org
and never got an answer ***
Hi,
In short I am trying to run a bash script which will then update
a mysql database with the last login date/time & last IP for each mailbox.
I have searched google dead but still cant figure out what im doing wrong
or if there is some issue with the centos 6 rpm's for dovecot.
2012 Oct 15
1
Plugin hooks in login process
Hi all;
I've setup dovecot (2.1.10) in a cluster configuration. We have two servers
acting as frontend which authenticates users and proxy them to other two
servers which handles the "real" work.
Users credentials are on a mysql cluster; we have one master, in which
read/write queries are processed, and many replicated slave, which process
read-only queries.
The frontend
2014 Jan 27
1
post-login scripting failing with "denied access to user" v2.1.7
I am trying to have a default sieve rule for new mailboxes that can be
edited by users using the round cube sieve plugin.
It would actually be better executed when a new user is created but my postfixadmin runs on a separate machine so that's a bit tricky.
The "sieve-default =" setting won't quite achieve what I want as I want users to be able to edit the default rule (to
2018 May 02
1
Speedup windows client [was] What is the maximum speed for download from a samba share
On Wed, 2 May 2018 16:59:46 +0200
Knut Krüger via samba <samba at lists.samba.org> wrote:
See inline comments:
>
> here the smb.conf
Does it work ?
Have you tried running 'testparm ?
You said earlier that this is running on Debian Stretch, so it should
be Samba version 4.5.12
>
> [global]
>
> socket options = TCP_NODELAY SO_RCVBUF=524288 SO_SNDBUF=524288
>