On 6/15/06 1:03 PM, "Rabinowitz, Ari (Exchange)" <[EMAIL PROTECTED]> wrote:

> Try checking to see if postfix is configured to only listen on the loop-back
> interface (localhost 127.0.0.1).  You should check the inet_interfaces value
> in main.cf.  If it says
> inet_interfaces = localhost then that is probably your problem.  Change it to
> inet_interfaces = all (or just comment out the line since the default is all)
> and do a postfix reload.  Then try the port scan again.
> 

netstat -ln -p tcp
works in Mac OS X.  One should expect to see either 0.0.0.0.25 (Postfix
listening on all active addresses), or 127.0.0.1.25 (which the experiment
using localhost showed is working) plus at least one other suitable IP
address.25

If Postfix is listening, then either its logs will have useful information
or more likely the firewall needs attention.

(My usual netstat -ln produced between 2 and 3 screens of output in my
44-line window, hence the -p to reduce output.  Apple passes LOTS of stuff
around via sockets.)

  --John (who no longer has Postfix active on his Mac OS X machines)


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to