Displaying 20 results from an estimated 5000 matches similar to: "What causes folders to be reported as noselect?"
2018 Sep 26
0
What causes folders to be reported as noselect?
> On 26 September 2018 at 18:42 Daniel Miller <dmiller at amfes.com> wrote:
>
>
> As the subject says.? This may be a bit open-ended - but it would really
> help troubleshooting some obscure folder issues.
>
> In my case, I happen to have both some "real" folders and also some
> "virtual" folders that respond to IMAP LIST commands with the
2008 Apr 10
2
Trouble with trusted domains
Hello list,
perhaps someone can guide me, finding out what's going wrong in the
following scenario (Active Directory , Samba 3.0.20b same with 3.0.28a):
CHILD1.CONTOSO.COM <-trusts-> CONTOSO.COM <-trusts->CHILD2.CONTOSO.COM
| | |
User: CHILD1\testtest | Samba
2019 Jun 05
2
FTS Xapian
For my primary namespace this is working fine - thanks to the developers!
It also appears to work great for shared folders as well.
But my virtual folders aren't returning results - at least not to the
client. The logs show FTS Xapian opening several DB files and getting
results - but nothing is being returned to client. Is this a config
issue on my side or is this a current limitation of
2019 Jun 05
2
FTS Xapian
Logs:
Jun 5 06:02:25 bubba dovecot:
imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: Opening DB (RO)
/var/mail/amfes.com/dmiller/sdbox/xapian-indexes/db_f2857830c70c844e2f1d00003bc41c5f
Jun 5 06:02:25 bubba dovecot:
imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: FLAG=AND
Jun 5 06:02:25 bubba dovecot:
imap(dmiller at
2019 Jun 07
1
FTS Xapian
Yes, latest git version.
The logs show (as I read them) returned results - yet nothing shows in the
client. The logs look the same (with different numbers) when querying
"regular" folders - but results are shown in clients.
--
Daniel
On June 6, 2019 12:16:08 AM Joan Moreau <jom at grosjo.net> wrote:
> Hi
> Are you using the latest git version ?
> WHich part exactly
2018 Mar 21
2
how to add a child to a child in XML
I am trying to add a child to a child using XML package in R. the following fails
library(XML)
node1 <- c("val1","val2","val3")
names(node1) <- c("att1","att2","att3")
root <- xmlNode("root", attrs=node1)
node2 <- LETTERS[1:3]
names(node2) <- paste("name",1:3,sep="")
root <-
2012 Jan 25
4
Crash on mail folder delete
Attempting to delete a folder from within the trash folder using
Thunderbird. I see the following in the log:
Jan 25 15:36:22 bubba dovecot: imap(dmiller at amfes.com): Panic: file
mailbox-list-fs.c: line 156 (fs_list_get_path): assertion failed:
(mailbox_list_is_valid_pattern(_list, name))
Jan 25 15:36:22 bubba dovecot: imap(dmiller at amfes.com): Error: Raw
backtrace:
2011 Feb 14
3
Search failure
doveadm search -u dmiller at amfes.com text xyzxyz
doveadm(dmiller at amfes.com): Panic: file istream-limit.c: line 79
(i_stream_limit_seek): assertion failed: (v_offset <= lstream->v_size)
doveadm(dmiller at amfes.com): Error: Raw backtrace:
/usr/local/lib/dovecot/libdovecot.so.0(+0x3ca8a) [0x7fcf3daaca8a] ->
/usr/local/lib/dovecot/libdovecot.so.0(default_fatal_handler+0x32)
2016 Jul 27
3
Lost trusted domain in samba-4.4.4
Here is my smb.conf:
[/usr/local/samba/var] # cat /etc/config/smb.conf
[global]
client schannel = false
server schannel = false
client ipc signing = false
client signing = false
server signing = false
winbind sealed pipes = false
require strong key = false
passdb backend = smbpasswd
workgroup = HC1
security = ADS
server string =
encrypt passwords = Yes
username level = 0
map to guest = Bad User
2004 May 01
1
win32-mutex
I''ve committed documentation and a test suite for win32-mutex. Once again,
I''m looking for a good sample program that we can use for the test.rb file
that really demonstrates what you can accomplish with it. I scoured the web
but didn''t find anything good.
On another note, I came across another implementation called "fmutex" that I
thought might be worth
2010 Aug 03
3
How to disable "/Noselect" Flag
Hi all,
can you help me to disable the "/Noselect" flag from folder so imap
client can select the folder and his sub-folders to store mails inside
Thanks
2009 Mar 01
1
Remote storage
What options are available for remote storage, i.e. storage devices
directly mounted on the machine running Dovecot? I've seen discussions
of NFS usage - but my experiences with NFS in times past have been
poor. CIFS has worked well for me for non-mail use - would this be
suitable? Or is there another method I've not considered?
--
Daniel
2018 Mar 22
2
how to add a child to a child in XML
Big thanks. newXMLNode works great. Wonder why it is not included in the documentation.
There is newXMLDoc and newXMLNamespace, but no mention of newXMLNode.
Stephen
From: Ben Tupper [mailto:btupper at bigelow.org]
Sent: Wednesday, March 21, 2018 6:18 PM
To: Bond, Stephen
Cc: r-help
Subject: Re: [R] how to add a child to a child in XML
Hi,
XML doesn't use the `$` to access child nodes.
2010 Dec 01
3
SIS errors - was Error from mobile client (Palm Pre)
Continuing to see errors on this with some new messages. Is it possible
this has anything to do with zlib plugin, or possibly having a mix of
zlib compressed & uncompressed messages with mdbox? I recently added
zlib to deliver plugin list.
--
Daniel L. Miller, VP - Engineering, SET
AM Fire & Electronic Services, Inc. [AMFES]
dmiller at amfes.com 702-312-5276
2013 Nov 26
3
How can I take/revert snapshot of a VHD image
Hi there,
I''m running several VMs within Xen, and now I''m trying to create/revert
snapshots of my VMs.
Along with Xen and blktap2, another utility, vhd-util is also delivered,
and according to its description, i guess I can use it to create/revert
VM snapshots.
To create a snapshot is actually easy, I just call
|vhd-util snapshot -n aSnapShot.vhd -p theVMtoBackup.vhd
|
But
2020 Feb 17
1
Shared Mailboxes with Multiple Domains
Any thoughts on this?
---
Daniel
------ Original Message ------
From: "Daniel Miller" <dmiller at amfes.com>
To: "Dovecot Mailing List" <dovecot at dovecot.org>
Sent: 2/12/2020 6:16:05 PM
Subject: Shared Mailboxes with Multiple Domains
>Trying to track down a problem I've been dealing with for a while. Everything else works fine - the problem is with
2009 Mar 02
2
Deliver error - fdatasync_path
I see the following history in my log during message delivery:
Mar 1 13:35:09 mailserver postfix/pickup[21464]: 5FAFC2A002: uid=0
from=<root>
Mar 1 13:35:09 mailserver postfix/cleanup[21526]: 5FAFC2A002:
message-id=<20090301213509.5FAFC2A002 at mailserver.amfeslan.local>
Mar 1 13:35:09 mailserver postfix/qmgr[21429]: 5FAFC2A002:
from=<root at mailserver.amfeslan.local>,
2018 Mar 21
0
how to add a child to a child in XML
Hi,
XML doesn't use the `$` to access child nodes. Instead use either `[name]` to get a list of children of that name or `[[name]]` to get the just the first child of that name encountered in the genealogy. Thus for your example...
> root$child1
NULL
> root[['child1']]
<child1 name1="A" name2="B" name3="C"/>
On the other hand, you might
2016 Jul 27
2
Lost trusted domain in samba-4.4.4
Hi list,
This is my domain enviroment and all DC are windows 2008r2
http://i.imgur.com/8cNOtm2.jpeg
When I used samba-4.0.5, I join my box to domain "HC1" , I got trusted
domain "CHILD2" in "wbinfo -m".
[/share/Public] # wbinfo -m
BUILTIN
MYBOX
HC1
CHILD1
TREEROOT
HC2
CHILD2
Then I upgraded my box to samba-4.4.4, I lost CHILD2 in "wbinfo -m".
2017 Feb 09
3
Solr 6.4.1
Does this work (pcap attached)?
Daniel
On 2/8/2017 10:57 PM, Aki Tuomi wrote:
>
> On 09.02.2017 07:54, Daniel Miller wrote:
>> I've been running Solr for a while (4.10.3) - wanted to make the jump
>> to the latest & greatest. I installed 6.4.1, copied over my
>> schema.xml - and after a couple false starts where I needed to tweak
>> it work with the new