Sorry, because I am trying those stuff with another machine. Some stuff are typed by me and not copy and paste. Therefore, typo mistake may happened.
I just found another strange stuff.
If I telnet INTERNAL_IP_of_zimbra 25
Code:
220 my_domin ESMTP Postfix
EHLO host
250-my_domain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME
If I telnet INTERNET_IP_of zimbra 25
Code:
220 *******************
EHLO host
502 Error: command not implemented
With this strange case, I also suspected that I have connected to the wrong host, but I did not because I checked at the /var/log/zimbra.log, there were connection trails:
Code:
Mar 16 11:24:55 safp postfix/smtpd[14342]: connect from unknown[202.175.xx.xx]
Mar 16 11:25:06 safp postfix/smtpd[14446]: timeout after CONNECT from unknown[202.175.xx.xx]
That means I connected correctly.
Thomas