--- seekuel <[EMAIL PROTECTED]> wrote: > I found a firewall script used for qmail. Can and > some body add some lines > in order to make the rules tighter? > The services are as follows: IMAP(s), POP(s), > HTTP(s), SMTP(s), SSH > > Thanks and more power, > > -sandeil >
How tight? :-) If learning iptables seem like a daunting task, take a look at http://firehol.sourceforge.net -- with it, you can setup up your server's firewall to only allow the services you mentioned in a short script, like: interface eth0 mail server pop accept server imap accept server smtp accept etc., etc., etc. --- mike t. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

