Re: Problem with postfix when setting up a loopback interface for load balancing

2008-09-29 Thread Wietse Venema
Victor Duchovni: > On Mon, Sep 29, 2008 at 11:53:07AM -0400, Adam Mason wrote: > > > ifconfig lo0 1.2.3.4 netmask 255.255.0.0 -arp up > > Leave the *primary* IP address of lo0 as 127.0.0.1, add "1.2.3.4" > (examples really should use 192.0.2.0/24 addresses) as a secondary > IP address for lo0. Co

Re: Problem with postfix when setting up a loopback interface for load balancing

2008-09-29 Thread Victor Duchovni
On Mon, Sep 29, 2008 at 11:53:07AM -0400, Adam Mason wrote: > ifconfig lo0 1.2.3.4 netmask 255.255.0.0 -arp up Leave the *primary* IP address of lo0 as 127.0.0.1, add "1.2.3.4" (examples really should use 192.0.2.0/24 addresses) as a secondary IP address for lo0. Commands for adding secondary IPs

Re: Problem with postfix when setting up a loopback interface for load balancing

2008-09-29 Thread Wietse Venema
Adam Mason: > Sep 29 10:45:38 {hostname} postfix/smtpd[39862]: warning: problem talking to > server 127.0.0.1:10023: Permission denied If you configure lo0 to be something other than 127.0.0.1, then what interface listens on the 127.0.0.1 address? Wietse