Re: [exim] Relaying coming from port 2525

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Marc Perkel
Ημερομηνία:  
Προς: Tim Jackson
Αντικείμενο: Re: [exim] Relaying coming from port 2525
Try this:

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


>