improvements for service status display #1259
dneuhaeuser
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Do you mind opening a PR for this enhancement? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When Mailscanner is in Milter mode (MTA = msmail) the service status reports a different process count for postfix.
For consistency I suggest to use the same ps command as without Milter mode.
Parameter "--no-headers" should also be added in both cases, otherwise postfix is reported as running when it isn't and the process count is too high by 1 because the ps header line is counted.
Also, with Mailscanner's "Milter Dispatcher = postfork" and the system idling, the status displays:
"MSMilter: YES | 0 children", which is confusing.
I suggest to display the process count when it is 1.
These are my improvements:
Beta Was this translation helpful? Give feedback.
All reactions