catch outgoing pop3 & redirect to local port
Brought to you by:
ajg
Hi,
I am using agt at sevral machines and i am stunned by
it's flexibility yet simplicity! Hope you keep
improving it, cause it rocks and i would hate having to
abondon it because it is outdated. That said:
How can i catch all outgoing pop3 and redirect it to
another local port?
Greetings,
Remco de Lang
Logged In: NO
to clarify things a bit, this is what i want:
iptables -t nat -A PREROUTING -p tcp -i eth0 --dport pop3 -j
REDIRECT --to 8110
greetings,
Remco de Lang
Logged In: NO
to clarify things a bit, this is what i want:
iptables -t nat -A PREROUTING -p tcp -i eth0 --dport pop3 -j
REDIRECT --to 8110
greetings,
Remco de Lang