exiwhat(8) - Linux man page
Name
exiwhat - Finding out what Exim processes are doingSynopsis
exiwhatDescription
Unfortunately, the ps command which exiwhat uses to find Exim processes varies in different operating systems. Not only are different options used, but the format of the output is different. For this reason, there are some system configuration options that configure exactly how exiwhat works. If it doesn't seem to be working for you, check the following compile-time options:
- EXIWHAT_PS_CMD
- the command for running lqpsrq
- EXIWHAT_PS_ARG
- the argument for lqpsrq
- EXIWHAT_EGREP_ARG
- the argument for lqegreprq to select from lqpsrq output
- EXIWHAT_KILL_ARG
- the argument for the lqkillrq command
An example of typical output from exiwhat is
164 daemon: -q1h, listening on port 25 10483 running queue: waiting for 0tAycK-0002ij-00 (10492) 10492 delivering 0tAycK-0002ij-00 to mail.ref.example [10.19.42.42] (editor@ref.example) 10592 handling incoming call from [192.168.243.242] 10628 accepting a local non-SMTP messageThe first number in the output line is the process number. The third line has been split here, in order to fit it on the page.