On Tue, 30 Dec 2003, Christos Soulios wrote:
> This means that there is no choice for an administrator who might want > to distribute users to the domains _only_ according to the IP address of > the server that users connect to? I would not like my users to have the > ability to choose a domain only by appending a @domain to their userid. > > Are there any negatives consequences for implementing a byipaddress only > option too? I would like to see it implemented in cyrus, if this is not > a problem. > It is not, but the default setup will do what you want... -Igor > Regards, > Christos > > Ken Murchison wrote: > > > > > > I just committed some code to CVS which changes the virtdomains option > > from a SWITCH to an ENUM having 3 options: > > > > off/no/0/false/f (disabled) > > userid (fully qualified userids only) > > on/yes/1/true/t (current behavior) > > > > > > What this means (hopefully) is that existing installations of 2.2 code > > (whether virtdomains is enabled or not) should be unaffected. Those > > that don't want the reverse IP address lookup can use the "userid" option. > > > > -- Igor