Changes

From SME Server
Jump to navigationJump to search
677 bytes added ,  13:28, 25 July 2023
m
no edit summary
Line 17: Line 17:  
Only available for sme9
 
Only available for sme9
   −
=== Installation 9.x Only===
+
===Installation===
 
+
<tabs container><tab name="For SME 10">
 +
yum install --enablerepo=smecontribs smeserver-dovecot-extras
 +
</tab><tab name="For SME 9">
 
  yum install --enablerepo=smecontribs smeserver-dovecot-extras
 
  yum install --enablerepo=smecontribs smeserver-dovecot-extras
   Line 29: Line 31:     
  signal-event email-update
 
  signal-event email-update
 +
</tab>
 +
</tabs>
    
=== Configuration ===
 
=== Configuration ===
Line 87: Line 91:  
====Shared Mailboxes====
 
====Shared Mailboxes====
   −
ShareMailbox is an important feature.
+
SharedMailbox is an important feature.
    
To enable it:
 
To enable it:
Line 104: Line 108:     
Once enabled, you can grant different access level (read, post, delete, change flags, create sub folders etc.) to other users, or group of users on your IMAP folders.
 
Once enabled, you can grant different access level (read, post, delete, change flags, create sub folders etc.) to other users, or group of users on your IMAP folders.
 +
 +
=== Backup and Restore ===
 +
The standard backup process should backup all your shared emails. If you have to restore the data to another server, you'll have to re-install the contrib. Once everything is restored, you'll have to turn off then back on the SharedMailbox feature, because permissions on shared emails uses extended ACL which are not backed up with most tools:
 +
db configuration setprop dovecot SharedMailbox disabled; signal-event email-update
 +
db configuration setprop dovecot SharedMailbox enabled; signal-event email-update
    
=== Uninstall ===
 
=== Uninstall ===
19

edits

Navigation menu