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.


Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 | 3 | 4
raytaylor
4076 posts

Uber Geek
+1 received by user: 1296

Trusted

  #1088922 14-Jul-2014 22:14
Send private message

never use your "FREE xtra.co.nz email address."




Ray Taylor

There is no place like localhost

Spreadsheet for Comparing Electricity Plans Here




vortexnz
60 posts

Master Geek
+1 received by user: 10


  #1088931 14-Jul-2014 22:35
Send private message

Hey question: I run a 2010 exchange server and am currently using smtp.xtra.co.nz on port 25 as smart host. When I tried updating this to send.xtra.co.nz it wouldn't send mail as it defaulted to port 25. I also tried TLS for auth and even changing the port manually in exchange powershell to 465 but still no go - is it really as easy as peppery suggested to just update the smart host considering the auth required for the new send.xtra.co.nz server? I did verify the credentials I was using were correct but no dice.... any ideas?

Cheers,

Jono





Dynamic
4016 posts

Uber Geek
+1 received by user: 1853

ID Verified
Trusted
Lifetime subscriber

  #1089134 15-Jul-2014 10:25
Send private message

vortexnz: Hey question: I run a 2010 exchange server and am currently using smtp.xtra.co.nz on port 25 as smart host. When I tried updating this to send.xtra.co.nz it wouldn't send mail as it defaulted to port 25. I also tried TLS for auth and even changing the port manually in exchange powershell to 465 but still no go - is it really as easy as peppery suggested to just update the smart host considering the auth required for the new send.xtra.co.nz server? I did verify the credentials I was using were correct but no dice.... any ideas?

The send.xtra.co.nz server is a Yahoo server and it is tied up reasonably tight in terms of which addresses can send out via that server.  Assuming you can get Exchange 2010 to authenticate to it (I've never tried - it is a crappy consumer-level service), every FROM address you use must be pre-registered which is a PITA.

Is this for a commercial setup or your home setup?




“Don't believe anything you read on the net. Except this. Well, including this, I suppose.” Douglas Adams




vortexnz
60 posts

Master Geek
+1 received by user: 10


  #1089138 15-Jul-2014 10:32
Send private message

Thanks for that - sounds like its not going to work how I want it to so will just sit tight sending mail directly via mx records and hope that hotmail stops marking my mail as spam once reputation increases.





Dynamic
4016 posts

Uber Geek
+1 received by user: 1853

ID Verified
Trusted
Lifetime subscriber

  #1089141 15-Jul-2014 10:35
Send private message

vortexnz: Thanks for that - sounds like its not going to work how I want it to so will just sit tight sending mail directly via mx records and hope that hotmail stops marking my mail as spam once reputation increases.

Have you got a PTR record in place on your static IP?  This is a reverse DNS record put in place by your ISP not your domain name DNS provider.




“Don't believe anything you read on the net. Except this. Well, including this, I suppose.” Douglas Adams


vortexnz
60 posts

Master Geek
+1 received by user: 10


  #1089143 15-Jul-2014 10:42
Send private message

Yep PTR, SPF, runs through MXtoolbox.com fine only error that comes up is the smtp response time as a result of the tarpit configured. I registered for SDNS and JMRP as well.





 
 
 
 

Shop now on Samsung phones, tablets, TVs and more (affiliate link).
Dynamic
4016 posts

Uber Geek
+1 received by user: 1853

ID Verified
Trusted
Lifetime subscriber

  #1089145 15-Jul-2014 10:44
Send private message

vortexnz: Yep PTR, SPF, runs through MXtoolbox.com fine only error that comes up is the smtp response time as a result of the tarpit configured. I registered for SDNS and JMRP as well.

Ahhhh well I won't accuse you of being a n00b with SMTP server setup any time soon then.  :)




“Don't believe anything you read on the net. Except this. Well, including this, I suppose.” Douglas Adams


vortexnz
60 posts

Master Geek
+1 received by user: 10


  #1089146 15-Jul-2014 10:45
Send private message

I'm flattered :)





Daylo
123 posts

Master Geek


  #1089231 15-Jul-2014 12:53
Send private message

Given the posts above, I also run an SMTP server for my personal domain and haven't bothered with organising updating of any DNS pointer records - I've been lazy and solely use the Xtra SMTP server as a smart host.  I've also received an email regarding the use of said systm as a relay for my domain, and how it's demise is forthcoming.

Now that I'm at the point of doing things the best way via DNS, how does a Telecom customer go about requesting a PTR record be created for my mail host against my static IP address?  (short of me looking on Telecom's site).

Cheers,
Daylo

Dynamic
4016 posts

Uber Geek
+1 received by user: 1853

ID Verified
Trusted
Lifetime subscriber

  #1089239 15-Jul-2014 13:02
Send private message

Daylo: Given the posts above, I also run an SMTP server for my personal domain and haven't bothered with organising updating of any DNS pointer records - I've been lazy and solely use the Xtra SMTP server as a smart host.  I've also received an email regarding the use of said systm as a relay for my domain, and how it's demise is forthcoming.

Now that I'm at the point of doing things the best way via DNS, how does a Telecom customer go about requesting a PTR record be created for my mail host against my static IP address?  (short of me looking on Telecom's site)

Call Telecom's DNS team and give them your account number, static IP, and the FQDN entry required for the PTR.  This needs to match the name your email server declares for itself.  The way I test this is to telnet to the mail server on port 25 and check the banner that reports when the telnet session connects.  This should be something like mail.yourdomain.co.nz (a legit domain name, not something like mail.yourdomain.local).

"Hello Telecom.  I need a new PTR record on IP address x.x.x.x for mail.mydomain.co.nz"




“Don't believe anything you read on the net. Except this. Well, including this, I suppose.” Douglas Adams


Daylo
123 posts

Master Geek


  #1089242 15-Jul-2014 13:11
Send private message

 Call Telecom's DNS team and give them your account number, static IP, and the FQDN entry required for the PTR.  This needs to match the name your email server declares for itself.  The way I test this is to telnet to the mail server on port 25 and check the banner that reports when the telnet session connects.  This should be something like mail.yourdomain.co.nz (a legit domain name, not something like mail.yourdomain.local).

"Hello Telecom.  I need a new PTR record on IP address x.x.x.x for mail.mydomain.co.nz"


Cheers. I'm quite familiar with the fabulous world of ICT :)  But a huge thank you for your prompt answer. Much appreciated!  Now off to try and navigate my way through the Telecom phone support jungle to get to this team!

 
 
 
 

Shop now on Samsung phones, tablets, TVs and more (affiliate link).
Talkiet
4819 posts

Uber Geek
+1 received by user: 3934

Trusted

  #1089274 15-Jul-2014 14:06
Send private message

Sorry guys, while you can set up all the correct settings to run your own SMTP servers, the fact that they are sitting in an ISP BB customer pool is going to mean you're never going to get a solid, reliable score with respect to never being marked as spam.

Your best bet is a paid smarthost option.

Cheers -N




Please note all comments are from my own brain and don't necessarily represent the position or opinions of my employer, previous employers, colleagues, friends or pets.


bonkas
315 posts

Ultimate Geek
+1 received by user: 12


  #1090541 17-Jul-2014 11:04
Send private message

Does anyone have clients or manage server running Exchange 2003 or SBS 2003 with telecom configured as a smart host currently smtp.xtra.co.nz

What has been your solution to the telecom changes as I beleive Exchange 2003 does not allow authentication and SSL for it's smart host.





Talkiet
4819 posts

Uber Geek
+1 received by user: 3934

Trusted

  #1090543 17-Jul-2014 11:08
Send private message

bonkas: Does anyone have clients or manage server running Exchange 2003 or SBS 2003 with telecom configured as a smart host currently smtp.xtra.co.nz

What has been your solution to the telecom changes as I beleive Exchange 2003 does not allow authentication and SSL for it's smart host.


To be fair, that server software is over 10 years old...

Quite a few people seem to use Stunnel as a solution... One of the best descriptions I have seen is here:

http://serverfault.com/questions/72761/ssl-for-exchange-2003-smtp

Additionally, are you aware that Exchange Server 2003 appears to be out of support?

http://support.microsoft.com/lifecycle/search/?alpha=Exchange+Server
Cheers - N





Please note all comments are from my own brain and don't necessarily represent the position or opinions of my employer, previous employers, colleagues, friends or pets.


Dynamic
4016 posts

Uber Geek
+1 received by user: 1853

ID Verified
Trusted
Lifetime subscriber

  #1090548 17-Jul-2014 11:12
Send private message

Or use SMTP2GO.com who have solutions that are secured by methods other than authentication.




“Don't believe anything you read on the net. Except this. Well, including this, I suppose.” Douglas Adams


1 | 2 | 3 | 4
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic








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.