mtitania ha scritto:
> # dig @dns.heagmobilo.de yourdomain MX
> 
> Here are the results from the check of the MX -- it appears to be correct
> (see below).
> How do I connect to port 25 on this server from outside?  Is there an easy
> way to do this?  we disable telnet on all servers because it is not
> secure...
> 
> [EMAIL PROTECTED] /]# dig @dns.heagmobilo.de einsof-email.com MX
> my-domain.com.       3600    IN      MX      0 66.173.98.22.    <<<<This is
> the correct IP.

This is wrong. You have to use an hostname and not an IP as MX pointers.

SO add a
mail.my-domain.com.     3600    IN      A       66.173.98.22
and then add a
mu-domain.com.          3600    IN      MX      10 mail.my-domain.com.

Stefano



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

Reply via email to