Port 110

Hi,

My POP3 server is active and i am receiving mails from inside my network. In my firewall we have not opened the port no 110 and I don't want to open this port always. I want to open when ever needed and for the perticular ip address from which i want to check the mail

How to Open the port 110 for a given perticular IP Address

Regards

Vinod

Reply to
Vinod
Loading thread data ...

I am using Netfilter IPtables

Reply to
Vinod

Which firewall?

Reply to
Mike

Just specify the source IP address then.

RTFM

formatting link

Reply to
Mike

iptables -A INPUT -p tcp -s source_ip_address --dport 110 -j ACCEPT

Reply to
Joe Beasley

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.