Postfix using wrong IP address

Discussion in 'Installation/Configuration' started by adm-computers, Jun 29, 2008.

  1. adm-computers

    adm-computers New Member

    I've just been looking at my headers on my emails.

    For some reason postfix is sending out emails on the wrong ip address!!

    The headers are saying that it is sending out email on 62.*.*.196 when it should be sending them out on 62.*.*.195.

    196 is used just for our control panel and has no other use and all dns records point to 195

    Is there a way to bind postfix to the 195 ip address?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Add the following line to the main.cf file. Example:

    smtp_bind_address = 192.168.0.123

    and restart bind.
     

Share This Page