Re: How to add virtual domain support

2001-05-06 Thread GOMBAS Gabor
On Sat, May 05, 2001 at 10:38:55AM -0700, Michael Fair wrote: > I also had envisioned matching that scheme at the > top of the mailstore as well. > > /ip.address1.of.host/user/bob > /ip.address2.of.host/user/bob Please do not use IP addresses in directoty names, use the domain names instead. I

Re: How to add virtual domain support

2001-05-05 Thread Michael Fair
D]> Sent: Friday, May 04, 2001 5:03 PM Subject: Re: How to add virtual domain support > Joe Rhett wrote: > > > The main point of this is to actually get some virtual hosting within a > > > single mailstore. The use_ip_as_realm patch will provide most of the >

Re: How to add virtual domain support

2001-05-04 Thread Todd Nemanich
Joe Rhett wrote: > > The main point of this is to actually get some virtual hosting within a > > single mailstore. The use_ip_as_realm patch will provide most of the > > changes needed to do either named or ip vhosts, primarily how > > information (mailboxes, acls, message flags, etc) is sep

Re: How to add virtual domain support

2001-05-04 Thread Alex Pilosov
On Fri, 4 May 2001, Joe Rhett wrote: > If you have a different DNS name & IP address for each virtual domain, > you'll need a different SSL certificate for each one or the browser will > complain upon establishing a connection -- long before SASL issues are Doh. I realized my mistake a minute af

Re: How to add virtual domain support

2001-05-04 Thread Joe Rhett
> > > I have a suggestion on this subject. What about the possibility of > > > binding a realm to a local address for cyrus (IP based vhost)? Yes, > > > authentication and named vhosts via username and realm is ideal, but > > > given that that information is usually not explicitly send by the > >

Re: How to add virtual domain support

2001-05-04 Thread Joe Rhett
> > The best way is to have the client log into a single hostname with a single > > IP (and single matching certificate) but provide domain information during > > the login. > > This is indeed a better idea, which already has been discussed. My > opinion is that the server should have the option

Re: How to add virtual domain support

2001-05-04 Thread Alex Pilosov
On Fri, 4 May 2001, Joe Rhett wrote: > > I have a suggestion on this subject. What about the possibility of > > binding a realm to a local address for cyrus (IP based vhost)? Yes, > > authentication and named vhosts via username and realm is ideal, but > > given that that information is usually n

Re: How to add virtual domain support

2001-05-04 Thread Todd Nemanich
Joe Rhett wrote: > > It's not possible at that level, which is what I was saying. > > The best way is to have the client log into a single hostname with a single > IP (and single matching certificate) but provide domain information during > the login. This is indeed a better idea, which already

Re: How to add virtual domain support

2001-05-04 Thread Todd Nemanich
Joe Rhett wrote: > > > I have a suggestion on this subject. What about the possibility of > > binding a realm to a local address for cyrus (IP based vhost)? Yes, > > authentication and named vhosts via username and realm is ideal, but > > given that that information is usually not explicitly send

Re: How to add virtual domain support

2001-05-04 Thread Joe Rhett
It's not possible at that level, which is what I was saying. The best way is to have the client log into a single hostname with a single IP (and single matching certificate) but provide domain information during the login. The second, non-scaleable approach is a different configuration per IP ad

Re: How to add virtual domain support

2001-05-04 Thread Joe Rhett
> I have a suggestion on this subject. What about the possibility of > binding a realm to a local address for cyrus (IP based vhost)? Yes, > authentication and named vhosts via username and realm is ideal, but > given that that information is usually not explicitly send by the > client, if the ima

Re: How to add virtual domain support

2001-04-28 Thread Michael Fair
- Original Message - From: "Todd Nemanich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 9:11 AM Subject: Re: How to add virtual domain support > Michael Fair wrote: > > Yes, the Cyrus server supports realms though it is largely &

Re: How to add virtual domain support

2001-04-27 Thread Todd Nemanich
Michael Fair wrote: > Yes, the Cyrus server supports realms though it is largely > unused. Currently SASL just fills the realm info in with > the hostname of the machine. You can see this when you do > "sasldblistusers". > > In regards to all clients supportnig SASL. Perhaps it's only > a matt

Re: How to add virtual domain support

2001-04-26 Thread Michael Fair
> > The problem is that email clients don't supply the realm > > information when they authenticate. If they log in as > > their email address then this isn't a problem because > > the login name contains the domain info but the "holy > > grail" in my mind's eye would be to allow [EMAIL PROTECTED

Re: How to add virtual domain support

2001-04-26 Thread Michael Fair
>[...] >>> What about SASL? >>> SASL has different 'Login realms' - use the domain as realm. >> The problem is that email clients don't supply the realm >> information when they authenticate. If they log in as >> their email address then this isn't a problem because >> the login name contains the

Re: How to add virtual domain support

2001-04-26 Thread Simon Loader
> > The problem is that email clients don't supply the realm > information when they authenticate. If they log in as > their email address then this isn't a problem because > the login name contains the domain info but the "holy > grail" in my mind's eye would be to allow [EMAIL PROTECTED] > an

Re: How to add virtual domain support

2001-04-26 Thread Ørnulf Nielsen
[...] >> What about SASL? >> SASL has different 'Login realms' - use the domain as realm. > The problem is that email clients don't supply the realm > information when they authenticate. If they log in as > their email address then this isn't a problem because > the login name contains the domain

Re: How to add virtual domain support

2001-04-26 Thread Michael Fair
>> I then planned that the users log in with their >> email address (or a slightly modified version of >> it to support older versions of Netscape and a >> couple other MUA's that didn't like email addresses >> as log in name) and rewrote the mailbox lookup >> routines to return the new mailbox in

Re: How to add virtual domain support

2001-04-25 Thread Atif Ghaffar
Ørnulf Nielsen wrote: > > [...] > > I then planned that the users log in with their > > email address (or a slightly modified version of > > it to support older versions of Netscape and a > > couple other MUA's that didn't like email addresses > > as log in name) and rewrote the mailbox lookup >

Re: How to add virtual domain support

2001-04-25 Thread Ørnulf Nielsen
[...] > I then planned that the users log in with their > email address (or a slightly modified version of > it to support older versions of Netscape and a > couple other MUA's that didn't like email addresses > as log in name) and rewrote the mailbox lookup > routines to return the new mailbox in

How to add virtual domain support

2001-04-24 Thread Michael Fair
Hey all, We know there are a number of us that would love to support virtual domains directly in Cyrus and with the recent patch to make the separator character configurable I think we have a good base to make the virtual domains more of a native feature. The way I've always envisioned the add