EXIT
Function
Stops the server from processing any further information. It can be used when submitting commands with a POP3 client.
Syntax
EXIT version
Parameters
version |
The server version number. Processing is stopped if the server version is not equal to or greater than the version number. |
Example
To stop processing a script if the server is not a 9.1 server, you would enter:
EXIT 9100
|