How to make Postfix use new IP address?

Discussion in 'Server Operation' started by stimpack, Mar 9, 2013.

  1. stimpack

    stimpack New Member

    I'm using the Postfix mail server and I have 2 IPs available. I'd like that my postfix can access to my others ips

    How can I do this?

    For example: main IP: 66.66.66.66 other IP: 66.66.66.67
     
  2. jims_a_winner

    jims_a_winner Member

    Try adding
    Code:
    smtp_bind_address = 88.88.88.88
    to your /etc/postfix/main.cf
     

Share This Page