Re: [exim] Relaying coming from port 2525

Pàgina inicial
Delete this message
Reply to this message
Autor: Marc Perkel
Data:  
A: Tim Jackson
Assumpte: Re: [exim] Relaying coming from port 2525
Try this:

iptables -v -t nat -A PREROUTING -p tcp -j REDIRECT --dport 2525
--to-ports 25


>