* Problems with ImapS port.
@ 2008-02-20 19:46 Stephan Higuti
0 siblings, 0 replies; only message in thread
From: Stephan Higuti @ 2008-02-20 19:46 UTC (permalink / raw)
To: netfilter
Hello, I'm with a little problem using iptables, I'm trying to accept
the port 993 and 465 for use IMAP on Gmail.
But, when I pass the nmap, give me this:
465/tcp closed smtps
993/tcp closed imaps
995/tcp closed pop3s
And the rulez:
iptables -A INPUT -p tcp --dport 993 -j ACCEPT
iptables -A INPUT -p udp --dport 993 -j ACCEPT
iptables -A INPUT -p tcp --dport 465 -j ACCEPT
iptables -A INPUT -p udp --dport 465 -j ACCEPT
iptables -A INPUT -p tcp --dport 995 -j ACCEPT
iptables -A INPUT -p udp --dport 995 -j ACCEPT
And when I list the rulex with IPTABLES -L
ACCEPT tcp -- anywhere anywhere tcp dpt:imaps
ACCEPT udp -- anywhere anywhere udp dpt:imaps
ACCEPT tcp -- anywhere anywhere tcp dpt:smtps
ACCEPT udp -- anywhere anywhere udp dpt:465
ACCEPT tcp -- anywhere anywhere tcp dpt:pop3s
ACCEPT udp -- anywhere anywhere udp dpt:pop3s
Anybody can help me with this? =D
Best Regards,
Stephan
--
---------------------------------------------------------------------
Stephan Higuti
MSN: higutisam@hotmail.com
Email: higuti.sam@gmail.com
---------------------------------------------------------------------
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-20 19:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-20 19:46 Problems with ImapS port Stephan Higuti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox