SMTP REDIRECT - Can't quite get it to work...

Need help? Ask here.

Moderator: Moderators

Post Reply
DrLou
Posts: 1
Joined: Tue Oct 13, 2015 7:48 am

SMTP REDIRECT - Can't quite get it to work...

Post by DrLou »

As my first foray into Rollernet services, am trying to set up SMTP Redirect for a couple of our domains - Can't quite get it right!

Code: Select all

$ dig mydomain.org MX
does return these records:

Code: Select all

;; ANSWER SECTION:
mydomain.org.		60	IN	MX	10 mail.rollernet.us.
mydomain.org.		60	IN	MX	10 mail2.rollernet.us.
So far so good?

Then, I've got this SMTP Redirection set up in Rollernet:

Code: Select all

mydomain.org   mydomain.org:587
-- where our 'home' smtp server is up, and responding, on that port.

Still I cannot get this to respond:

Code: Select all

$ telnet mydomain.org 25
Does anyone have an end-to-end example of this? Thanks!
Post Reply