similar to: ACL with Public Namespace

Displaying 20 results from an estimated 3000 matches similar to: "ACL with Public Namespace"

2009 Mar 14
2
SEM model testing with identical goodness of fits
HI, I am testing several models about three latent constructs that measure risk attitudes. Two models with different structure obtained identical of fit measures from chisqure to BIC. Model1 assumes three factors are correlated with each other and model two assumes a higher order factor exist and three factors related to this higher factor instead of to each other. Model1: model.one
2010 Sep 15
2
Get File Names in Folder, Read Files, Update, and Write
Dear All, Could you please recommend how I can do this? I have several text files in one folder. Let's name them A0801.RSK, A0802.RSK, .... I would like R to 1) Know all file names in this folder 2) Update value in one column of these files 3) Write results in another text file with _xval in the file names Below is R code for read, update, and write one file
2007 Dec 04
4
enable eyeBeam to accept only one call
Hello I'm using eyeBeam, and Asterisk keeps sending my clients a second call, when they are still in one call (because eyeBeam has lots of channels). I was using X-Lite (with 3 channels) and Asterisk never sent the client a second call. How can I force Asterisk (or eyeBeam) just to send one call at each time. Is this a configuration I need to do in eyeBeam or Asterisk? Thanks Regards Joao
2004 May 26
0
Updated LHA package fixes security vulnerabilities
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 There is an update to LHA for CentOS 3.1 https://rhn.redhat.com/errata/RHSA-2004-178.html refers.
2014 Aug 27
2
Insert custom header in Mail logger plugin
Is it possible to log a message custom header through Mail logger plugin or other method? It seems that there are a fixed number of info that is configurable via mail_log_fields (http://wiki2.dovecot.org/Plugins/MailLog). .. My custom header is X-VERTICAL-IP-Quarantine-ID and I want a log event like this one: Aug 27 09:48:13 imap dovecot: imap(user at domain): copy from INBOX: box=SPAM, uid=213,
2017 Aug 23
3
maildir boxes directory mode upon creation
Hello, list ! Dovecot version is 2.2.27, running on Centos 6.7. Postfix is receiving mail and putting it into mailboxes. Dovecot just serves IMAP/POP3 connections to mailboxes. Virtual users are stored in DB. The problem is in directory mode (and thus file mode) for new mailboxes upon it's creation. If I create new record for new mailbox in DB and send mail to it, Postfix will create
2012 Sep 21
0
[LLVMdev] Scheduling question (memory dependency)
Here's another data point that may be useful. [Scheduling experts, please help! :) ] If the two-byte bitfield is replaced by a two-byte struct (replace "short i:8" with "short i", etc.), the scheduler properly generates a dependency between the store and the load. For this case, a GEP is used instead of a bitcast:
2012 Sep 20
2
[LLVMdev] Scheduling question (memory dependency)
Greetings, I'm investigating a bug in the PowerPC back end in which a load from a storage address is being reordered prior to a store to the same storage address. I'm quite new to LLVM, so I would appreciate some help understanding what I'm seeing from the dumps. I assume that some information is missing that would represent the memory dependency, but I don't know what form that
2004 Dec 20
1
rsync: chgrp ... Operation not permitted
Hi all, I've installed rsync to synchronize my linux box and my PowerBook. I have a server whose conf file looks like [letters] use chroot = yes uid = www gid = lha.utils path = /var/hdb/letters read only = no list = yes auth users = pascal,lha secrets file = /etc/rsyncd.secret but when the client tries to write I have: rsync: chgrp "/file/path/here" failed: Operation not
2013 Sep 04
1
permission problem when using public namespace and "subscription = yes"
I have configured an public namespace "Test" for a group of users: | namespace public { | separator = . | prefix = Test. | location = maildir:/mailroot/public/Test | hidden = no | list = yes | subscriptions = yes | } Using each users own subscription file for a public mailbox doesn't make sense when the mailbox is heavily used. Every directory operation
2014 Jun 10
1
Parse dovecot 2.2 logs with logstash
Guys, I need to parse my dovecot log files with logstash grok patterns. Is there any document specifying the patterns used by dovecot to write it's logs? I need to find all the log possibilities that could be writed to log files by dovecot. So, if a document like that exists or if anyone could answer my question, I'll could make the parser with less difficult. -- Att. Bruno
2008 Nov 11
0
Producing a matrix of values
I all I am trying to create a matrix for a network diagram: # 1. The following produces two dataframes. The table "place" is a dataframe of all places made from "tra" a tracing table that has the source place and destination place. The table "details" is a dataframe of all source and destination properties. src=rep(c(1:3),each=5) des=c(16:30) rsk=rep(3,5)
2012 Sep 21
0
[LLVMdev] Scheduling question (memory dependency)
Hi Sergei, Thanks for the response! We just discovered there is likely a bug happening during post-RA list scheduling. There's an invalid successor index in the scheduling graph that is probably supposed to be the missing arc. Starting to investigate further now. This is recorded in http://llvm.org/bugs/show_bug.cgi?id=13891. Thanks, Bill On Fri, 2012-09-21 at 11:15 -0500, Sergei Larin
2014 Nov 25
1
Test
Sds, Paulo Henrique Cardoso Administrador de Redes - T.I. NHS Sistemas Eletr?nicos Ltda Av. Juscelino Kubitschek de Oliveira, 5270 Cidade Industrial, Curitiba - PR Fone/Fax: (41) 2141-9246/9247 www.nhs.com.br IMPORTANTE: Esta mensagem, incluindo quaisquer anexos, ? endere?ada exclusivamente ao seu destinat?rio e poder? conter informa??es confidenciais. A revis?o, distribui??o,
2014 Nov 22
1
Prevent a message from be deleted but not from be moved
How can I do it Tom??? Em 21/11/2014 13:25, "Tom Hendrikx" <tom at whyscream.net> escreveu: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > On 21-11-14 14:00, Bruno Galindro da Costa wrote: > > Is it possible to prevent a message from be deleted but not from be > > moved to another mailbox via ACL? > > > > I need this because I'm
2014 Nov 21
2
Prevent a message from be deleted but not from be moved
Is it possible to prevent a message from be deleted but not from be moved to another mailbox via ACL? I need this because I'm using antispam plugin with the mailtrain backend. It calls a script every time a message is moved to/from a monitored spam mailbox. But, if the user deletes a message from the spam folder, the script is executed with the option to train the antispam to consider that
2012 Sep 21
0
[LLVMdev] Scheduling question (memory dependency)
OK, finally found it. The AliasChain in ScheduleDAGInstrs::buildSchedGraph is not acting as a chain for loads and stores (the head of the chain is not being updated as they are encountered, so dependencies aren't being added solely on the basis of may-aliasing in some cases). Will test a patch. On Fri, 2012-09-21 at 13:04 -0500, William J. Schmidt wrote: > On Fri, 2012-09-21 at 11:34
2012 Sep 21
2
[LLVMdev] Scheduling question (memory dependency)
Hi Bill, Which scheduler do you use? MI or SDNode one? In either case the problem is likely the same, but cause might be in a different place... The way I see it, you have an issue with the alias analyzer, not scheduler. When scheduling DAG is constructed, AA is checked for pairs of mem accessing objects, and if no potential interference is flagged by the AA the chain edge is _not_ inserted.
2012 Sep 21
2
[LLVMdev] Scheduling question (memory dependency)
On Fri, 2012-09-21 at 11:34 -0500, William J. Schmidt wrote: > Hi Sergei, > > Thanks for the response! We just discovered there is likely a bug > happening during post-RA list scheduling. There's an invalid successor > index in the scheduling graph that is probably supposed to be the > missing arc. Starting to investigate further now. This is recorded in >
2009 Sep 18
1
Problem with quota in maildir++
Hi all. I have a problem with one user. His quota is upper of real quota. # cd /var/mail/problemuser/ # find . -name 'dovecot*' -exec rm -f {} \; # find . -name 'maildir*' -exec rm -f {} \; # echo test | mail problemuser -s test # more maildirsize 104857600S 104215602 1439 647 1 # du -h 4,0K ./.Borrador/new 4,0K ./.Borrador/cur 4,0K ./.Borrador/tmp 16K ./.Borrador