[email protected] wrote:
Can any one tell me if the " firewall " is on with a default install of
qmail toaster.

I have ran :
iptables -L -n
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Where is the default firewall script located, I cant seem to find it
installed.



The default install of Qmailtoaster suggests a firewall, but it does not actually include one unless you download it. If you're using the QMTISO (either version) it's there but not turned on by default. It will be located in /etc/rc.d/firewall.ruleset and can be turned on by running this command:
iptables-restore < /etc/rc.d/firewall.ruleset
And add that line to the end of the /etc/rc.d/rc.local to have it loads the rules upon reboot.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to