postfix inet_interfaces setting

Discussion in 'Server Operation' started by Ovidiu, Oct 24, 2005.

  1. Ovidiu

    Ovidiu Active Member

    I found this in the manual:

    Examples:

    Default:
    inet_interfaces = all

    Host running virtual mailers:
    inet_interfaces = virtual.host.tld (virtual domain)
    inet_interfaces = $myhostname localhost.$mydomain (non-virtual mailer)

    now what would I set it to if I don't want it to listen to all interface? I tried eth0 instead of all but it wouldn't work...
     
  2. themachine

    themachine ISPConfig Developer ISPConfig Developer

    I believe you would set it to the IP address that you want it to listen on:

    Code:
    inet_interfaces = 192.168.1.10
     

Share This Page