When config.c_ip_addr is set, use that IP address
authorArt Cancro <ajc@citadel.org>
Tue, 5 Jun 2007 20:47:43 +0000 (20:47 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 5 Jun 2007 20:47:43 +0000 (20:47 +0000)
commit2ea2a7d64e158dfccb3e90a6b6d45647eed7323e
treee25bbbf4033d8fe793ded697dc58de306d73147e
parentc104cd047dddf53dd83ecbc96a27acc1091f444e
When config.c_ip_addr is set, use that IP address
not only for listening sockets, but also client sockets.  This will
allow outbound email to be sourced from the correct IP address when
multiple unrelated Citadels are running on the same server.
citadel/clientsocket.c