U Pon, 06. 04. 2009., u 12:46 +0800, Onno Benschop je napisao/la: > I have two network adapters, eth0 and eth1. For no particular reason > that I've been able to determine, postfix appears to use a random > interface. This means that if it chooses eth0, mail does not go out > until I detect that this has happened. I then need to bring eth0 down, > restart postfix, then bring eth0 back up.
inet_interfaces - on which interfaces should postfix listen smtp_bind_address - which interface will postfix use for sending mail EXAMPLES: inet_interfaces = all smtp_bind_address = 192.168.0.25 -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
