Displaying 20 results from an estimated 2000 matches similar to: "Maildir permissions and Solr re-indexing"
2016 Dec 19
3
fts-solr: Returning 400 on searches; unescaped braces
Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I
am getting 400 errors when doing searches. Here is an example search
query from dovecot that failed (captured with wireshark):
Frame 23: 338 bytes on wire (2704 bits), 338 bytes captured (2704 bits) on interface 0
Linux cooked capture
Internet Protocol Version 6, Src: ::1, Dst: ::1
Transmission Control Protocol, Src
2011 Mar 20
3
Sieve problems (not matching emails expected to match)
I have a sieve file that reads like this:
require "fileinto";
# Emacs
if header :contains "List-Id" "emacs-devel.gnu.org"
{
fileinto "mail.emacs-devel";
}
elsif header :contains "List-Id" "emacs-bidi.gnu.org"
{
fileinto "mail.emacs-bidi";
}
...
Unfortunately the List-Id based lines don't appear to be working,
2013 Dec 17
9
[PATCH] Btrfs-progs: receive: fix the case that we can not find subvolume
If we change our default subvolume, btrfs receive will fail to find
subvolume. To fix this problem, i have two ideas.
1.make btrfs snapshot ioctl support passing source subvolume''s objectid
2.when we want to using interval subvolume path, we mount it other place
that use subvolume 5 as its default subvolume.
We''d better use the second approach because it won''t bother
2012 Jul 23
2
[LLVMdev] static constant structs
I hope this is the correct forum in which to ask this question.
Currently I am writing code meant to compile with LLVM 3.0. I am trying
to figure out, using the C++ API, how to create a constant static
struct, or the equivalent. Since I am copying data from existing C
structs, I am currently I am using a ConstantArray global variable, and
then pointer casting it to the appropriate type when I
2017 Jan 16
0
fts-solr: Returning 400 on searches; unescaped braces
Michael Welsh Duggan <mwd at md5i.com> writes:
> Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I
> am getting 400 errors when doing searches. Here is an example search
> query from dovecot that failed (captured with wireshark):
>
> Frame 23: 338 bytes on wire (2704 bits), 338 bytes captured (2704 bits) on interface 0
> Linux cooked capture
2012 Jul 23
0
[LLVMdev] static constant structs
Hi Michael,
> I hope this is the correct forum in which to ask this question.
>
> Currently I am writing code meant to compile with LLVM 3.0. I am trying
> to figure out, using the C++ API, how to create a constant static
> struct, or the equivalent. Since I am copying data from existing C
> structs, I am currently I am using a ConstantArray global variable, and
> then
2012 Jul 02
1
[LLVMdev] Intrinsic::getDeclaration causing dump() segfault
In the following scrap of code (pared down from actually useful code),
the func->dump() command segfaults iff the commented-out line is
uncommented. This is with llvm 3.0. I'm only dipping my toes into the
waters of llvm for the first time, and have no idea what I am doing
incorrectly. In actual code, I would be wanting to call the memcpy
intrinsic eventually, of course.
int main(void)
2012 Jul 23
1
[LLVMdev] static constant structs
Duncan Sands <baldrick at free.fr> writes:
>> I hope this is the correct forum in which to ask this question.
>>
>> Currently I am writing code meant to compile with LLVM 3.0. I am trying
>> to figure out, using the C++ API, how to create a constant static
>> struct, or the equivalent. Since I am copying data from existing C
>> structs, I am currently I
2011 Apr 07
2
Permission Denied - cannot create inbox
I cant figure out permissions with Dovecot. I am new with this program and
have tried setting the mail group to "mail" which is the group of my
mailboxes which are located in /var/spool/mail.
Here's the error I get.
fs1 dovecot: imap(tl511insight): Error:
chown(/home/tl511insight/mail/.imap/INBOX, -1, 12(mail)) failed: Operation
not permitted (egid=504(tl511insight), group based
2012 Sep 09
1
ChgrpNoPerm issue
I have dovecot version 2.0.9
I am confused about this article
http://wiki2.dovecot.org/Errors/ChgrpNoPerm
my mail_location =
mbox:~/mymail:INBOX=/var/mail/%u
So my inbox is at var/mail/ and my
imap folder is /home/user/mymail
The problem is /var/mail (Owner is
useraccount and the group us mail) , and here comes the problem
Dovecot
keeps trying to chown the imap folder inside the
2013 Dec 18
0
[PATCH v2] Btrfs-progs: receive: fix the case that we can not find the subvolume
If we change our default subvolume, btrfs receive will fail to find
subvolume. To fix this problem, we have three ideas:
1.make btrfs snapshot ioctl support passing source subvolume''s objectid.
2.when we want to using interval subvolume path, we mount it other place
that use subvolume 5 as its default subvolume.
3.tell the user to mount the toplevel subvol by himself and run
receive
2018 Jul 01
0
permissions of newly created mailboxes only with dovecot-lda and posix acls
Hi!
I am experiencing troubles concerning the inheritance of the setgid bit if a new mailbox is created with dovecot-lda.
If it is created with dovecot/imap, everything works fine.
dovecot-lda is called from postfix like this:
----------
mailbox_command = /usr/local/sbin/postfix-lda.sh
----------
logger -p mail.info -t postfix-lda "H: $HOME, S: $SENDER, R: $RECIPIENT, U: $(umask), id:
2010 Aug 26
1
[PATCH 2/5] ocfs2/dlm: add lockres as parameter to dlm_new_lock()
Wether the dlm_lock needs to access lvb or not depends on dlm_lock_resource it belongs to. So a new parameter "struct dlm_lock_resource *res" is added to dlm_new_lock() so that we can know if we need to allocate lvb for the dlm_lock. And we have to make the lockres availale for calling dlm_new_lock().
Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com>
---
2005 Sep 08
2
wine in ubuntu
When i attempt to run winesetup in ubuntu, it has some error saying i cant
configure it as super user.........it does this when im not
superuser!........why is this? is there a fix?
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
2014 Aug 03
3
permission denied
I'm getting 2 errors which are probably related, the second of which I
haven't actually seen an issue with yet (I just found it looking at the
error log)
The issue is that I cannot change my subscriptions through Thunderbird
(version 31.0). I created the subscriptions through Thunderbird, but
now it won't let me change them. dovecot responds with sutff like this
when I sniff
2007 Mar 15
2
flock problems with index files and passwd-file
While experimenting a bit, I found that for some reason, locking indexes
with flock is problematic, but only if user is taken from passwd-file.
The host system is openbsd 3.9, dovecot's configuration is added at the
bottom.
Authentication is from two places - first from mentioned passwd-file,
then from passwd file using bsdauth (in this case, there're no problems
with flock). So, if
2009 Aug 19
1
fchown() failed
Hello all,
I'm not sure if this question is better posed to a Fedora group because
I have only had this problem since I upgraded from F9 to F11, but I
figured that the specialised knowledge here might help me more...
I have been getting these entries in syslog since upgrading. Today for
instance I got:
**Unmatched Entries**
dovecot: Dovecot v1.2.0 starting up (core dumps disabled): 1
2009 Oct 23
2
New error messages
I was glancing at my logwatch report when I noticed:
dovecot: IMAP(robinmail):
fchown(/home/robinmail/mail/.imap/INBOX/dovecot.index.log.newlock, -1,
10(wheel)) failed: Operation not permitted (egid=100(users), group based on
/var/mail/robinmail): 1 Time(s)
dovecot: IMAP(robinmail):
fchown(/home/robinmail/mail/.imap/INBOX/dovecot.index.tmp, -1, 10(wheel))
failed: Operation not
2013 Nov 27
2
Permissions problems
Hi,
I have dovecot 2.0.20 running (its an old version, I know, it came from the
stable archive at OpenCSW) with Solaris SMF integration working fine. It
enables and disables okay.
However, I cantt connect to it, it is allowing the connection, but spewing on
permissions:
Nov 24 17:34:20 proliant-1 dovecot: [ID 583609 mail.info] master: Dovecot
v2.0.20 starting up
Nov 24 17:34:27 proliant-1
2009 Aug 04
2
1.2.3 - fchown failed messages
Hello,
I installed 1.2.3 and we are seeing a few messages in the log files such
as:
---
Aug 4 16:40:24 xyz dovecot: IMAP(john): fchown() failed with file
/home/john/.imap/INBOX/dovecot.index.log.newlock: Operation not permitted
Aug 4 16:40:24 xyz dovecot: IMAP(john): fchown() failed with file
/home/john/.imap/INBOX/dovecot.index.tmp: Operation not permitted
---
dovecot -n:
# 1.2.3: