yes, you need to tell postfix to listen on more then just localhost.
edit your main.cf, you most likely have something like this
Code:
#inet_interfaces = all
inet_interfaces = localhost
Switch the line thats commented, the do postfix reload and you should be set.