String getMailboxPrefix(
)
|
|
This function returns the prefix for mailboxes.
If no prefix was given during configuration then "user" will be used (default for Cyrus).
Tags:
boolean isWrongDomain(
$email_domain)
|
|
This function checks if the domain of the mailbox is not in the list of domains listed in the configuration.
If it is in the list then it returns false, otherwise returns true. If the list of domains is not set then it returns true.
Tags:
Parameters:
array process_attributes(
)
|
|
Processes user input of the primary module page.
It checks if all input values are correct and updates the associated LDAP attributes.
Tags:
Overrides
baseModule::process_attributes() (This function processes user input.)