I have everything mail wise working (When the Firewall is disabled...)
I do the command iptables -F and then I can recieve and send mail ok but if enable the firewall settings with {service iptables restart} it resets the firewall settings and I can no longer send / recieve mail... so I got it down to the hosts.allow and hosts.deny tables now correct.
my HOSTS.ALLOW table is like this so far :
sendmail:ALL
ftp:127.0.0.1 192.168.1.
telnet:127.0.0.1 192.168.1.
auth:127.0.0.1 192.168.1.
192.168.1.
and my HOSTS.DENY table is :
ALL:ALL
--------------------------------------
Does iptables run off it's on table besides these 2? with my iptables active i can't connect with the above settings but if I flush it they work fine.
Thanks,
Vince
I do the command iptables -F and then I can recieve and send mail ok but if enable the firewall settings with {service iptables restart} it resets the firewall settings and I can no longer send / recieve mail... so I got it down to the hosts.allow and hosts.deny tables now correct.
my HOSTS.ALLOW table is like this so far :
sendmail:ALL
ftp:127.0.0.1 192.168.1.
telnet:127.0.0.1 192.168.1.
auth:127.0.0.1 192.168.1.
192.168.1.
and my HOSTS.DENY table is :
ALL:ALL
--------------------------------------
Does iptables run off it's on table besides these 2? with my iptables active i can't connect with the above settings but if I flush it they work fine.
Thanks,
Vince