dovecotpushunregisterall deprecated
PACKAGE: open-xchange-core
NAME
dovecotpushunregisterall - drops Dovecot Push registrations
SYNOPSIS
dovecotpushunregisterall [OPTIONS] | [-h]
DESCRIPTION
The command-line tool for unregistering Dovecot Push for all users, all users of a certain context or a certain user in a certain context.
OPTIONS
-h, --help : Prints a help text
-c, --context contextId : The context identifier or less than/equal to 0 (zero) to process all contexts
-u, --user userId : The user identifier or less than/equal to 0 (zero) to process all users in context. Only considered if "context" option is set to a valid context.
-A, --adminuser admin : The master or context admin user name for authentication.
-P, --adminpass adminPassword : The master admin or context admin password for authentication.
-s,--server rmiHost : The optional RMI server (default: localhost)
-p,--port rmiPort : The optional RMI port (default:1099)
--responsetimeout : The optional response timeout in seconds when reading data from server (default: 0s; infinite).