Community discussions

MikroTik App
 
nishadul
Member Candidate
Member Candidate
Topic Author
Posts: 161
Joined: Thu Dec 13, 2012 12:04 pm
Location: Bangladesh

SMTP and POP3 information show in Mikrotik log

Wed Mar 20, 2013 12:47 pm

Hi,

when I am sending (SMTP 25) and receiving (POP3 110) any mail then it will show mikrotik log.txt, how to possible it.
 
nmaton
Frequent Visitor
Frequent Visitor
Posts: 72
Joined: Fri Feb 18, 2011 12:31 am

Re: SMTP and POP3 information show in Mikrotik log

Thu Mar 21, 2013 8:30 pm

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..
 
nishadul
Member Candidate
Member Candidate
Topic Author
Posts: 161
Joined: Thu Dec 13, 2012 12:04 pm
Location: Bangladesh

Re: SMTP and POP3 information show in Mikrotik log

Sat Mar 23, 2013 7:49 am

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
 
nmaton
Frequent Visitor
Frequent Visitor
Posts: 72
Joined: Fri Feb 18, 2011 12:31 am

Re: SMTP and POP3 information show in Mikrotik log

Sat Mar 23, 2013 9:05 pm

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

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

Who is online

Users browsing this forum: Josephny and 100 guests