On 11/9/07, goku ball z <[EMAIL PROTECTED]> wrote:
> yes I tried everthing....
>
>   telnet domain.com 25
>   telnet host.domain.com 25
>   telnet mail.domain.com 25
>
>   the only thing that works is telnet localhost 25
>   =(

My best guess is the default install has postfix only listening on
localhost. Check the inet_interfaces option in main.cf. A `netstat -an
| grep :25`  or `lsof -ni TCP:25` will tell you if postfix is actually
binding to more than localhost on tcp/25.

>   Quoting goku ball z :
>
> > sorry Jon, for security reason, I changed the ip address and the domain....

The problem with you masking your IP and domain name for security
reasons creates problems for those trying to help you. If your DNS is
wrong we cannot explicitly tell you what is wrong.

Here is a very good Postfix book:
http://www.amazon.com/Book-Postfix-State-Art-Transport/dp/1593270011/
and a good DNS book:
http://www.amazon.com/DNS-BIND-5th-Cricket-Liu/dp/0596100574
and a good Linux book:
http://www.amazon.com/Linux-Administration-Handbook-2nd-Nemeth/dp/0131480049

-Vince
_______________________________________________
LUAU@lists.hosef.org mailing list
http://lists.hosef.org/cgi-bin/mailman/listinfo/luau

Reply via email to