Marcel Grandemange wrote:
Ive been following different setups , and everytime spotfix insists on using
main interface to send mail.

please stop talking about "interface". if you have a problem related to interfaces, ask on your OS forum.


em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4>
        ether 00:30:48:90:c8:28
        inet 196.212.65.186 netmask 0xfffffff8 broadcast 196.212.65.191
        inet 196.212.65.187 netmask 0xfffffff8 broadcast 196.212.65.191
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active


196.212.65.186 is nated and all normall traffic goes through that.
196.212.65.187 is for mail only.

When ever a mail gets sent it uses 196.212.65.186

That is blacklisted, and the problem goes further than that.

blacklisted where?


Ive tried to do this....
inet_interfaces = 196.212.65.187, 127.0.0.1

No joy, binds to those interfaces but sends mail through 196.212.65.187

I guess you mean .186.

Please do

# postconf -e smtp_bind_address=196.212.65.187
# postfix stop
# postfix start

then send a new test mail and see which IP is being used. you can send me a message so that I see which IP is being used.

if you still have problems, post the output of 'postconf -n' and the contents of master.cf. feel free to hide private infos, but do so coherently. also tell us which OS is this.

Make sure your NAT implementation does not nat your smtp traffic.

Reply via email to