kjl wrote:

is it possible that qmail listen for example ports 25 an 2500
I did this for my roaming users using iptables to redirect port (example) 9925 to port 25. We had issues with ISPs in airports/hotels blocking port 25 and needed a workaround. This sample should point you in the right direction if you have a firewall in front of your email server: $IPTABLES -A PREROUTING -t nat -p tcp -d $EXTIP --dport 9925 -j DNAT --to 192.168.5.110:25


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to