Hi guys, im a facing issues in sending specific log entries by email. I am using ROS 6.27-6.29.1 on a CRS125
WORKING: firewall filter rule to create a log entry once someone connects to my umurmur server…
/ip firewall filter
add action=log chain=forward comment=“Log murmur client join”
connection-state=new dst-address=192.168.0.14 dst-port=64738 log-prefix=
MURMUR_CLI_JOIN protocol=tcp
NOT WORKING: I want to get an email once the above firewall rule is matched, so i did…
/system logging action
add email-start-tls=yes email-to=testmail@gmail.com. name=mail target=
email
/system logging
add action=mail prefix=MURMUR_CLI_JOIN topics=firewall
Is someone using this email logging action with success? Sending mails from a script works perfectly on the same device…
When i am logging the above rule but with target remote, memory… it works all fine, just that email target is not working