Postfix on localhost

Discussion in 'Server Operation' started by andy, May 9, 2005.

  1. andy

    andy New Member

    How can I make Postfix listen only on localhost?

    Andy
     
  2. tylerdurden

    tylerdurden New Member

    Put this into /etc/postfix/main.cf:

    Code:
    inet_interfaces = localhost
    and restart your Postfix.

    tyler
     

Share This Page