Thomas (all),

Here is the config file i'm working on. Any help will be welcomed sincerely:

http://www.surestorm.com/EXIM4/exim4.conf_+_ldap-backend.txt

TIA,
BR,

jonathan




On 7/18/05, Thomas Hager <[EMAIL PROTECTED]> wrote:
> On Sun, 2005-07-17 at 17:53 +0200, Jonathan Gonzalez wrote:
> > Hi all,
> hi,
> 
> > The problem is that i couldn't find good sources to achieve this and the
> > Exim4 official book don't show this theme extensively.
> check the online exim4 documentation for the required ldap lookups.
> 
> > I would like to know if i need any other schemas than the packaged with
> > openldap (core, cosine, misc, inetorgperson, corba, java, nis, openldap)
> basically not, but it depends on your environment.
> i use the objectclass and attributes defined by the lachman-laser draft.
> openldap includes them in the misc.schema and they are sufficient for
> hosting virtual domains.
> 
> > Also i would appreciate is somebody can show me examples.
> well, this is basically how i do it:
> 
> all user entries contain the inetLocalMailRecipient objectclass and i
> use these attributes:
> 
> mail: <mailbox>@<domain>
> the "real" mailbox
> 
> mailHost: <hostname>
> the hostname of the imap store where the mailbox is located
> 
> mailLocalAddress: <local_part>@<domain>
> virtual e-mail aliases for the defined mailbox.
> 
> exim searches the LDAP directory using the mailLocalAddress attribute.
> it rewrites the envelope recipient with the value returned in the mail
> attribute and delivers the mail to the host defined in the mailHost
> attribute.
> 
> hth,
> tom.
> 
> --
> Thomas "Duke" Hager                       {duke,[EMAIL PROTECTED]
> GPG: 1024D/D27F858C            http://www.sigsegv.at/gpg/duke.gpg
> =================================================================
> "Never Underestimate the Power of Stupid People in Large Groups."
> 
> 
> 
> 
> BodyID:1977394.2.n.logpart (stored separately)
> 
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
> 
>

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to