View Single Post

  #3 (permalink)  
Old 09-25-2007, 07:50 PM
vaibhav.kanchan vaibhav.kanchan is offline
Junior Member
User
 
Join Date: Jul 2007
Location: Hyderabad
My distro: Redhat RHEL, Solaris
Posts: 29
Rep Power: 0
vaibhav.kanchan is on a distinguished road
Default

I can not disable the selinux as I am doing this in order make myself prepare for RHCE.. they want selinux to be in enforcing mode only...

Shall I make any changes in /etc/dovecot.conf file also?

Shall I try the iptables rule for IMAP server giben below:

iptables -t filter -A INPUT -p tcp --dport 143 -s ! 172.168.24.0/24 -d 172.168.24.2 (my system IP addres -j REJECT.

172.168.24.0/24 is the iptables range for the network...

Please let me know if I can try this iptables rule also?
Reply With Quote