extra
IMAP/POP3 data will be stored.
Service enabled for user | Service disabled for user | Nothing configured for user | |
---|---|---|---|
Service listed in disable_feature in server.cfg
|
![]() |
![]() |
![]() |
Service not listed in disable_feature in server.cfg
|
![]() |
![]() |
![]() |
/etc/zarafa/server.cfg
has the new configuration option disabled_features
. With this option globally imap/pop3 access can be controlled. This option can be overruled by the user plugin.
db
or unix
plugin, use:
zarafa-admin -u john --enable-feature imap zarafa-admin -u john --disable-feature pop3
ldap
plugin is used, the access control will be stored in the attribute zarafaEnabledFeatures
and zarafaDisabledFeatures
. These multi-valued properties can contain any string, but only the features Zarafa knows about will actually be provided through the system. The values that can be currently used are imap
and pop3
.