Le 14.04.2016 11:51, [email protected] a écrit :
Hello the list,
I trying to put SPAMD in front of an Exchange Server but i think doing
it in the wrong way.
My Lab is like this :
FW
|
SPAMD------Exchange
SPAMD and Exchange are in separate LAN. Routing is done via the FW
Step 1 : Is to test if my spamdserver can just forward connexions to
the Exchange Server
My first idea was using rdr-to in a pass rule like this
pass in log on $int_if proto tcp from any to 'spamd_ip' port smtp keep
state rdr-to 'exchange_ip' port smtp
But i'm don't seeing the packet go out from spamd server
I'm tried with a match rule with the same result. I see the packet IN
but never see it OUT.
Maybe my setup is wrong or i'm not using the good PF feature.
Best regards.
Bruno.
Re,
By writing the previous mail i thought about this.. It's a new server i
maybe need to activate forwading . if its this sorry for the noise.
I will test this tonight.
But if you will doing it n a different way let me know.
Best regard