On Wed, 6 Jul 2005, frank wrote:
On Wed, 6 Jul 2005, Charlie Brady wrote:
On Wed, 6 Jul 2005, Matt Sergeant wrote:
On 6 Jul 2005, at 15:40, Charlie Brady wrote:
That's an added complication, and more code - which usually means
that more things can go wrong. In what circumstances would someone
want more than one interface, but not all interfaces?
...
My server has 2 public IPs assigned to it. I would like SMTP-server-A to bind
to IP-A and localhost (this is my main server) and SMTP-server-B should
attach to IP-B only (this is a secondary server for a friend). Currently I
have to run A->A and B->B with no localhost:25 or else run 3 instances of
qpsmtpd when only 2 should be required.
Seems sufficient justification to me.
---
Charlie