Re: [exim] Relaying coming from port 2525

Top Pagina
Delete this message
Reply to this message
Auteur: Marc Perkel
Datum:  
Aan: Tim Jackson
Onderwerp: Re: [exim] Relaying coming from port 2525
Try this:

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


>