Subject: Re: [vserver] Postfix or amavis troubles after kernel upgrade
From: Gilles Sadowski <gilles@harfang.homelinux.org>
Date: Thu, 10 Apr 2008 18:42:31 +0200

Hello.

> >
> >> > CONFIG_VSERVER_AUTO_SINGLE=y
> >> Automatic single IP special casing might possibly be having an effect on
> >> this,
> >
> > I must admit that I didn't know whether to set this or not.
> > What is it used for?
> 
> It's the old behavior where all network connections are rewritten to the
> guest's first IP address. However, this should not be combined with
> CONFIG_VSERVER_AUTO_LBACK, as you then have at least 2 addresses, of which
> only the non-127.0.0.0/8 address will work.

In the config, I set the following:

---
CONFIG_VSERVER_AUTO_LBACK=y
CONFIG_VSERVER_AUTO_SINGLE=y
---

Is it then the problem; setting both to 'y' is having them combined?

Wouldn't it be possible (and clearer) to make a single option of these two,
if they are contradictory?

Gilles