Block all outgoing mail to certain IP

Post Reply
Ilia
Junior Member
Posts: 98
Joined: 09 Feb 2013, 08:47

Block all outgoing mail to certain IP

Post 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:
Ilia
Junior Member
Posts: 98
Joined: 09 Feb 2013, 08:47

Re: Block all outgoing mail to certain IP

Post 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)
Post Reply