Applicable to:
- Plesk 12.0 for Linux
- Plesk 12.5 for Linux
- Plesk Onyx for Linux
Question
How to check the number of the outgoing mails on the server?
Answer
There is no such functionality in Plesk web interface.
However, it can be done via command line interface by using Outgoing Mail Control utility.
1. Enable Outgoing Mail Control server-wide in Tools & Settings > Mail Settings;
2. Log in to Plesk server using SSH;
3. Execute the following command:
# plesk sbin mailmng-outgoing --fetch-statistics --pretty-print
This command will show outgoing mail statistics for all the domains presented on the server.
For more information execute the command:
# plesk sbin mailmng-outgoing --help
Note: The utility is intended to be used by Plesk internally. So output format, as well as any other options, are subject to change without any further notifications. You can use the utility at your own risk.
Comments
0 comments
Please sign in to leave a comment.