Displaying 20 results from an estimated 3000 matches similar to: "v1.1.2 released"
2008 Jul 20
4
v1.1.2 release candidate
I've finally read and answered most of the mails on this list. ?If you
haven't received an answer to your question, resend it. There are a
couple of tricky mbox issues left, but I'm not sure if I can do anything
about them unless someone can show me how to reproduce the problems.
There are quite a lot of new features in v1.1.2 actually. Most of them
are in plugins so hopefully they
2018 Oct 27
2
maildirlock time unit?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 27 October 2018 at 21:32 Kris von Mach <
<a href="mailto:mach@swishmail.com">mach@swishmail.com</a>> wrote:
</div>
<div>
2008 Sep 21
2
antispam plugin signature-log backend with v1.1.2
Hello,
Is the signature-log backend of the antispam plugin broken when
compiling with dovecot version 1.1.2? I'm using version 1.0 of the
antispam plugin. It looks like there isn't anything more recent.
cc -c -DCONFIG_DEBUG -DDEBUG_SYSLOG -fPIC -shared -Wall -Wextra
-DPLUGINNAME=antispam -DHAVE_CONFIG_H -I../dovecot-1.1.2/
-I../dovecot-1.1.2/src/ -I../dovecot-1.1.2/src/lib/
2006 Jul 04
1
ActiveRecord write stops script from responding to SIGTERM
We''ve got a small daemon we run on our servers, which looks something
like this
require File.dirname(__FILE__) + ''/../config/boot''
require File.dirname(__FILE__) + ''/../config/environment''
ActiveRecord::Base.establish_connection
do
m = Message.next_pending
if m
m.do_something
else
sleep 5
end
end
Stuff gets place in this queue
2019 Apr 11
3
maildirlock fails
Hello,
Maildirlock seems to panic on locking:
[root at centos7 home]# /usr/libexec/dovecot/maildirlock "/home/user/imap/domain.com/email/Maildir" 10
Panic: BUG: No IOs or timeouts set. Not waiting for infinity.
Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0xd90ee) [0x7f5bf02f10ee] -> /usr/lib/dovecot/libdovecot.so.0(+0xd9131) [0x7f5bf02f1131] ->
2019 Oct 22
2
v2.2.36 to v2.3.8 maildirlock bug
Dear all,
Dovecot upgraded from v2.2.36 to v2.3.8 There is no problem with the
configuration, but the lock directory seems to have an error.
[root at spam dovecot]# /usr/libexec/dovecot/maildirlock /path/to/maildir 1
Panic: BUG: No IOs or timeouts set. Not waiting for infinity.
19276[root at spam dovecot]# Error: Raw backtrace:
/usr/lib64/dovecot/libdovecot.so.0(+0xe227a) [0x7f1cb567a27a]
2018 Oct 15
4
maildirlock time unit?
What is the time unit maildirlock will accept?
I've tried 20s, 20 sec, 20 secs, 20 seconds, all results in:
Fatal: Invalid timeout value: 20s
And if you don't specify time unit you just get:
Panic: BUG: No IOs or timeouts set. Not waiting for infinity.
This is on 2.3.3. 2.2 worked fine without needing time unit specified.
-------------- next part --------------
A non-text attachment
2013 Oct 12
0
looking for consulting assistance for opus
Hi folks
sincere apologies if this is not meant to be posted here. I am the CEO at
http://directi.com. One of our products http://talk.to is in the messaging
space and we are planning to add voice support to our application and are
currently investigating codecs (Opus, ilbc, isac, G.729, AMR etc). There
are several variables and obviously Opus would be our preferred choice
given its quality, VBR,
2013 Oct 11
0
looking for consulting assistance for opus
Hi folks
sincere apologies if this is not meant to be posted here. I am the CEO at
http://directi.com. One of our products http://talk.to is in the messaging
space and we are planning to add voice support to our application and are
currently investigating codecs (Opus, ilbc, isac, G.729, AMR etc). There
are several variables and obviously Opus would be our preferred choice
given its quality, VBR,
2013 Nov 13
1
Inquiry for an ARM-NEON optimized Opus
hi folks
apologies for sending a commercial mail.
I am the CEO of http://talk.to - a unified messaging product. We are still
in early stages of launch. We intend to build in voip capabilities in our
product. Our product is intended to work in browsers and on all mobile
platforms.
We are looking for someone who can provide us an ARM-Neon optimized version
of Opus for use on mobile platforms so
2020 Feb 09
5
Email Server Backup Strategy
Hello,
Was thinking it would be wise to backup my server, in case anything
"bad" ever happened, so that I could quickly get up to speed.
1. clone the whole drive -- which might be the best to ensure I keep the
whole system working.
2. But, what about, if I just wanted to backup my Email server
components? Postfix - which I think is just config files, and Dovecot -
I think there is a
2009 Oct 06
10
Binary locations
Where do you think the following binaries should be installed to? The
possible locations are:
- bin/
- sbin/
- libexec/dovecot/ (or lib/dovecot/ in most Linux distros)
So the binaries are:
1) These probably belong to bin/ or sbin/ or both:
- authtest
- dovecotpw
- doveadm
2) Binaries that you might want to call from mail_executable setting:
- rawlog
- gdbhelper
3) Index file dumping
2020 Feb 09
4
Email Server Backup Strategy
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
On 10/2/20 4:59 am, Francis Augusto Medeiros-Logeay wrote:
> What I do:
>
> 1 - I ran a maildirlock command to my mail folder 2 - I then rsync
> the folder where my maildirs are, as well as the indexes, to a
> remote location
If rsync is not fast... then how about doing a snapshot and then rsync
off the snapshot? (I do rsync
2009 Sep 08
1
compression script for use with zlib module
Hi,
I'm wondering if someone already implemented a compression script
(and would like to share it) based on the step-by-step provided on wiki
page of Zlib module.
I can already do some find|xargs gzip .... but couldnt implement it
completly as described on the wiki page. I know the suggested
step-by-step is very detailed and probably a must simplier will be
enough for almost
2011 May 12
6
[Bug 1905] New: check_parent_exists() logic does not cover all cases
https://bugzilla.mindrot.org/show_bug.cgi?id=1905
Summary: check_parent_exists() logic does not cover all cases
Product: Portable OpenSSH
Version: 5.8p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh-agent
AssignedTo: unassigned-bugs at mindrot.org
2011 Dec 24
3
Compressing existing maildirs
I've just enabled zlib for our users, and am looking at how to compress
the existing files. The routine for doing this at
http://wiki2.dovecot.org/Plugins/Zlib seems a bit complicated. What do
you think about simply doing:
find /var/vmail -type f -name "*,S=*" -mtime +1 -exec gzip -S Z -6 '{}' +
I.e. find all maildir-files:
- with size in the name ("*,S=*")
-
2016 May 18
2
mailbox.auto ignores dovecot-uidlist.lock
On 2016-05-18 11:52, Aki Tuomi wrote:
> On 18.05.2016 12:44, Tom Sommer wrote:
>> I'm trying to lock down a maildir from modifications using
>> dovecot-uidlist.lock, but when a user with mailbox.auto = create logs
>> in, then the folder is created regardless of dovecot-uidlist.lock
>> existing or not.
>>
>> Is there no way to prevent dovecot from
2019 Dec 06
2
v2.2.36 to v2.3.8 maildirlock bug
Hello,
Aki created this patch a while ago: http://files1.directadmin.com/services/custombuild/patches/maildirlock-crash.patch
It works perfectly to fix the issue :) Regarding dsync - I don't think it's a good replacement in all the cases, is it? We use maildirlock extensively for compression of email folders (when zlib compression is enabled in dovecot, old emails remain untouched).
--
2014 Jul 30
2
[PATCH v2] launch: Close file descriptors after fork (RHBZ#1123007).
https://bugzilla.redhat.com/show_bug.cgi?id=1123007
This is version 2 of the patch which avoids incorrectly closing
stderr, so we can still see debug and error messages.
Rich.
2020 May 29
3
Simple backup of maildir folder
Hi,
I want to do a simple backup of my maildir. I read here that maildirlock
is not to count on in the future and the recommended option was to use
doveadm backup. However, it seems that this requires to setup another
dovecot server.
My questions are:
- How much to I need to configure this new server? Do I need to setup
user by user, or even install postfix (that's where my users are