I want to redirect all outgoing smtp traffic from my network to my internal
mailserver. does anyone know howto do that with shorewall?
make a rule that sets all traffic with a destination of your external network card which forwards destination port 25 to the mail server.hegga wrote:I want to redirect all outgoing smtp traffic from my network to my internal
mailserver. does anyone know howto do that with shorewall?
banned from #gentoo since sept 2017Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.
banned from #gentoo since sept 2017Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.
banned from #gentoo since sept 2017Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.
Code: Select all
DNAT local local:server-ip:25 tcp 25 - !server-ip
Code: Select all
REDIRECT local local:server-ip:25 tcp 25 - !server-ip