Displaying 14 results from an estimated 14 matches for "shared2".
Did you mean:
shared
2015 Oct 09
1
Questions on supporting Shared Mailboxes using imapc://
...pPass
#imapc_user=test2 at example.com # Added for testing.
namespace {
type = shared
separator = /
prefix = shared/%%u/
list = children
location = imapc:~/shared/%%u/
}
namespace { # used as a control to verify that shared mailboxes work
type = shared
separator = /
prefix = shared2/%%u/
list = children
location = sdbox:%%h:INDEXPVT=~/shared2/%%u
}
dict {
acl = mysql:/etc/dovecot/dovecot-sql_aggelos_shares.conf.ext
}
plugin {
acl = vfile
acl_shared_dict = proxy::acl
}
mail_plugins = acl
protocol imap {
mail_plugins = acl imap_acl
}
passdb {
driver =...
2009 Aug 28
2
ACL in public folders
# dovecot --version
1.2.1
I'm trying to configure ACLs for public folders. I have:
--------------------------------------------------------------------------------
namespace public {
separator = /
prefix = shared2/
location = maildir:/home/pubfolders2:INDEX=~/Maildir/public2
subscriptions = no
list = children
}
protocol imap {
mail_plugins = acl
}
plugin {
acl = vfile
}
--------------------------------------------------------------------------------
I have /home/pubfolders2/dovecot-acl containi...
2013 Dec 10
1
Error after crash of Virtual Machine during migration
...uster volume info
Volume Name: sa_bookshelf
Type: Distributed-Replicate
Volume ID: 74512f52-72ec-4538-9a54-4e50c4691722
Status: Started
Number of Bricks: 2 x 2 = 4
Transport-type: tcp
Bricks:
Brick1: storage-gfs-3-prd:/ydp/shared
Brick2: storage-gfs-4-prd:/ydp/shared
Brick3: storage-gfs-3-prd:/ydp/shared2
Brick4: storage-gfs-4-prd:/ydp/shared2
# gluster volume status
Status of volume: sa_bookshelf
Gluster process Port Online
Pid
------------------------------------------------------------------------
------
Brick storage-gfs-3-prd:/ydp/shared...
2017 Jan 02
2
multiple shared/mail format namespaces
...ace) - such as ...
namespace {
type = shared
list = children
inbox = no
separator = /
subscriptions = no
prefix = shared1/%%n/
location = maildir:/var/mail1/%%n/
}
namespace {
type = shared
list = children
inbox = no
separator = /
subscriptions = no
prefix = shared2/%%n/
location = mdbox:/var/mail2/%%n/
}
With separate userdbs serving part of the users with maildirs in /var/mail1/
and the other part with mdboxes in /var/mail2
... valid in dovecot ?
To be more precise:
1) Is current version dovecot expected to work with configuration as above ?
E.g. if...
2007 Aug 02
1
Shared folder hierarchies, multiple groups
...create two public namespaces, Shared-One and
Shared-Two. Each is a Maildir under /var/mail.
The actual shared folders seem to be working fine in terms of adding and
accessing folders and messages, and there are no problems at all for the
'admin' user, who belongs to both the shared1 and shared2 Unix groups.
The problem is for other users, where trying to (IMAP-) LIST folders
fails.
(sanitized) IMAP session log: ('user2' is in group shared2)
* OK Dovecot ready.
A LOGIN user2 pass
A OK Logged in.
B LIST "" "%"
* LIST (\Noselect \HasChildren) "/" &quo...
2015 Feb 13
2
examples of shared shared-mailboxes.db
Dear Andre,
Thanks for yr reply.
What do i include in the file shared-mailboxes.db ?
As in the input. Is it really plain text ?
So for example i write into the file shared-mailbox.db :-
shared at domain.net
shared2 at domain.net etc...
Is it like that or what kind of syntax needs to be used?
On Fri, Feb 13, 2015 at 12:45 PM, Andr? Peters <andre.peters at debinux.de>
wrote:
> Hi,
>
> that looks correct. I am not sure if this was necessary, but I "touched"
> the file before sta...
2001 Apr 10
1
2.2alpha3 problems
...4.122.31.38 bcast=64.122.31.39 nmask=255.255.255.252
added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0
Sharename Type Comment
--------- ---- -------
archive Disk Local Shared Archive
archive2 Disk Local Shared2 Archive
tmp Disk tmp dir
IPC$ IPC IPC Service (Provo Linux Box)
root Disk Home Directories
Server Comment
--------- -------
PROVO Provo Linux Box
Workgrou...
2017 Jan 09
2
multiple shared/mail format namespaces
...subscriptions = no
>> prefix = shared1/%%n/
>> location = maildir:/var/mail1/%%n/
>> }
>>
>> namespace {
>> type = shared
>> list = children
>> inbox = no
>> separator = /
>> subscriptions = no
>> prefix = shared2/%%n/
>> location = mdbox:/var/mail2/%%n/
>> }
>>
>> With separate userdbs serving part of the users with maildirs in /var/mail1/
>> and the other part with mdboxes in /var/mail2
>>
>> ... valid in dovecot ?
>>
>> To be more precise:
>&...
2006 Jan 07
1
CIFS + NFS'ing a single filesystem w/ locking
Hi,
I have a Solaris 10 server exporting UFS directories using built-in NFS.
I've built Samba 3.0.20b from OpenPKG (www.openpkg.org). I have a
Solaris 10 (x86) client mounting the NFS share and opening OpenDocument
files using StarOffice 8 (SO8, aka OO2.0). I also have a Windows 2003
Terminal Server mounting the Samba share and opening documents with SO8.
This is a temporary development
2015 Feb 13
2
examples of shared shared-mailboxes.db
Hello,
I need help. i am trying to configure shared in boxes.
I need to create a dictionary for shared inbox.
how does 1 write shared-mailboxes.db dictionary?
any example for the syntax/config?
thanks
kevin
Below is part of the config i am trying to achieve:-
plugin {
acl_shared_dict = file:/var/lib/dovecot/db/shared-mailboxes.db
}
2015 Feb 13
0
examples of shared shared-mailboxes.db
...;.
Andr?
Am 13.02.2015 um 08:47 schrieb Kevin Laurie:
> Dear Andre,
> Thanks for yr reply.
> What do i include in the file shared-mailboxes.db ?
> As in the input. Is it really plain text ?
> So for example i write into the file shared-mailbox.db :-
> shared at domain.net
> shared2 at domain.net etc...
>
> Is it like that or what kind of syntax needs to be used?
>
>
>
> On Fri, Feb 13, 2015 at 12:45 PM, Andr? Peters <andre.peters at debinux.de>
> wrote:
>
>> Hi,
>>
>> that looks correct. I am not sure if this was necessary, but...
2017 Jan 02
0
multiple shared/mail format namespaces
...t; inbox = no
> separator = /
> subscriptions = no
> prefix = shared1/%%n/
> location = maildir:/var/mail1/%%n/
> }
>
> namespace {
> type = shared
> list = children
> inbox = no
> separator = /
> subscriptions = no
> prefix = shared2/%%n/
> location = mdbox:/var/mail2/%%n/
> }
>
> With separate userdbs serving part of the users with maildirs in /var/mail1/
> and the other part with mdboxes in /var/mail2
>
> ... valid in dovecot ?
>
> To be more precise:
>
> 1) Is current version dovecot...
2003 Dec 01
0
No subject
...samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Hi,
I4m so lost with samba. I4m trying to backup two NT servers using the follow
script:
$ smbtar -v -s server1 -u backup -x shared1 -p pass #for the 1st shared
directory
$ smbtar -v -s server2 -u backup -x shared2 -p pass #for the 2nd shared
directory in other server.
But the 2nd backup always overwrite the 1st, because I don4t have the append
option, like the "r" in tar command. So I try to do "mt -f /dev/st0 eod"
before beginning the 2nd command line, in this way I thought it would...
2003 Dec 01
0
No subject
...Subject: SAMBA: smbtar, How to "append" files
> Hi,
>
> I4m so lost with samba. I4m trying to backup two NT servers using the
follow
> script:
> $ smbtar -v -s server1 -u backup -x shared1 -p pass #for the 1st shared
> directory
> $ smbtar -v -s server2 -u backup -x shared2 -p pass #for the 2nd shared
> directory in other server.
>
> But the 2nd backup always overwrite the 1st, because I don4t have the
append
> option, like the "r" in tar command. So I try to do "mt -f /dev/st0 eod"
> before beginning the 2nd command line, in this wa...