In Service Desk, there are several processes involved when it comes to mail handling. Running pdm_status or slstat, the processes are:
This article describes how to restart the given service without having to restart the entire SDM Service.
Note: The above two processes are separate functionalities. Issues with one process does not necessarily mean the other process is affected.
Release: 17.x
pdm_status | findstr mail
Mail Daemon (pdm_mail_nxd) Running [SDM SERVER] 8300 Mon Jun 8 13:30:24 0
Mail Eater (pdm_maileater_nxd) Running [SDM SERVER] 8804 Mon Jun 8 13:30:36 0
In an Advance Availability environment:
The pdm_mail_nxd process is found on both the BG and App servers. Depending on the nature of the mail notification, if the mail notification was sent through end user action (create new case, manual notify, status change, closure), the pdm_mail_nxd process on the App server where the end user was logged into will be leveraged. Other notifications, such as event notifications, are generally processed through the BG Server's instance of the pdm_mail_nxd process.
The pdm_maileater_nxd process is found on the BG Server only.
In a Conventional environment:
The pdm_mail_nxd and pdm_maileater_nxd process is found on the Primary server.