From: grarpamp <gra...@gm...> - 2017-11-17 05:31:16
|
Check the manpage enable verbose logging, you might be able to parse something out of that log, but whatever count and format you're looking for probably isn't there yet. You'd probably want to account for failures and completes too, both in remote server and local delivery. You could submit a simple local patch by checking return status of mda phase adding a counter / printf. Or parse it from log of your mda such as maildrop. |