Re: [Dovecot] NULL for password and proxy fields

2008-02-04 Thread Eric Hester
also just as a note, when you go to 1.1 make sure to return nopassword='Y' if you return a NULL password or dovecot will complain and will fail auth. On Feb 4, 2008 12:48 PM, WJCarpenter <[EMAIL PROTECTED]> wrote: > > >> 2. It looks like any value at all for the "proxy" field in the passdb > >> l

Re: [Dovecot] appending domain based on port

2008-02-04 Thread Eric Hester
delivery agent user_query = SELECT '3000' AS uid, '3000' AS gid, Users.Maildir as home FROM Users,UserSession where UserSession.Account = Users.Account and UserSession.Account = '%u' On Feb 4, 2008 11:54 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Mon, 2008-02-04 at 11:40 -0500, Eric Hester wrote: > > Any chance of getting multiple ports per protocol in 1.1 or is that a > > major undertaking? > > It should already work: > > listen = *:143 *:144 *:145 > >

Re: [Dovecot] appending domain based on port

2008-02-04 Thread Eric Hester
Any chance of getting multiple ports per protocol in 1.1 or is that a major undertaking? On Feb 4, 2008 4:23 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Sun, 2008-02-03 at 17:25 -0500, Eric Hester wrote: > > I got this working using %l for the ip, but I'd really rather d

Re: [Dovecot] appending domain based on port

2008-02-03 Thread Eric Hester
t? On Jan 31, 2008 10:42 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Thu, 2008-01-31 at 10:32 -0500, Eric Hester wrote: > > I use sql for my passwd db. So are you saying use some kind of > > conditional in my select that checks for @ in the username and if not > >

Re: [Dovecot] appending domain based on port

2008-01-31 Thread Eric Hester
significant load to the sql server though. This is a fairly large install. (300,000+ boxes). On Thu, Jan 31, 2008 at 9:43 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Mon, 2008-01-28 at 12:11 -0500, Eric Hester wrote: > > I am looking for a way to append a domain to unquali

[Dovecot] appending domain based on port

2008-01-28 Thread Eric Hester
I am looking for a way to append a domain to unqualified user names based on the port that the client connected to. Like this: port 9110 - @test.com port 9111 - @other.com port 9112 - @third.com it looks like auth-default-realm does this, but you can only specify it once for the whole process. I