On Tuesday 08 June 2010 13:09:02 Khawaja M. Jawad wrote: > Hi, > > I am using postfix + MailScanner + Mailwatch, Everything is working fine. > postfix is relaying emails for all of my clients/domain, but I am unable to > telnet localhost 25. Although I have allowed 127.0.0.0/8 range, listening > on all interfaces, and is sending emails for all customer as per defined > range. > > inet_interfaces = all > > mynetworks = 10.0.0.0/8, 127.0.0.0/8, 172.29.3.0/24, 172.29.7.0/24 > > smtpd_recipient_restrictions = reject_rbl_client sbl-xbl.spamhaus.org, > reject_rbl_client cbl.abuseat.org, reject_unknown_sender_domain, > reject_unverified_sender, reject_non_fqdn_recipient, check_policy_service > inet:127.0.0.1:10031, permit_mynetworks, reject_unauth_destination > > Can anyone let me know any clue ? Why I am unable to "telnet localhost 25" > > -- > > Regards > > Jawad >
Silly question, but I have seen it before, does it work if you substitute "localhost" for "127.0.0.1" ? "localhost" needs to be resolved properly before this will work. What is the actual message you see? Does it work from a different machine? Do you have a firewall running? Does "netstat -an | grep 25" show port 25 as "LISTENING"? -- Joost