Displaying 19 results from an estimated 19 matches for "rosenauer".
2018 Jul 11
4
LMTP crashing heavily for my 2.2.36 installation
On Wed, Jul 11, 2018 at 10:46 AM, Timo Sirainen <tss at iki.fi> wrote:
> On 11 Jul 2018, at 8.41, Wolfgang Rosenauer <wrosenauer at gmail.com> wrote:
> >
> > I'm running 2.2.36 (as provided by openSUSE in their server:mail
> repository) and at least at one of my systems LMTP is crashing regularly on
> certain messages (apparently a lot of them).
> >
> > Sometimes (but not a...
2018 Jul 13
4
dsync panic
I think I get pretty much the same issue:
dsync(support): Panic: file mailbox-attribute.c: line 360
(mailbox_attribute_get_stream): assertion failed: (value_r->value != NULL
|| value_r->value_stream != NULL)
dsync(support): Error: Raw backtrace:
/usr/lib64/dovecot/libdovecot.so.0(+0xc9e06) [0x7fba8a348e06] ->
/usr/lib64/dovecot/libdovecot.so.0(default_fatal_handler+0x2a)
[0x7fba8a348e4a]
2018 Jul 12
0
LMTP crashing heavily for my 2.2.36 installation
On Wed, Jul 11, 2018 at 6:03 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> One alternative is to migrate into sdbox format, in which this is supported
>
>
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Wolfgang Rosenauer <wrosenauer at gmail.com>
> Date: 11/07/2018 18:14 (GMT+02:00)
> To: Timo Sirainen <tss at iki.fi>
> Cc: Dovecot Mailing List <dovecot at dovecot.org>
> Subject: Re: LMTP crashing heavily for my 2.2.36 installation
>
> follow up question.
>
> Is there a com...
2005 Jun 17
2
drop elements of vector by class
i'm trying to build a little summary table for the contents of a data frame.
t<-sapply(macro, data.class)
c<-sapply(macro, length)
m<-sapply(macro, mean, na.rm=T, digits=2)
cbind(type=t, n=c , mean=m)
I want to drop the variables that are factors so I can include -max- and
-min- in my table.
-macro- contacts the data--how do I drop the variables according to their
data.class
2006 Feb 16
2
looping through tasks
Hi,
I'm moving (slowly) to R from STATA.
I often have need to move through a set of tasks across a series of years.
In this case, you can see that I'm mimicking -reshape- in STATA, but I'm
less interested in the
task than in programming R.
library(foreign)
mydata<-read.dta("z:\example.dta")
for (y in 2000:2002) {
2018 Jul 11
0
LMTP crashing heavily for my 2.2.36 installation
follow up question.
Is there a commit which is reasonable to backport for me into the packages
or is it too intrusive or based on heavily changed code?
Thanks,
Wolfgang
On Wed, Jul 11, 2018 at 3:32 PM, Wolfgang Rosenauer <wrosenauer at gmail.com>
wrote:
>
> On Wed, Jul 11, 2018 at 10:46 AM, Timo Sirainen <tss at iki.fi> wrote:
>
>> On 11 Jul 2018, at 8.41, Wolfgang Rosenauer <wrosenauer at gmail.com> wrote:
>> >
>> > I'm running 2.2.36 (as provided by openSUSE...
2012 Aug 22
4
Debian 6 PV on openSUSE 11.4 Xen
Hi,
I''m trying to install Debian Squeeze as DomU on an openSUSE 11.4 Xen
host but fail all the time.
I''ve also searched Google and Debian as well as openSUSE resources but
haven''t found any hint about my issue :-(
First I''ve tried to install it as a paravirtualized guest but when the
Debian installer tries to detect the disks I get this:
[ 173.233735]
2018 Jul 11
3
LMTP crashing heavily for my 2.2.36 installation
Hi,
I'm running 2.2.36 (as provided by openSUSE in their server:mail
repository) and at least at one of my systems LMTP is crashing regularly on
certain messages (apparently a lot of them).
Sometimes (but not always a backtrace is posted to the logs:
2018-07-11T07:34:56.741848+02:00 saruman dovecot: lmtp(14690): Fatal:
master: service(lmtp): child 14690 killed with signal 11 (core dumps
2016 Jun 09
2
postfix+dovecot and usernames different to e-mail addresses
...as follows:
dovecot unix - n n - - pipe
flags=DRhu user=mail-data:mail-data
argv=/usr/lib/dovecot/dovecot-lda -a ${recipient}
Dovecot still tells me that it does not find the home directory for the
user.
Benjamin
On 06/08/2016 10:45 PM, Wolfgang Rosenauer wrote:
> On Wed, Jun 8, 2016 at 10:13 AM, Benjamin <dovecot at benjaminhubert.at> wrote:
>
>>
>> My dovecot-ldap configuration looks quite simple:
>>
>> hosts = 192.168.0.1,192.168.0.2
>> dn = cn=mailadmin,dc=example,dc=com
>> dnpass = foo
>&...
2015 Sep 25
1
Cyrus mailbox (plain files) to Dovecot
Hi,
I'm migrating from a Cyrus to a Dovecot installation right now. As part of
it I've got plain Cyrus mailboxes (w/o real metadata; so to say I've got
the /var/spool/imap/user part but not the /var/lib/imap/user one)).
Those former mailboxes I want to provide under a public namespace via ACLs.
The question I cannot answer right now is:
How can I convert these plain mailboxes on a FS
2018 Jul 11
0
LMTP crashing heavily for my 2.2.36 installation
On 11 Jul 2018, at 8.41, Wolfgang Rosenauer <wrosenauer at gmail.com> wrote:
>
> Hi,
>
> I'm running 2.2.36 (as provided by openSUSE in their server:mail repository) and at least at one of my systems LMTP is crashing regularly on certain messages (apparently a lot of them).
>
> Sometimes (but not always a backt...
2018 Jul 13
0
dsync panic
On 13 Jul 2018, at 21.39, Wolfgang Rosenauer <wrosenauer at gmail.com <mailto:wrosenauer at gmail.com>> wrote:
>
> I think I get pretty much the same issue:
>
> dsync(support): Panic: file mailbox-attribute.c: line 360 (mailbox_attribute_get_stream): assertion failed: (value_r->value != NULL || value_r->value_s...
2010 Sep 06
1
notification plugin
Hi,
I'm pretty new to dovecot's codebase and trying to write a plugin
which performs certain plugins if new mail arrives in a user's mailbox.
I saw the mail-log plugin and was playing around with it but it seems
to not create events if new mails arrive but only if mail are copied
or saved from an IMAP connection.
Are there any hooks I can base my plugin on to get events in the
above
2011 Jul 04
1
imap idle and concurrent connections
Hi,
in my testing dovecot (1.2 in that case) seems to not notify all
idling clients about new "recent" mails but only one of them. The
others get usually a message about the new number of mails after some
time but never recent ones.
Only one client gets notified about a new mail. Is that a known issue
or something which might be configuration specific?
Wolfgang
2012 Feb 10
1
folder hierarchies with migration from cyrus to dovecot2
Hi,
I finally migrated my IMAP server from cyrus to dovecot2. I have been
using cyrus since many years and have not much experience with dovecot
yet though.
I've converted my imap server using cyrus2dovecot (several times until
I thought it was correct) but there is one thing left which confuses
me and I'm not sure what I can or need to do to change it.
With Cyrus I used
2013 Dec 02
1
HELP: smb 3.6.20 and 3.6.21 broken with Win 8.1
We have a total of 2 desktops upgraded to the recent Window 8.1.
Neither is able to map the home share, which happens to be a DFS root, and of course cannot access DFS links.
Errors we are seeing are
"Server unable to perform requested operation"
Or
Using net use - system error 64
Or
Using net use with ip addr in lieu of NetBIOS name -
2016 May 29
4
fts lucene crashes in 2.2.24
Hi,
I've just enabled FTS via Lucene on my Dovecot 2.2.24 installation but I
see the indexer crashing ?always?.
This simple testcase with a very tiny testing mailbox exposes the issue
immediately:
doveadm -v index -u anmesse INBOX
Program received signal SIGSEGV, Segmentation fault.
rescan_clear_unseen_mailbox (rescan_ctx=rescan_ctx at entry=0x0,
vname=0x555555839820 "INBOX.Testfolder
2016 Jun 08
2
postfix+dovecot and usernames different to e-mail addresses
Hi,
I want to replace an old mailserver setup with postfix+dovecot. The
problem I'm facing now is, that the old system had usernames different
to the e-mail address of the user. For example:
E-Mail-Address: foo at example.com
Username: foo-example.com
I configured postfix so that it passes mails to dovecot using the
following command (master.cf):
dovecot unix - n
2018 Jul 12
0
LMTP crashing heavily for my 2.2.36 installation (and now with 2.3.2.1)
Hi,
I will try to create a coredump later but now I see version 2.3.2.1 also
crashing in LMTP :-(
2018-07-12T10:09:57.336062+02:00 saruman dovecot:
lmtp(an007498)<11814><zrPDEdUMR1smLgAAQ/KzDw>: Fatal: master:
service(lmtp): child 11814 killed with signal 6 (core dumps disabled -
https://dovecot.org/bugreport.html#coredumps)
2018-07-12T10:09:57.382925+02:00 saruman dovecot: