Previous | Contents | Index |
The multithreaded TCP SMTP channels' SMTP server is handled by the PMDF Service Dispatcher. Each worker process the Service Dispatcher creates for the multithreaded SMTP server can handle multiple, simultaneous connections, and the Service Dispatcher can create multiple such worker processes. To start the SMTP server, you must start the PMDF Service Dispatcher.
Be certain to disable any other SMTP server, e.g., a native SMTP server shipped with a TCP/IP package, as described above in Section 21.1.3 before asking the Service Dispatcher to start the multithreaded SMTP server; the Service Dispatcher will not be able to start the multithreaded SMTP server if another process has already bound to port 25. |
The Service Dispatcher can be started with the command
pmdf startup dispatcher |
If you modify your PMDF configuration or options that apply to the multithreaded TCP SMTP server, you must restart the server so that the new configuration or options will take effect. On OpenVMS and UNIX platforms, use the command
pmdf restart smtp |
C:\> pmdf restart dispatcher |
Note that you can stop the TCP SMTP server at any time. On OpenVMS and UNIX platforms, use the command
pmdf shutdown smtp |
On NT, you must shut down the Dispatcher itself, or edit the Dispatcher configuration removing the SMTP service and then restarting the Dispatcher.
Previous | Next | Contents | Index |