Am 21.07.2021 10:03, schrieb Evgeniy Berdnikov via Exim-users:

Hi Evgeniy,

 It's a time to search internet and learn how a trigger on event may be
 constructed, for example, emergence of some record in mainlog.
 Something like

tail -f /var/log/exim4/mainlog | fgrep --line-buffered PATTERN | while \
      read line ; do echo "Found \"$line\"" ; beep -r3 ; \
      lsof ... >> /tmp/lsof.out ; done

 may be a starting point for manual operation.

Nice idea...
I started so a command in a screen...
Let's see what it does.

Thanks
Luca Bertoncello
(lucab...@lucabert.de)

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to