[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Explanation please
- Subject: Re: [cobalt-users] Explanation please
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Oct 2 23:42:10 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Richard Sidlin <dns@xxxxxxxxxxxxxxxxx> wrote
> Thanks for the reply. How do I block them with ipchains please?
>
You have to have ipchains installed.
#SMTP BLOC this host
ipchains -A input -p tcp -s mailhost.southwark.gov.uk 25 -j DENY
add -l to the end of the rule -you want to log it.
Run the command from the command line,
Do ipchains -L -n and look at the rule.
Then add it to your ipchains script.
Gerald