Author Topic: SMTP using ipaddress ok but using mydomain.com timeout  (Read 3853 times)

yudidw2

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: SMTP using ipaddress ok but using mydomain.com timeout
« Reply #30 on: April 26, 2012, 03:24:08 am »
So do not wonder why Thunderbird fails.

I definitely advise you to look at firewall rules and log to ensure you can access.
What is very strange to me is that you can access using IP.
Can you try to make it simple, from Thunderbird standpoint (for testing purpose) and set up your SMTP server using port 25 (no TLS, no auth...)?

nothing block in firewall.
still with no tls and auth mydomain timeout

christian

  • Guest
Re: SMTP using ipaddress ok but using mydomain.com timeout
« Reply #31 on: April 26, 2012, 07:02:17 am »
For what I understand (i.e. very little for the time being  :-[), mail.yourdomain.com do not point to IP you are using or at least this is my current feeling.
Let me explain:

if
Code: [Select]
telnet 192.168.42.2 25works but
Code: [Select]
telnet mail.yourdomain.com 25doesn't, then this is most likely not the same server.
I also realize, reading again and again what you wrote, thet firewall and mail are different servers. Am I correct?
1 - Does it mean that firewall if not Zentyal server?
2 - when you wrote "nothing in FW logs", does it mean at 192.168.42.1 or FW at 192.168.42.2 (BTW is FW running on Zentyal server?)