Viewing Mail Handlers
To view registered handlers, run the following command:
# ./mail_handlers_control --list
[ --mailname=<mailname> | --global ]
[ --extent ]
The --list command has optional parameters:
The
extentparameter allows viewing additional information about handlers - the context and the full path to the executable file of the handler.The
globalparameter allows viewing only handlers of theglobaltype. Themailnameparameter shows the handlers registered for the specified domain or email address.