Kirt Bajwa wrote: > > Hello: > > > > Over a year ago, I installed a CentOS 5.2 with Postfix 2:2..3.3-2.1 > (and Dovecot) on a Server. Postfix ran without a problem & did not do > anything for 18 months. > > > > Couple of weeks ago, I lost the P/S in the Server. I took the MB and > installed it into another Server. I changed the IP address on the NIC > card and the Server was up. > > > > At this point I noticed that I was NOT getting emails from the > Internet. I can send emails to the outside World, but don’t receive > any email. Then I tried sending email from one account to another > email account on the same Server. Emails gets through. > > > > Can some one help as to why I am not getting emails from the Internet? > > > > mydomain = imwell-usa.com > > myhostname = mail.imwell-usa.com >
Your machine is not accepting requests: [EMAIL PROTECTED] ~ $ telnet mail.imwell-usa.com 25 Trying 65.103.190.105... telnet: connect to address 65.103.190.105: Connection refused Can you 'telnet localhost 25' on that box? Can you telnet to the box on the same network? Is SELinux or AppArmor installed? Is there a general smtp service entry in master.cf? Brian