Displaying 20 results from an estimated 200 matches similar to: "Listing shared mailboxes with a domainpart"
2006 Jan 12
4
How do you create a tree strucutre with ActiveRecord
I want to build an application that has the concept of administrative
domains. What I mean by this is that administrators have access to
different data, based on what domains they are a member of. The domain
strucutre is hierarchical. Here is an example:
- MLB
- AL
- East
- Yankees
- Red Sox
...
+ Central
+ West
- NL
+ East
+ Central
+ West
Now
2010 Aug 16
3
parkcall: How to remove announcement.
Hello all,
I want to park calls using the callpark application, but I don't want to
hear the saydigit when the called is parked.
To resolve this issue I use the following instruction in the dialplan:
exten => _8XX,1,ParkAndAnnounce(|1000|local/10 at default|)
Because local/10 at default is not defined to a peer I get a lot of warnings.
:(
Is there a better way to resolve this
2012 Jul 28
1
Mixed-model with paired design & covariates
Dear all,
I make habitat suitability models for animal species. The purpose of my
research is to investigate the accuracy of different models.
I clearly have a nested design:
- accuracy_measure -> response variable
- 2 model types (model_type) -> fixed effect
- 230 species (species) -> random effect
- 10 replicates/species (replicate) -> random effect
- 10 subreplicate/replicate
2010 Jul 29
2
LDAP + mail_location: Get "%d" from customfield
hi,
my mail_location looks like:
mail_location = maildir:/imap/spool/%d/%1n/%n:INDEX=/imap/spool/%
d/indexes/%1n/%n
for example:
/imap/spool/domain.foo/a/anton/new
The problem is, that the user log in with only the username and no
domainpart. So, Dovecot looks into:
/imap/spool/a/anton/new
what isn't correct. We created an LDAP entry in which domain the user is
and searching for a way,
2012 Nov 12
0
Adding Spatial Correlation Strucutre to Logistic Regression / Contingency Analysis
>From what I can tell by reading forum posts etc., this is not a trivial
issue. An answer in 2008 indicated some directions, but I'm curious whether
any developments have been made since then.
In my data set I have 182 observations with a binomial response, a 2-level
explanatory factor, and x and y coordinates. By visually inspecting the
spatial distribution of standardized residual error
2013 Jan 24
0
Again ACL Postgres dict trouble, no update and raw backtrace
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have ACL-dict-postgres trouble again. Eventually a session does not
update the ACL dictionary no longer.
I execute (for testing) this script:
for a in $(seq 1 ${1-4}); do
echo 3-$a deleteAcl Junk dvtest1
sleep 30
echo 3-$a SetAcl Junk dvtest1 kxilrsc
sleep 30
2012 Jul 16
0
ACL with MySQL dict => full table scans
Hi!
I'm just installing ACL support on 2.1.6.
When a user changes these ACLs, this results in a full table scan on
the dictionary, that tells dovecot who shares with whom.
Here's what queries I see when I run
$ doveadm acl delete -u user1 shared/user2/folder user=user1
1: SELECT dummy,to_user,from_user FROM imap_acl_shares
2: SELECT dummy,from_user FROM imap_acl_anyone
3: BEGIN
4:
2015 Jul 24
0
possible patch for ACL SQL ERROR: duplicate key value violates unique constraint "user_shares_pkey"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm using Postgres as dict backend now and then I get this error, when
someone changed ACLs, actually for some reason some users, who get
permission from other users, get this error quite often:
dict: Error: sql dict: commit failed:
ERROR: duplicate key value violates unique constraint "user_shares_pkey"
(query: INSERT INTO
2006 May 17
4
weird prototype error when using RJS
I''m trying to set up a nested menu strucutre using RJS
I want to be click on an item, have not have the whole page refresh but
just have the menu <li id=''Selection''> refreshed
1 - my model is using :acts_as_tree
2 - in my controller I have the following.. it''s just a barebones start
at being able to dig DOWN through the chilren
def renderMenu
2009 Apr 07
2
Is there any more detailed docs about dict configuration
Hi,
I am looking for some help on dict configration. I'm trying to config
shared and public mailbox, and use sql as acl backend.
Here is my config:
table:
CREATE TABLE `shared_dict` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`from_user` char(50) NOT NULL,
`to_user` char(50) NOT NULL,
`status` int(10) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `from_user` (`from_user`),
2014 Dec 01
1
[PATCH] virtio_console: fix sparse warnings
CHECK drivers/char/virtio_console.c
drivers/char/virtio_console.c:687:36: warning: incorrect type in
argument 1 (different address spaces)
drivers/char/virtio_console.c:687:36: expected void [noderef]
<asn:1>*to
drivers/char/virtio_console.c:687:36: got char *out_buf
drivers/char/virtio_console.c:790:35: warning: incorrect type in
argument 2 (different address spaces)
2014 Dec 01
1
[PATCH] virtio_console: fix sparse warnings
CHECK drivers/char/virtio_console.c
drivers/char/virtio_console.c:687:36: warning: incorrect type in
argument 1 (different address spaces)
drivers/char/virtio_console.c:687:36: expected void [noderef]
<asn:1>*to
drivers/char/virtio_console.c:687:36: got char *out_buf
drivers/char/virtio_console.c:790:35: warning: incorrect type in
argument 2 (different address spaces)
2010 May 19
1
Where is the construction of a dist object from raw data described?
Any reference to the appropriate documentation would
be most appreciated.
I am using the TSP module for clustering of HIV
genetic sequences. The distances have already been
computed and available as either upper-triangular
or square, i.e.:
a 1 2 3
b 4 5
c 6
d
or
a 0 1 2 3
b 1 0 4 5
c 2 4 0 6
d 3 5 6 0
The TSP modules takes in a "dist" object.
2010 Jun 10
1
Shared Mailbox Questions
Hi All,
I've pored over the wiki, read through the archive, and have what I believe should be a working set-up, but I can't seem to get my shared namespace to work correctly. Any guidance would be much appreciated.
I started off using a flat file for acl_shared_dict and ran into the same problem recently reported with the shared-database file getting chown'd to the first user to
2014 Dec 09
1
How to copy roaming profiles to new server ? ("Group policy client service failed. The logon access is denied")
On 09/12/14 16:27, Denis BUCHER wrote:
>
>
> Dear Rowland,
>
> Le 09.12.2014 12:41, Rowland Penny a ?crit :
>
>> On 09/12/14 11:22, Denis BUCHER wrote:
>> Dear Marc, Dear Rowland, Le 08.12.2014 23:01, Marc Muehlfeld a ?crit : Am 08.12.2014 um 22:55 schrieb Rowland Penny: Hi, It sounds very much like a SID problem to me. the user 'Fred' with the SID-RID
2012 Aug 29
1
ACL MySQL dict: to_user==from_user entries
Hi!
We run dovecot 2.1.6 with ACL support and MySQL dict for
shared/shared-boxes/user/$to/$from.
When a user does a SETACL (via IMAP) to himself he is added as $to and
$from to the MySQL dict. Se for example this IMAP conversation:
5 GETACL INBOX
* ACL "INBOX" "user at domain" lrwstipekxacd
5 OK Getacl completed.
6 SETACL INBOX user at domain lrwstipekxacd
6 OK Setacl
2009 Jun 25
2
Dovecot v1.2rc6 dict-server socket path problem & pgsql crash
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I find this in the logs:
2009-06-25 14:10:37 IMAP(dvtest) [29566]: Error:
net_connect_unix(/usr/local/dovecot-1.2.rc6acl-hook2/var/run/dovecot/dict-server)
failed: Permission denied
2009-06-25 14:10:37 IMAP(dvtest) [29566]: Error: acl: dict iteration
failed, can't update dict
although base_dir is just /var/run/dovecot/ .
Dovecot v1.2
2010 Sep 06
2
need help with shared mailboxes
I have some problems with setting shared mailboxes . I use dovecot
1.2.11 with following namespaces :
mail_location: maildir:~
namespace:
type: private
separator: .
inbox: yes
list: yes
subscriptions: yes
namespace:
type: private
separator: .
prefix: INBOX.
hidden: yes
list: no
subscriptions: yes
namespace:
type: shared
separator: .
prefix: shared.%%n.
2008 Aug 30
0
Incoming Calls via SIP Trunks
Hello,
i have one question regarding incoming SIP INVITES.
I have a testbed where i have 5 extnsions : 6001 - 6005
Domain : domainA.com
Then i have configured a sip trunk, where my PBX registers to a foreign SIP Proxy.
All is working fine, until following scenario:
Incoming call from 6002 at foreignB.com (SRV exists,user also exists in pbx as extension, but different
domain!)
When i try this,
2002 Oct 29
2
Re: pam + radius
On Tue, 2002-10-29 at 05:01, Hielke Christian Braun wrote:
> i am trying to use dovecot with pam and radius. My users have names
> in the format joe at somedomain.com. When i have pam configured to use
> the normal passwd/shadow files it works fine. With radius it does not.
> I see at the radius server that the domain part of my usernames
> is always replaced with the same domain