55 messages in net.sourceforge.lists.courier-users[courier-users] in authldaprc, any wa...
FromSent OnAttachments
Sergey MikhaylovJan 16, 2001 1:28 am 
Martin KokešJan 16, 2001 1:52 am 
Sergey MikhaylovJan 16, 2001 2:39 am 
Alexei Batyr'Jan 16, 2001 4:12 am 
Sam VarshavchikJan 16, 2001 4:58 am 
John Edward MillerJan 16, 2001 10:59 am 
Patrick PriceJan 16, 2001 1:00 pm 
Patrick PriceJan 16, 2001 1:20 pm 
Sam VarshavchikJan 16, 2001 2:36 pm 
Sam VarshavchikJan 16, 2001 2:45 pm 
Patrick PriceJan 16, 2001 2:52 pm 
Sam VarshavchikJan 16, 2001 3:32 pm 
Chad Leigh, Shire.Net LLCJan 16, 2001 3:35 pm 
Sam VarshavchikJan 16, 2001 4:32 pm 
Patrick PriceJan 16, 2001 4:43 pm 
Daniel BiddleJan 16, 2001 5:05 pm 
Sam VarshavchikJan 16, 2001 5:23 pm 
Patrick PriceJan 16, 2001 8:33 pm 
Sam VarshavchikJan 16, 2001 8:59 pm 
Patrick PriceJan 16, 2001 9:42 pm 
Chris MeadorsJan 16, 2001 9:51 pm 
Patrick PriceJan 16, 2001 10:51 pm 
Daniel BiddleJan 16, 2001 11:49 pm 
Sam VarshavchikJan 17, 2001 4:54 am 
Steve UnderwoodJan 17, 2001 7:39 am 
Patrick PriceJan 17, 2001 9:50 am 
Chris MeadorsJan 17, 2001 10:21 am 
Patrick PriceJan 17, 2001 10:57 am 
Patrick PriceJan 17, 2001 11:34 am 
Tomas FasthJan 17, 2001 1:51 pm 
Chad Leigh, Shire.Net LLCJan 17, 2001 2:09 pm 
Brian CandlerJan 17, 2001 2:40 pm 
Sam VarshavchikJan 17, 2001 2:43 pm 
Sam VarshavchikJan 17, 2001 2:44 pm 
Sam VarshavchikJan 17, 2001 2:44 pm 
Chad Leigh, Shire.Net LLCJan 17, 2001 2:52 pm 
Patrick PriceJan 17, 2001 3:07 pm 
Sam VarshavchikJan 17, 2001 3:17 pm 
Sam VarshavchikJan 17, 2001 3:29 pm 
Patrick PriceJan 17, 2001 3:36 pm 
Sam VarshavchikJan 17, 2001 4:25 pm 
Chad Leigh, Shire.Net LLCJan 17, 2001 6:54 pm 
Sam VarshavchikJan 17, 2001 7:25 pm 
Peter PeltonenJan 18, 2001 2:06 am 
Brian CandlerJan 18, 2001 2:32 am 
Anand BuddhdevJan 18, 2001 4:43 am 
Sam VarshavchikJan 18, 2001 4:59 am 
Chris MeadorsJan 18, 2001 5:23 am 
Marc HaberJan 19, 2001 1:48 am 
Chad Leigh, Shire.Net LLCJan 21, 2001 12:29 pm 
John MillerJan 21, 2001 4:10 pm 
Tabor J. WellsJan 21, 2001 4:11 pm 
Chad Leigh, Shire.Net LLCJan 21, 2001 5:41 pm 
Larry MooreJan 21, 2001 7:33 pm 
Tomas FasthJan 22, 2001 5:54 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] in authldaprc, any way to use expressions with email address? (imap)Actions...
From:Chad Leigh, Shire.Net LLC (ch@shire.net)
Date:Jan 17, 2001 2:09:53 pm
List:net.sourceforge.lists.courier-users

Hi

I am trying to implement my own LDAP based virtual domain system. I have the LDAP setup the way I would like to hav eit and the MTA (exim) also set up to deliver just fine, but courier-imap needs a little bit more flexibility to do what I want, it seems (obervation, not a flame). But I thought I would ask to make sure I am not missing something.

I have the LDAP hierarchy so:

base is

dc=mydomain,dc=net # the ISP main domain name

next comes

domain=virtualdomain.com (,dc=mydomain,dc=net)

next comes

accountname=account (,domain=virtualdomain.com,dc=mydomain,dc=net)

accountname could be just the account (ie john) or be fully qualified (ie, jo@virtualdomain.com), I don't care. Fully qualified would only make the one following need a real need since it could query LDAP with the fully qualified name still.

In authldaprc I need to be able to specify something like

LDAP_BASEDN domain=$domain,dc=mydomain,dc=net

with $domain being a variable that the authldaprc processor could get from the passed in mail address it is trying to authenticate.

Ideally I should also be able to say something like

LDAP_MAIL accountname using $local_part instead of now which is LDAP_MAIL accountname and the fully qualified name is passed in. My version would allow me to pass in just what I want.

Anyway, is there any way to get the effect I desire or do I need to do something else (I already have a not as flexible version running I can revert back to).

The "exim" MTA has all sorts of airable substitutins and expressions you can setup in the conf file that allows me to do things that I am needing with my LDAP setp and I was just wishing :-)

Thanks Chad