SMTP and POP3 information show in Mikrotik log

Hi,

when I am sending (SMTP 25) and receiving (POP3 110) any mail then it will show mikrotik log.txt, how to possible it.

You can create filter rules to see this :



/ip firewall filter
add action=log chain=forward disabled=no dst-port=25 log-prefix=!!smtp protocol=tcp
add action=log chain=forward disabled=no dst-port=110 log-prefix=!pop3 protocol=tcp


with these you shall see when packets are going to these ports .. but you will not see whats in the packets .. if you want that you will need to go to tools packet sniffer and setup the sniffer accordingly..

Thank you for your information,

can you inform me details, how to setup packet sniffer with winbox

All packet sniffer information can be found at
http://wiki.mikrotik.com/wiki/Manual:Tools/Packet_Sniffer

You can find the packet sniffer in winbox if you go to tools → packet sniffer.