Force Postfix to bind to a set ip address
Add the following to your main.cf file (/etc/postfix/main.cf) smtp_bind_address = 192.0.2.3 to set tell smtp to bind to this IP (smtp_bind_address6 if using IPv6). note that with this smtp will…
Infrastructure, ERP and General Technology Blog
Add the following to your main.cf file (/etc/postfix/main.cf) smtp_bind_address = 192.0.2.3 to set tell smtp to bind to this IP (smtp_bind_address6 if using IPv6). note that with this smtp will…