I have created a virtual ip on the loopback interface.  How do I make
postfix listen on that interface?

ifconfig
----------

eth0      Link encap:Ethernet  HWaddr 00:0c:29:89:ed:18
          inet addr:192.168.0.244  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:166623 errors:0 dropped:86 overruns:0 frame:0
          TX packets:3432 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:17796058 (16.9 MiB)  TX bytes:325225 (317.6 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:42 errors:0 dropped:0 overruns:0 frame:0
          TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2868 (2.8 KiB)  TX bytes:2868 (2.8 KiB)

lo:249    Link encap:Local Loopback
          inet addr:192.168.0.249  Mask:255.255.255.255
          UP LOOPBACK RUNNING  MTU:16436  Metric:1

netstat
----------

tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN
tcp        0      0 192.168.0.244:25        0.0.0.0:*               LISTEN


Thanks in advance

Reply via email to