Re: [exim] Relaying coming from port 2525

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marc Perkel
Fecha:  
A: Tim Jackson
Asunto: Re: [exim] Relaying coming from port 2525
Try this:

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


>