Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


tchart

2380 posts

Uber Geek

ID Verified
Trusted

#19898 5-Mar-2008 09:12
Send private message

As the title suggests, I am on Xnet broadband but my two primary email addresses are however ihug (Vodafone) accounts.

My question is this;


No matter how I confugure Outlook 2003 I can't get it to send my email via the ihug SMTP server. Ive tried all the options such as logging onto the server with my ihug credientials etc but the only thing that works is if I use the Xnet SMTP server to send my ihug email.


The issue with this is that some anit-spam clients trash my emails (to customers) as my email domain doesnt match the domain of the SMTP server.

Funnily enough, when ihug had a bit of trouble recently with their email servers I could suddenly send my email via the ihug server no problem. As soon as they resolved the "problem" I had to switch back to the Xnet SMTP server.


Does anyone have any advice on this issue? Switching my email to my Xnet address is not an option as my ihug account is used to support a shareware application I develop.


Thanks
Trevor


View this topic in a long page with up to 500 replies per page Create new topic
 1 | 2
coffeebaron
6235 posts

Uber Geek

Trusted
Lifetime subscriber

  #114780 5-Mar-2008 09:34
Send private message

Option 1: apply for a static IP from Xnet, then you'll be able to send via port 25 through ihug smtp ($10 /mth)
Option 2: ask ihug for an alternative port to port 25 for smtp, however I've requested this before and they did not have an alternative port at that stage.




Rural IT and Broadband support.

 

Broadband troubleshooting and master filter installs.
Starlink installer - one month free: https://www.starlink.com/?referral=RC-32845-88860-71 
Wi-Fi and networking
Cel-Fi supply and installer - boost your mobile phone coverage legally

 

Need help in Auckland, Waikato or BoP? Click my email button, or email me direct: [my user name] at geekzonemail dot com




ajobbins
5052 posts

Uber Geek

Trusted

  #114796 5-Mar-2008 11:13
Send private message

Ihug may also block connections to their SMTP server from outside of their own network, in which case a static IP won't help. Pay to check with Ihug first to see if this is the case.

Fraktul
836 posts

Ultimate Geek

Trusted

  #114820 5-Mar-2008 13:31
Send private message

adamj: Ihug may also block connections to their SMTP server from outside of their own network,


Well they obviously do this (as is best pratice) and coffeebaron suggested that Ihug offer a whitelist entry of a static IP to allow you to use themr SMTP server remotely. I have no idea if they indeed offer such a service or SMTP auth, probably best to ask Ihug.



lonney
85 posts

Master Geek


  #114830 5-Mar-2008 13:58
Send private message

telnet smtp.ihug.co.nz 25

220-smtp.mailfilter3.ihug.co.nz ESMTP
220 STMPAUTH-RELAY: You may only relay through this system if you authenticate yourself

--
Looks like IHUG support smtp authentication. A quick look at their site doesn’t turn up any info on how to configure your mail client for SMTP authentication.

Is using IHUG’s webmail an option?

 


tchart

2380 posts

Uber Geek

ID Verified
Trusted

  #114839 5-Mar-2008 14:43
Send private message

Thanks guys, I might get back onto ihug about this. Last time I rang up they couldnt help me (or didnt seem to understand the problem).

Im guessing port 25 is the default SMTP port or is this wrong?

Ive tried all manner of "authetication" methods for the accounts from within Outlook (on the Outgoing Server tab). I would have thought that by authenticating myself with my ihug credentials that it would have been enough.

But as mentioned by adamj they probably just block attempts from outside networks (for good reason of course!)

Webmail works fine but isnt an option as I generate registration emails for users using a .Net app I wrote which are then sent through Outlook. The volume isnt high but it would mean copying and pasting the email address, content etc into the Webmail app instead of just pressing "Send" (my app creates an new Outlook email with everything already in it).

Thanks again for all the advice.

Trevor

nate
6473 posts

Uber Geek

Retired Mod
Trusted
Lifetime subscriber

  #114843 5-Mar-2008 14:56
Send private message

adamj: Ihug may also block connections to their SMTP server from outside of their own network, in which case a static IP won't help. Pay to check with Ihug first to see if this is the case.


I regularly use ihug's SMTP server from work and I authenticate using my home username/password. Works really well.

tchart

2380 posts

Uber Geek

ID Verified
Trusted

  #114846 5-Mar-2008 15:34
Send private message

nate, what email client do you use? Any idea who your works ISP is?

Thanks

 
 
 

Trade NZ and US shares and funds with Sharesies (affiliate link).
nate
6473 posts

Uber Geek

Retired Mod
Trusted
Lifetime subscriber

  #114856 5-Mar-2008 16:11
Send private message

Thunderbird.  It doesn't matter what ISP you are with, as long as you authenticate you'll be able to send email through ihug.

We use Xtra/ICONZ/XNet here and it works through all three.

itxtme
2102 posts

Uber Geek


  #114885 5-Mar-2008 18:13
Send private message

Try changin the port to 110 in your outlook connection settings.  Many ISP's block port 25 usage so they are not used to send spam

cokemaster
Exited
4929 posts

Uber Geek

Retired Mod
Trusted
Lifetime subscriber

  #114890 5-Mar-2008 18:47
Send private message

itxtme: Try changin the port to 110 in your outlook connection settings. Many ISP's block port 25 usage so they are not used to send spam

110 is for POP3 access... not SMTP.




webhosting

Loose lips may sink ships - Be smart - Don't post internal/commercially sensitive or confidential information!


lonney
85 posts

Master Geek


  #114904 5-Mar-2008 19:46
Send private message

nate: Thunderbird.  It doesn't matter what ISP you are with, as long as you authenticate you'll be able to send email through ihug.

We use Xtra/ICONZ/XNet here and it works through all three.


xnet block port 25, if the authentication happens over port 25, then it's still not going to work.

The only way around this on xnet is to switch to a static IP, which will cost extra OR change to an ISP that does not block port 25 by default.

Cant find any info on configuring to use authentication on IHUG's mail server.

Some mail servers that are setup to accept SMTP authentication and secure SSL connections use a different port (most likely to get around ISP's that block port 25 by default). IHUG may offer this, but there is no mention of it that I can find anywhere, only way to find out for sure is to call them.

coffeebaron
6235 posts

Uber Geek

Trusted
Lifetime subscriber

  #114917 5-Mar-2008 20:53
Send private message

lonney:
nate: Thunderbird.  It doesn't matter what ISP you are with, as long as you authenticate you'll be able to send email through ihug.

We use Xtra/ICONZ/XNet here and it works through all three.


xnet block port 25, if the authentication happens over port 25, then it's still not going to work.

The only way around this on xnet is to switch to a static IP, which will cost extra OR change to an ISP that does not block port 25 by default.

Cant find any info on configuring to use authentication on IHUG's mail server.

Some mail servers that are setup to accept SMTP authentication and secure SSL connections use a different port (most likely to get around ISP's that block port 25 by default). IHUG may offer this, but there is no mention of it that I can find anywhere, only way to find out for sure is to call them.

Which takes us back to my two options above :)




Rural IT and Broadband support.

 

Broadband troubleshooting and master filter installs.
Starlink installer - one month free: https://www.starlink.com/?referral=RC-32845-88860-71 
Wi-Fi and networking
Cel-Fi supply and installer - boost your mobile phone coverage legally

 

Need help in Auckland, Waikato or BoP? Click my email button, or email me direct: [my user name] at geekzonemail dot com


itxtme
2102 posts

Uber Geek


  #114939 5-Mar-2008 22:11
Send private message

Appologies, i meant change port 25 to port 26.

xtra do the same thing; if you try and use port 25 other than their own it will fail, change the port to 26 and it works


cokemaster
Exited
4929 posts

Uber Geek

Retired Mod
Trusted
Lifetime subscriber

  #114940 5-Mar-2008 22:15
Send private message

itxtme:

xtra do the same thing; if you try and use port 25 other than their own it will fail, change the port to 26 and it works


No, Xtra offers you to opt out of the filtering, free of charge. Unlike WorldxChange there is no static IP you have to buy.

Your ability to connect to mail servers on port 26 will depend on the mail servers set up.




webhosting

Loose lips may sink ships - Be smart - Don't post internal/commercially sensitive or confidential information!


itxtme
2102 posts

Uber Geek


  #114942 5-Mar-2008 22:17
Send private message

So its possible that ihug are setup to allow port 26 also?

 1 | 2
View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.