On Wed, 2005-01-12 at 14:50, Elsen Marc wrote: > > > > > dear list, hi > > > > i recently installed redhat linux on my server but my users > > can't access > > smtp and pop mails. plz help me to enable pop and smtp ports > > that is 25 and > > 110. > > You are off topic. > This list deals with SQUID issues.
Okay.. He's off topic.. WAY off topic. but I'll bite If you are sure that those services are being offered, you just need to poke holes into your IPTABLES/firewall to accept incoming connections to those ports. my iptables is sketchy.. something like iptable -A INPUT -p tcp -m tcp -dport 110 -j ACCEPT iptable -A INPUT -p tcp -m tcp -dport 25 -j ACCEPT /good deed for the day -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 98% Microsoft(tm) Free!! Neuromancer 17:49:45 up 9:05, 7 users, load average: 0.36, 0.39, 0.37
