* '''AdminIsMaster''' (enabled|disabled, default is disabled): if enabled, the admin user will be a [http://wiki2.dovecot.org/Authentication/MasterUsers master user], and will be able to login as any user. To do so use ''user1'''*'''admin'' as login and the admin password to log in as user1. If you are using the [[Sogo]] groupware contrib this property has to be enabled.
+
+
* '''FullTextIndexing''' (enabled|disabled, default is disabled): will turn on or off the full text indexing. When this option is enabled, a first search in an IMAP folder will trigger indexation. Next searches will be much faster. Read [http://wiki2.dovecot.org/Plugins/FTS/Squat this page] before enabling this option
+
+
* '''LogActions''' (enabled|disabled, default is disabled): will turn on or off extra logging (flag change, move, copy etc…). **!! Warning !!**: enabling this can generate a huge amount of logs
+
+
* '''Quotas''' (enabled|disabled, default is enabled): will report the actual used space and the remaining one if the user has a quota limit
+
+
* '''SharedMailbox''' (enabled|disabled, default is disabled): will turn on or off shared mailbox and IMAP ACL support
+
+
After you've configured the prop like you want, for example by
+
+
config setprop dovecot AdminIsMaster enabled
+
+
run
+
signal-event email-update
+
to activate the changes to the configuration database.