Displaying 20 results from an estimated 100 matches similar to: "[dovecot quota-status] error "Invalid character in path""
2019 Apr 02
4
sieve scripts not synching for 2.3.5.1 pre-built
On 2 Apr 2019, at 22.37, Timo Sirainen via dovecot <dovecot at dovecot.org> wrote:
>
> On 2 Apr 2019, at 17.03, Jan-Pieter Cornet via dovecot <dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote:
>>
>> Hi,
>>
>> We're synching mailboxes, changing format from maildir to mdbox, using doveadm backup/doveadm sync.
>>
>> When
2017 Mar 29
2
Transferring ownership of R-managed buffer
http://www.keittlab.org/
On Wed, Mar 29, 2017 at 1:04 PM, Herv? Pag?s <hpages at fredhutch.org> wrote:
> Hi Tim,
>
> On 03/29/2017 08:24 AM, Tim Keitt wrote:
>
>> I have a use case where I would like to create an SEXP around an existing
>> buffer that is managed by R, thus avoiding a copy operation.
>>
>
> What to you mean exactly by "an existing
2019 Apr 13
3
Solr connection timeout hardwired to 60s
On 4/13/2019 4:29 AM, John Fawcett via dovecot wrote:
> If this value was made configurable people could set it to what they
> want. However the underlying problem is likely on solr configuration.
The Jetty that is included in Solr has its idle timeout set to 50
seconds. But in practice, I have not seen this timeout trigger ... and
if the OP is seeing a 60 second timeout, then the 50
2018 Mar 07
2
Mail addresses with quotes + Postfix
Op 7-3-2018 om 15:40 schreef Stephan Bosch:
>
>
> Op 7-3-2018 om 13:46 schreef Philipp Berger:
>> I wrapped the LDA command in a script. I can see that Postfix passes
>> "@@mydomain.tld" as the -d argument, without quotes.
>> I then adapted the script to specifically replace this address with
>> "@"@mydomain.tld, but this results in the
2017 Mar 29
0
Transferring ownership of R-managed buffer
Tim,
What you're describing is a special case of the ALTREP framework/API that
Luke Tierney, Tomas Kalibera, and I are working on putting into R. See my
initial proposal to the DSC here:
https://www.r-project.org/dsc/2016/slides/customvectors.html and the
subsequent branch here: https://svn.r-project.org/R/branches/ALTREP/ where
Luke and I have merged the ideas from that proposal with work he
2017 Mar 29
3
Transferring ownership of R-managed buffer
I have a use case where I would like to create an SEXP around an existing
buffer that is managed by R, thus avoiding a copy operation. If I have
something like:
void *p = (void*) RAW(PROTECT(Rf_allocVector(RAWSXP, n)));
... additional maniupulation ...
SEXP x = somefunc(SXPTYPE, n, p); // ????
Is there a "placement" constructor available? (I have arranged for the
corresponding
2019 Apr 14
0
[PATCH] Re: Solr connection timeout hardwired to 60s
On 13/04/2019 17:16, Shawn Heisey via dovecot wrote:
> On 4/13/2019 4:29 AM, John Fawcett via dovecot wrote:
>> If this value was made configurable people could set it to what they
>> want. However the underlying problem is likely on solr configuration.
>
> The Jetty that is included in Solr has its idle timeout set to 50
> seconds.? But in practice, I have not seen this
2019 Jun 05
0
doveconf complains No matches on !include conf.d/* line but still writes out contents in conf.d
I'm on dovecot 2.3.3 (dcead646b). Output of `dovecot -n`:
# 2.3.3 (dcead646b): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.3 (f018bbab)
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf
line 98: No matches
doveconf: Error: managesieve-login: dump-capability process returned 89
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf
line 98: No
2019 Jun 09
0
doveconf complains No matches on !include conf.d/* line but still writes out contents in conf.d
Further investigation shows that `doveconf` called
`/usr/lib/dovecot/managesieve` which in return calls `doveconf` again,
but with another uid (possible? I'm not sure) and a few extra arguments,
which causes a call to `glob` in
`src/config/config-parser.c:settings_include` to fail with `GLOB_NOMATCH`.
I'd be appreciate if anyone can provide information on suspicious
2019 Apr 10
4
ssl_cert: Can't open file permission denied
Dovecot 2.3.3 (dcead646b)
openSUSE Leap 15.0
I am getting a weird error message:
Fatal: Error in configuration file /etc/dovecot/local.conf line 16: ssl_cert: Can't open file /etc/foobar/ssl/certbot.pem: Permission denied
I have tried the following:
- chmod -R 655 /etc/foobar/ssl (/etc/foobar is 755)
- create "ssl_users" group add dovecot to it chown -R dovecot:ssl_users
2018 Oct 18
3
Fatal: setgid, imap connections dropped.
On 16.10.2018 21.32, J. de Meijer wrote:
> I'm still trying to fix this problem. Hopefully someone can help.
>
> I've upgraded dovecot to 2.3.3
> # dovecot --version
> 2.3.3 (dcead646b)
>
> That didn't help.
>
> Next I switched 10-auth.conf to use a local password file (instead of LDAP)
Can you provide doveconf -n please?
Aki
2018 Nov 08
0
Strange log message with dovecot-2.3.3
Hi,
# dovecot --version
2.3.3 (dcead646b)
# doveinfo
Nombre d'utilisateurs : 1151
Sockets IMAP : 4356
Process dovecot/imap : 4357
Process dovecot/imap-login : 1339
Process dovecot/pop3 : 0
Process dovecot/pop3-login : 0
Process dovecot/auth : 1
Process dovecot/auth -w : 2
Process dovecot/anvil : 1
Process
2019 Apr 10
2
ssl_cert: Can't open file permission denied
On Wednesday, April 10, 2019 10:52 AM, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote:
> On 10.4.2019 12.36, Laura Smith via dovecot wrote:
>
> > Dovecot 2.3.3 (dcead646b)
> > openSUSE Leap 15.0
> > I am getting a weird error message:
> > Fatal: Error in configuration file /etc/dovecot/local.conf line 16: ssl_cert: Can't open file
2018 Oct 19
1
Fatal: setgid, imap connections dropped.
On 18.10.2018 21.24, J. de Meijer wrote:
>> On 16.10.2018 21.32, J. de Meijer wrote:
>>> I'm still trying to fix this problem. Hopefully someone can help.
>>>
>>> I've upgraded dovecot to 2.3.3
>>> # dovecot --version
>>> 2.3.3 (dcead646b)
>>>
>>> That didn't help.
>>>
>>> Next I switched
2018 Oct 18
0
Fatal: setgid, imap connections dropped.
>
> On 16.10.2018 21.32, J. de Meijer wrote:
>> I'm still trying to fix this problem. Hopefully someone can help.
>>
>> I've upgraded dovecot to 2.3.3
>> # dovecot --version
>> 2.3.3 (dcead646b)
>>
>> That didn't help.
>>
>> Next I switched 10-auth.conf to use a local password file (instead of
>> LDAP)
>
> Can you
2019 Mar 28
2
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
dovecot-2.3.3-1.fc29.x86_64
Mar 28 10:04:47 auth: Panic: file http-client-request.c: line 283 (http_client_request_unref): assertion failed: (req->refcount > 0)
Mar 28 10:04:47 auth: Error: Raw backtrace: /usr/lib64/dovecot/libdovecot.so.0(+0xe34fb) [0x7fe76e0834fb] -> /usr/lib64/dovecot/libdovecot.so.0(+0xe3597) [0x7fe76e083597] -> /usr/lib64/dovecot/libdovecot.so.0(+0x51207)
2019 Feb 26
2
Dovecot 2.3.3 Mailbox does not exist
HI,
I would deeply aprechiate if someone here could help me address a problem
with ACL. I would personally refrain from e-mailing ever so often as I
understand other users have more important issues to discuss about. Anyways
I hope someone here could help.
When I run ;-
doveadm acl get -A Public/Archive
I keep getting an error that says Mailbox does not exist . See erorr
message below : -
2018 Nov 21
2
Crash in director for secure lmtp proxy connections
Hi,
After updating some of our director servers from 2.2.36 to 2.3.3
(dcead646b) we experience crashes in about 1/5000 mails in lmtp delivery:
Nov 13 12:23:36 Fatal: lmtp(113620): master: service(lmtp): child 113620
killed with signal 6 (core dumped)
Nov 13 12:23:36 Panic: lmtp(113623): file ostream-dot.c: line 208
(o_stream_dot_sendv): assertion failed: ((size_t)ret == sent + added)
Nov 13
2019 Feb 25
2
Linking mailboxes
Hello Kunal,
I've done this once, and it was for bakcup mail too :) in this page
(https://ychaouche.informatick.net/dovecotsharefolders) I describe how I
shared folders between main e-mail account and backup e-mail account
with symlinks and dovecot-acl files pretty easily.
Yassine.
On 2/24/19 6:57 PM, Aki Tuomi via dovecot wrote:
>
>> On 24 February 2019 18:17 "Kunal A. via
2019 Feb 22
2
Troubles with Dovecot 2.3.3 - mkdir permission denied due to +w perm: /var, dir owned by 0:0 mode=0755)
Hi,
I am quite new to Dovecot and I followed a tutorial on Linode to set up
Dovecot, Postfix and MySql on the following site:-
https://www.linode.com/docs/email/postfix/email-with-postfix-dovecot-and-mysql/
Everything seems to work fine(telnet etc) except dovecot does not create
mailboxes.
Highly appreciate if someone could check the error messages and the dovecot
-n on the bottom and provide