Page 1 of 1

Block all outgoing mail to certain IP

Posted: 17 Feb 2014, 19:18
by Ilia
I just wanted to double check, if I set up correctly in csf.deny, blocking of all outgoing mail to particular IP. I did it like this:

Code: Select all

tcp|out|d=25|d=1.2.3.4 # Description (do not delete)
Not sure if it should be as the way above or

Code: Select all

tcp|out|s=25|d=1.2.3.4 # Description (do not delete)
:confused:

Re: Block all outgoing mail to certain IP

Posted: 18 Feb 2014, 08:36
by Ilia
I tested it more and can confirm that the following is valid:

Code: Select all

tcp|out|d=25|d=1.2.3.4 # Description (do not delete)