Displaying 20 results from an estimated 1100 matches similar to: "Permissions incorrectly ordered on Windows after disabling inheritance"
2010 Jul 07
3
Manually creating folders from terminal
I'm trying to use a script to create a mailbox structure. I'm aware that the structure should look like:
~/.maildir/.INBOX/{cur,tmp,new}
~/.maildir/.INBOX.Subfolder1/{cur,tmp,new}
~/.maildir/.INBOX.Subfolder2/{cur,tmp,new}
~/.maildir/.INBOX.Subfolder2.Subsubfolder1/{cur,tmp,new}
...
I have tried manually making those directories and using the "maildirmake.dovecot" command that
2007 Jun 01
2
Sharing nested folders / maildir variations?
Hey all,
So I've got a shared namespace in dovecot where users can, via a
custom control panel, share their folders into (which creates a
symlink) in order to allow anyone on their domain to access it. I
store mail in maildir.
The issue is that when people share folders, they expect that when
they make subfolders, those are automatically shared as they are
contained within it.
2011 Jul 04
1
Public Mailbox & ACLs
Hi,
I'm having a problem I can't get my head around. I'm trying to setup a
public mailbox that is hidden from all users unless granted access through
an ACL.
My folder structure is (migrated from a Courier IMAP/Qmail server):
/var/spool/maildir - main public folder (contains a few .qmail files to
redirect mail to the correct subfolder)
/var/spool/maildir/Support - support public
2020 Oct 30
0
how to enable automatic sharing of folders added/created in an already shared folder hiearchy?
I'm running
dovecot --version
2.3.11.3 (502c39af9)
folder sharing is enabled & working.
as long as I manually enable enable sharing for each folder/subfolder.
e.g., if I enable sharing for each of:
sharedtopfolder
subfolder1
subfolder2
then all's good -- shared-to users can access according to set permissions.
BUT, if I drag any folder under that shared-hierarchy
e.g.,
2011 Mar 22
1
DoveCot 2.0.9: Problem with some Clients and separator (migrate from Cyrus)
hi,
we had to move from a old dieing Sparc very quickly our Cyrus IMAP Users
to Dovecot. Most things works, but some Clients (like Evolution or
Thunderbird) are strange. Our separator in Dovecot2 is "^", the
mailboxes on the filesystem are something like
"INBOX.subfolder1.subfolder2", but in TB and Evo I see
INBOX^subfolder1^subfolder^
In Roundcube Webmail, I have just a
2009 Jun 09
1
Resync quota to mysql script
I changed some quota options in my dovecot config (eg. excluded folders)
but afaik this only affects new mail and there is no magic command to
recalculate the quota (or is there?).
So I wrote this little python script to do this, maybe someone finds it
useful.
It can output the sql statements (dovecot 1.0/1.1 and 1.2 format) or
just print out quota usage to console.
Download at :
2006 Jun 02
0
parent vs child directory permissions problem
I run FreeBSD 4.6-RELEASE (GENERIC) with samba-2.2.4_1 installed.
my workstations all run windows xp home or pro with SP2. We're on a
workgroup, not a domain.
Lately I've been having a problem with changing rights on subfolders.
this is my directory structure
drwxrwx--- 53 root allstaff 2048 Jun 2 08:19 topdirectory
drwxrwx--- 4 Jack group1 512 May 23 13:10
2013 Apr 08
5
How to see folders/subfolders/emails through imap
Hello all,
I am trying to do something very simple - at least thats what I thought.
I have some fs, it contains folders and subfolders with email files ordered
like maildir. Now I try to set up dovecot on top simply to let some imap
account watch these email files. But I cannot see any folders at all. I can
create new folders and see them, but I cannot create subfolders as subdirs
like
2018 Oct 24
0
doveadm backup: Error: Both source and destination mail_location points to same directory
Hello!
I'm using 2 namespaces, "inbox" for INBOX and it's subfolders and
"special" containing folders like Sent, Junk or Drafts.??Though both
use mdbox I decided to represent those namespaces in different
locations "mdbox:~/mail" and "mdbox:~/mail_special_folders". The main
reason to use 2 namespaces was to keep special_use folders out of INBOX
by
2003 Jul 10
1
win2K migration
Dear All,
I am trying to migrate a win2k file server to a linux box running samba.
The folder structure on the win2k server has as follows:
topfolder1
+------subforder1
+--------subsubfolder1
+--------subsubfolder2
+------subfolder2
+--------subsubfolder3
+--------subsubfolder4
2009 Jan 03
1
convert non-standard mbox to maildir
Hi,
Let me start with wishing you all the best for this new year, and I hope
we'll see a lot of new features and not so much new bugs ;-)
I'm trying to convert a number of PSTs to maildir. Just plain drag&drop in
Outlook doesn't work (gives a very cryptic error message in a certain
folder, but that folder is perfectly all right), and using the import
option also barfs when
2013 Jan 13
1
Understanding tinc edge connections and re-routing
Hi,
I have successfully setup a tinc network between five hosts (in switch
mode). Two of the hosts have static and known IP addresses (S1 and
S2). Other hosts (H3-H5) connect one (or both) of them. The traffic flows
nicely between all hosts.
The initial edges (ConnectTo configuration directives) in my test network
are:
S1<->S2
H3 -> S1 and S2
H4 -> S1
H5 -> S2
As far as I have
2017 Aug 14
0
Issues of R_pretty in src/appl/pretty.c
>>>>> Suharto Anggono Suharto Anggono via R-devel <r-devel at r-project.org>
>>>>> on Fri, 11 Aug 2017 17:11:06 +0000 writes:
>>>>> Suharto Anggono Suharto Anggono via R-devel <r-devel at r-project.org>
>>>>> on Fri, 11 Aug 2017 17:11:06 +0000 writes:
> See
2017 Dec 27
3
Rscript fails with some packages (for example, h5)
On 26/12/2017 9:40 AM, Dirk Eddelbuettel wrote:
>
> On 26 December 2017 at 22:14, Sun Yijiang wrote:
> | Thanks for the solution. Now I know the work-arounds, but still don't
> | quite get it. Why does R_DEFAULT_PACKAGES has anything to do with
> | library(methods)?
>
> Because it governs which packages are loaded by default. And while R also
> loads
2017 Aug 18
1
Issues of R_pretty in src/appl/pretty.c
Examples similar to
pretty(c(-1,1)*1e300, n = 1e9, min.n = 1)
with smaller 'n':
pretty(c(-1,1)*1e304, n = 1e5, min.n = 1)
pretty(c(-1,1)*1e306, n = 1e3, min.n = 1)
A report on 'pretty' when working with integers, similar to what led to change of 'seq' fuzz, is https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15137
--------------------------------------------
On Tue,
2017 Dec 26
2
Rscript fails with some packages (for example, h5)
Hi Dirk,
Thanks for the solution. Now I know the work-arounds, but still don't
quite get it. Why does R_DEFAULT_PACKAGES has anything to do with
library(methods)? If library(h5) works, it should just work, not depend on
an environment variable. Rscript is not consistent with R, that's my
confusion.
Steve
2017-12-26 20:46 GMT+08:00 Dirk Eddelbuettel <edd at debian.org>:
>
2009 Jun 17
1
Inverting a square matrix using solve() with LAPACK=TRUE (PR#13762)
Full_Name: Ravi Varadhan
Version: 2.8.1
OS: Windows
Submission from: (NULL) (162.129.251.19)
Inverting a matrix with solve(), but using LAPACK=TRUE, gives erroneous
results:
Here is an example:
hilbert <- function(n) { i <- 1:n; 1 / outer(i - 1, i, "+") }
h5 <- hilbert(5)
hinv1 <- solve(qr(h5))
hinv2 <- solve(qr(h5, LAPACK=TRUE))
all.equal(hinv1, hinv2) #
2017 Aug 11
2
Issues of R_pretty in src/appl/pretty.c
See https://stat.ethz.ch/pipermail/r-devel/2017-August/074746.html for the origin of the example here.
That
pretty(c(-1,1)*1e300, n = 1e9, min.n = 1) gave 20 intervals, far from 1e9, but
pretty(c(-1,1)*1e300, n = 1e6, min.n = 1) gave 1000000 intervals
(on a machine), made me trace through the code to function 'R_pretty' in https://svn.r-project.org/R/trunk/src/appl/pretty.c .
*lo is
2017 Dec 26
2
Rscript fails with some packages (for example, h5)
Consider this script (with h5 installed):
$ cat test.R
library(h5)
name <- tempfile()
f <- h5file(name)
file.remove(name)
$ Rscript test.R
Error in initialize(value, ...) :
cannot use object of class "character" in new(): class "H5File" does not
extend that class
Calls: h5file -> new -> initialize -> initialize
Execution halted
$ /usr/lib64/R/bin/R --slave
2017 Dec 26
0
Rscript fails with some packages (for example, h5)
On 26 December 2017 at 15:24, Sun Yijiang wrote:
| After looking into C source code, I found that Rscript by default fills
| environment variable R_DEFAULT_PACKAGES with
| "datasets,utils,grDevices,graphics,stats", and it somehow fails some
| package like h5.
|
| The problem here is, not setting R_DEFAULT_PACKAGES is equivalent to
| setting it to a magic value, it's really