On Thu, Dec 15, 2005 at 01:15:24PM +1100, Dave Kempe wrote:
> and you forgot, remove the inet_interface directive out of main.cf
> its set to localhost by default on redhat these days
Yeah what Dave said. Specifically, in /etc/postfix/main.cf,
there are a few line like this:
#inet_interfaces = $myhostname, localhost
inet_interfaces = localhost
Uncomment the first, and comment out the second,
and restart:
# service postfix restart
You will probably want a firewall rule as well,
add this line to /etc/sysconfig/iptables at a likely looking place.
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j
ACCEPT
and restart iptables:
# service iptables restart
then if you're running ntp, restart ntp, because the iptables restart seems to
have a bug
which doesn't restore the rule for ntp properly. The ntp start will fix this.
# service ntpd restart
Matt
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html