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"
Did you restart postfix after making this change ?
A reload won't pick up network binds.
J.