On Fri, 15 Oct 2010 15:31:40 +0200
"MOKRANI Rachid" wrote:
> Hi,
>
> I'm using dl with ldap authentification. My apache server is running
> with the apache user. My OS is CentOS kernel 2.6.18.
>
> Suppose I would like to send a file to : wav...@thregr.org
>
> I connect to dl with my user
Hi,
I think the only way to solve your concern is to save the email address
of the user in the database. In your case you're using LDAP. So dl have
to query the LDAP server for the email attribute.
In my opinion this is a quite good idea, but it's not that easy to
implement. However I didn't