!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/usr/share/doc/dovecot-core/wiki/   drwxr-xr-x
Free 1.47 GB of 7.22 GB (20.43%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     SharedMailboxes.Symlinks.txt (1.72 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Mailbox sharing with symlinks
=============================

It's possible to share mailboxes simply by symlinking them among user's private
mailboxes. See <SharedMailboxes.Permissions.txt> for issues related to
filesystem permissions.

Maildir
-------

---%<-------------------------------------------------------------------------
ln -s /home/user2/Maildir/.Work /home/user1/Maildir/.shared.user2
ln -s /home/user3/Maildir/.Work /home/user1/Maildir/.shared.user3
---%<-------------------------------------------------------------------------

Now user1 has a "shared" directory containing "user2" and "user3" child
mailboxes, which point to those users' "Work" mailbox.

With Maildir++ layout it's not possible to automatically share "mailbox and its
children". You'll need to symlink each mailbox separately. With v1.1+ you could
do this by using "fs" layout for mailboxes (requires converting existing
maildirs from Maildir++).

mbox
----

Doing the same as in the above Maildir example:

---%<-------------------------------------------------------------------------
mkdir /home/user1/mail/shared
ln -s /home/user2/mail/Work /home/user1/mail/shared/user2
ln -s /home/user3/mail/Work /home/user1/mail/shared/user3
---%<-------------------------------------------------------------------------

One additional problem with mbox format is the creation of dotlock files. The
dotlocks would be created under user1's directory, which makes them useless.
Make sure the locking works properly with only fcntl or flock locking (See
<MboxLocking.txt>) and just disable dotlocks. Alternatively instead of
symlinking an mbox file, put the shared mailboxes inside a directory and
symlink the entire directory.

(This file was created from the wiki on 2013-11-24 04:42)

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.034 ]--