Re: Murder and Backend Authentication

2003-02-01 Thread Rob Siemborski
On Sat, 1 Feb 2003, Rob Siemborski wrote: > > This sounds like that when a connection is referred it no longer "passes > > thru" the front end server. Rather there is a direct connection made from > > the client to the back end. Is this correct? If so, I'm assuming that this > > would only be the

Re: Murder and Backend Authentication

2003-02-01 Thread Hank Beatty
On Sat, Feb 1, 2003, Rob Siemborski wrote: > On Sat, 1 Feb 2003, Hank Beatty wrote: > > > I'm thinking that in my case this isn't necessarily a problem because the > > clients will not be able to reach the back end servers so all communication > > will have to be proxied. > > This is not the way

Re: Murder and Backend Authentication

2003-02-01 Thread Rob Siemborski
On Sat, 1 Feb 2003, Hank Beatty wrote: > This sounds like that when a connection is referred it no longer "passes > thru" the front end server. Rather there is a direct connection made from > the client to the back end. Is this correct? If so, I'm assuming that this > would only be the case for IM

Re: Murder and Backend Authentication

2003-02-01 Thread Hank Beatty
rchison" <[EMAIL PROTECTED]> Cc: "Hank Beatty" <[EMAIL PROTECTED]>; "Cyrus-Info" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 4:35 PM Subject: Re: Murder and Backend Authentication > On Fri, 31 Jan 2003, Ken Murchison wrote: > > > Like

Re: Murder and Backend Authentication

2003-02-01 Thread Rob Siemborski
On Sat, 1 Feb 2003, Hank Beatty wrote: > I'm thinking that in my case this isn't necessarily a problem because the > clients will not be able to reach the back end servers so all communication > will have to be proxied. This is not the way the aggregator works. It is always possible (and sometim

Re: Murder and Backend Authentication

2003-02-01 Thread Hank Beatty
L PROTECTED]>; "Cyrus-Info" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 4:34 PM Subject: Re: Murder and Backend Authentication > > > Hank Beatty wrote: > > > > OK. That makes sense. Are there any SASL mechs that can use PAM? > > Like Rob said, j

Re: Murder and Backend Authentication

2003-01-31 Thread Rob Siemborski
On Fri, 31 Jan 2003, Eric S. Pulley wrote: > Sorry if this is just obvious but... Everyone keep stating that > STARTTLS is not supported in 2.1.x I'm assuming that it just doesn't > work for the Backend Authentication in a Murder since I'm using it to > connect to my standalone server just fine.

Re: Murder and Backend Authentication

2003-01-31 Thread Eric S. Pulley
AIL PROTECTED]> Cc: "Cyrus-Info" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 3:18 PM Subject: Re: Murder and Backend Authentication > You aren't offering any SASL mechanisms. I believe the 2.2 code > even supports STARTTLS (and therefore PLAIN). > > You need

Re: Murder and Backend Authentication

2003-01-31 Thread Ken Murchison
nd use DIGEST-MD5. > > - Original Message - > From: "Rob Siemborski" <[EMAIL PROTECTED]> > To: "Hank Beatty" <[EMAIL PROTECTED]> > Cc: "Cyrus-Info" <[EMAIL PROTECTED]> > Sent: Friday, January 31, 2003 3:18 PM > Subject

Re: Murder and Backend Authentication

2003-01-31 Thread Rob Siemborski
On Fri, 31 Jan 2003, Ken Murchison wrote: > Like Rob said, just PLAIN, which will require you to use STARTTLS, which > is only in 2.2. That being said, since you will likely only have one or > two proxy admins, you could just put them in sasldb2 and use DIGEST-MD5. This may break some clients, s

Re: Murder and Backend Authentication

2003-01-31 Thread Hank Beatty
OK. That makes sense. Are there any SASL mechs that can use PAM? - Original Message - From: "Rob Siemborski" <[EMAIL PROTECTED]> To: "Hank Beatty" <[EMAIL PROTECTED]> Cc: "Cyrus-Info" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 3:18 P

Re: Murder and Backend Authentication

2003-01-31 Thread Rob Siemborski
use PAM? > > - Original Message - > From: "Rob Siemborski" <[EMAIL PROTECTED]> > To: "Hank Beatty" <[EMAIL PROTECTED]> > Cc: "Cyrus-Info" <[EMAIL PROTECTED]> > Sent: Friday, January 31, 2003 3:18 PM > Subject: Re: Murder and Backe

Re: Murder and Backend Authentication

2003-01-31 Thread Rob Siemborski
ty strength factor: 0 > > - Original Message - > From: "Rob Siemborski" <[EMAIL PROTECTED]> > To: "Hank Beatty" <[EMAIL PROTECTED]> > Cc: "Cyrus-Info" <[EMAIL PROTECTED]> > Sent: Friday, January 31, 2003 2:29 PM > Subject: Re:

Re: Murder and Backend Authentication

2003-01-31 Thread Hank Beatty
ty" <[EMAIL PROTECTED]> Cc: "Cyrus-Info" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 2:29 PM Subject: Re: Murder and Backend Authentication > What SASL mechanism are you using between your frontend and backends? > > Or rather, what mechanisms are your bac

Re: Murder and Backend Authentication

2003-01-31 Thread Rob Siemborski
What SASL mechanism are you using between your frontend and backends? Or rather, what mechanisms are your backends advertising? -Rob On Fri, 31 Jan 2003, Hank Beatty wrote: > I'm working on getting a Murder setup and I can authenticate and pull mail > directly from the backend server. > > Howev