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?

You want it listening on 127.0.0.1 and 10.x.x.x, but not your public IP.

(yes I know, that's what firewalls are for...)

Indeed. And access lists.

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.

-f

Reply via email to