Re: [exim] Relaying coming from port 2525

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Marc Perkel
Date:  
À: Tim Jackson
Sujet: Re: [exim] Relaying coming from port 2525
Try this:

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


>