Changed but no help. I will try to uninstall the Firewall software from my installation to see how it work.
Main Topics
Browse All TopicsI installed a PostFix on Fedora 10, it works fine if I am using Telnet on the server host but if I tried to use telnet from Putty on my laptop and using windows mail on my Vista, it is not able to make connection to Fedora's PostFix SMTP.
I just want to use it for internal therefore it can be open relay, that's why I set "relay_domains=" in main.cf file.
I have turned off the iptables, therefore the firewall isn't running at this time. What else cause the problem?
I posted my main.cf content at the "code" section for reference. In order to shorten the main.cf, I remove the comment line.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I figure it out. It is really blocked by SeLinux, after I disable it, I can telnet my Fedora's PostFix from my Putty and using Windows Mail. I followed the steps listed here to stop SELinux http://www.thegeekstuff.co
Method 1: Disable SELinux Temporarily
# cat /selinux/enforce
1
# echo 0 > /selinux/enforce
# cat /selinux/enforce
0
Method 2: Disable SELinux Permanently
# cat /etc/selinux/config
SELINUX=disabled
SELINUXTYPE=targeted
SETLOCALDEFS=0
Method 3: Disable SELinux from the Grub Boot Loader
# cat /boot/grub/grub.conf
default=0
timeout=5
splashimage=(hd0,0)/boot/g
hiddenmenu
title Enterprise Linux Enterprise Linux Server (2.6.18-92.el5PAE)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-92.el
initrd /boot/initrd-2.6.18-92.el5
title Enterprise Linux Enterprise Linux Server (2.6.18-92.el5)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-92.el
initrd /boot/initrd-2.6.18-92.el5
Business Accounts
Answer for Membership
by: keymalusPosted on 2009-10-19 at 15:48:39ID: 25609653
Hello,
I would try change
Thanks,
Trev