mail not working

In my microtek Google, yahoo, ymail and gmail websites are not opening please help me
the details of the microtek router are, and also please help me how to change the timings, when the Microtek is rebooted the time automatically changes

ip firewall export

sep/10/2013 11:09:04 by RouterOS 4.17

software id = MXWX-0UW6

/ip firewall connection tracking
set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s
tcp-close-wait-timeout=10s tcp-established-timeout=1d tcp-fin-wait-timeout=
10s tcp-last-ack-timeout=10s tcp-syn-received-timeout=5s
tcp-syn-sent-timeout=5s tcp-syncookie=no tcp-time-wait-timeout=10s
udp-stream-timeout=3m udp-timeout=10s
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here"
disabled=no
add action=drop chain=forward comment="" content=www.facebook.com/* disabled=no
out-interface=!WLAN-AP
add action=drop chain=forward comment="" content=youtube.* disabled=no
add action=drop chain=forward comment="" content=singles.* disabled=no
add action=drop chain=forward comment="" content=sex.* disabled=no
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here"
disabled=yes
add action=masquerade chain=srcnat comment="masquerade hotspot network"
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network"
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network"
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network"
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network"
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network"
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network"
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network"
disabled=no src-address=10.1.68.0/22
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061
set pptp disabled=no
ip route print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 A S dst-address=0.0.0.0/0 gateway=10.1.17.1
gateway-status=10.1.17.1 reachable Internet-IN distance=1 scope=30
target-scope=10

1 ADC dst-address=10.1.17.0/24 pref-src=10.1.17.101 gateway=Internet-IN
gateway-status=Internet-IN reachable distance=0 scope=10

2 ADC dst-address=10.1.68.0/22 pref-src=10.1.70.1 gateway=WLAN-AP
gateway-status=WLAN-AP reachable distance=0 scope=10
ip proxy export

sep/10/2013 11:11:28 by RouterOS 4.17

software id = MXWX-0UW6

/ip proxy
set always-from-cache=no cache-administrator=webmaster cache-hit-dscp=4
cache-on-disk=no enabled=no max-cache-size=none max-client-connections=600
max-fresh-time=3d max-server-connections=600 parent-proxy=0.0.0.0
parent-proxy-port=0 port=8080 serialize-connections=no src-address=0.0.0.0

I presume you have a hotspot enabled?

/ip firewall nat
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" \
disabled=yes
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=no src-address=10.1.68.0/22
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
disabled=no src-address=10.1.68.0/22

Is the problem on the hotspot interface, or all interfaces?

edit: I see you are also the “internet police”!

/ip firewall filter
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" \
disabled=no
add action=drop chain=forward comment="" content=www.facebook.com/* disabled=no \
out-interface=!WLAN-AP
add action=drop chain=forward comment="" content=*youtube*.* disabled=no
add action=drop chain=forward comment="" content=*singles*.* disabled=no
add action=drop chain=forward comment="" content=*sex*.* disabled=no

Maybe one of those rules is interfering with your mail. I hope so. :smiley:

The Mail problem was even before the Rules Applied, so please help me rectify the problem not only the mail not works Whichever Websites that require Authentication it dosen’t works

Have you enabled verbose logging for the email function?

/system logging
add topics=e-mail,debug action=memory

Try sending the email again, then check the log. If you have questions about the log entries, post them here.