Has anyone else noticed that Mweb intercepts and redirects all outbound connections via TCP 25 to a proxy? You can test this yourself, just port scan any external host and without fail you'll see that 25 is always open on the scanned host. 
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I understand why it's done, but interception is still a shady way to do things. I'd rather have a policy in place which blocks outbound 25 after excessive and obvious spam traffic. Also, redirecting the end user a landing page when they try browse, warning them of a possible infection.
I program wifi hotspots at work using Mikrotik captive portals. By default, we intercept and redirect traffic outbound 25 traffic. This grabs the connection and routes it through our SMTP. This saves the end user from changing SMTP when using our hotspot. Though I see no need to do it on ADSL. What if I legitimately wanted to use port 25 on a remote host using my private home connection?
You should rather use port 587. That is the designated standard for trusted mail submission.In the case of the TM one, I send out email reports via port 26 to a SMTP server at work, listening on port 26, which then relayed it to our main mail server on port 25. Works, but is quite a kludge.