Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


<Extension syslog>
Module xm_syslog
</Extension>

define BASEDIRBASEDIR C:\Program Files\Microsoft\Exchange Server\V14\TransportRoles\Logs\MessageTracking

<Input in_exchange>
Module im_file
File '%BASEDIR%\MSGTRK*-*.LOG'
SavePos TRUE
Exec if $raw_event =~ /HealthMailbox/ drop();
Exec if $raw_event =~ /^#/ drop();
</Input>

...