[Dovecot] v2.2.8 released
http://dovecot.org/releases/2.2/dovecot-2.2.8.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.8.tar.gz.sig
+ Mail cache lookups work for the mail being saved. This improves
performance by avoiding the need to parse the mail multiple times
when using some plugins (e.g. mail_log).
+ Mail cache works for recently cached data also with in-memory
indexes.
+ imapc: Many performance improvements, especially when working with
dsync. Also added imapc_feature=fetch-headers which allows using
FETCH BODY.PEEK[HEADER.FIELDS (..)] to avoid reading the entire
header.
+ mail_location = ..:FULLDIRNAME=dbox-Mails is the same as
:DIRNAME=dbox-Mails, but it will also be used for
:INDEX and :CONTROL directories. (It should have worked this way
from the beginning, but can't be changed anymore without breaking
existing installations).
- Fixed infinite loop in message parsing if message ends with
"--boundary" and CR (without LF). Messages saved via SMTP/LMTP can't
trigger this, because messages must end with an "LF.". A user could
trigger this for him/herself though.
- lmtp: Client was sometimes disconnected before all the output was
sent to it.
- imap_zlib plugin caused crashes during client disconnection in
v2.2.7
- replicator: Database wasn't being exported to disk every 15 minutes
as it should have. Instead it was being imported, causing "doveadm
replicator remove" commands to not work very well.
On Tue, Nov 19, 2013 at 11:23:16PM +0200, Timo Sirainen wrote:
An oddity occured on my od server herer.
Error Code 139 occurred on installing the man1 section.
-- Member - Liberal International This is doctor@nl2k.ab.ca Ici doctor@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism 23 Nov 2013 a Big day indeed
On 11/21/2013 12:17 AM The Doctor wrote:
An oddity occured on my od server herer.
Error Code 139 occurred on installing the man1 section.
Please would you provide more details (error message)? Which OS, what version?
Regards, Pascal
The trapper recommends today: c01dcofe.1332502@localdomain.org
On Thu, Nov 21, 2013 at 01:12:49AM +0000, Pascal Volk wrote:
BSD/OS 4.3.1
Error 139
-- Member - Liberal International This is doctor@nl2k.ab.ca Ici doctor@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism 23 Nov 2013 a Big day indeed
On 11/21/2013 01:28 AM The Doctor wrote:
If your server has an Intel CPU, I'd say that's a segmentation fault. The install* targets in dovecot-2.2.x/doc/man/Makefile are using mkdir install. So I guess your mkdir or install binary is making some trouble.
Regards, Pascal
The trapper recommends today: cafefeed.1332518@localdomain.org
On Thu, Nov 21, 2013 at 06:00:12PM +0000, Pascal Volk wrote:
Consider the directory does exist I concur.
man mkdir gives
MKDIR(1) BSD Reference Manual MKDIR(1)
NAME mkdir - make directories
SYNOPSIS mkdir [-p] [-m mode] directory_name ...
DESCRIPTION Mkdir creates the directories named as operands, in the order specified, using mode a=rwx (0777) as modified by the current file mode creation mask (umask(2)).
The options are as follows:
-m Set the mode bits of the final created directory to the specified
mode. The file mode creation mask applies to the mode. The mode
argument can be in any of the formats specified to the chmod(1)
command. If a symbolic mode is specified, the operation charac-
ters ``+'' and ``-'' are interpreted relative to an initial mode
of ``a=rwx''.
-p Create intermediate directories as required. If this option is
not specified, the full path prefix of each operand must already
exist. Intermediate directories are created with permission bits
of a=rwx (0777) as modified by the current file mode creation
mask, plus write and search permission for the owner.
The user must have write permission in the parent directory.
Mkdir exits 0 if successful, and >0 if an error occurred.
SEE ALSO rmdir(1), umask(1)
STANDARDS The mkdir utility is expected to be IEEE Std1003.2 (``POSIX'') compati- ble.
BUGS You can't set the sticky, setuid or setgid bits on a directory using mkdir. This behavior may change in future releases.
BSDI BSD/OS December 3, 1996 1
-- Member - Liberal International This is doctor@nl2k.ab.ca Ici doctor@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism 23 Nov 2013 a Big day indeed
W dniu 19.11.2013 22:23, Timo Sirainen pisze:
grep 35198 /var/log/dovecot.log
2013-11-21T09:45:25.069369+01:00 meteor dovecot: imap-login: Login: user=<marcin@mejor.pl>, method=CRAM-MD5, rip=83.144.yyy.xxx, lip=88.198.102.195, mpid=35198, TLS, session=<nv0266vrkgBTkHPS> 2013-11-21T09:46:24.401517+01:00 meteor dovecot: imap(marcin@mejor.pl) <nv0266vrkgBTkHPS>: Fatal: master: service(imap): child 35198 killed with signal 6 (core dumped)
Regards! Marcin
W dniu 2013-11-21 23:21, Marcin Mirosław pisze:
Hi! Is this the same reason as described here http://www.dovecot.org/list/dovecot/2012-July/067181.html ? Marcin
participants (5)
-
Daniele Nicolodi
-
Marcin Mirosław
-
Pascal Volk
-
The Doctor
-
Timo Sirainen