Marco Túlio wrote: > Thanks for replying. I will learn about service for unix.
You might not need it if you're using LDAP_MAILROOT and LDAP_GLOB_UID to avoid looking up home dir and uid attributes. > I created other environment where I have the login (sAMAccountName) > the same as LHS of the email. Your test environment should probably be an exact replica of the production environment in which you intend to deploy Courier. > The tree of Active directory don't have organizational units. The > LDAP_BASEDDN search in cn=users,dc=domain,dc=com. > > How can I search in a "OU" enterprise? Well, if you don't have an OU in AD, then you'd just need to create one. AD doesn't have any OUs in its default configuration. I'm not sure I understand the question. > The parameter "LDAP_BASEDN ou=enterprise,dc=domain,dc=com" is ok ? It would be if that container exists in your directory. > So I changed the configuration and now is ok, but exist just one > little problem. > > The path of the maildir stay "/var/vmail/user/user" instead of > "/var/vmail/user". > > /$LDAP_MAILROOT/$LDAP_HOMEDIR/$LDAP_MAILDIR > /var/vmail -- sAMAccountName -- sAMAccountName > > /#vi /etc/courier/authldaprc > (...) > LDAP_HOMEDIR sAMAccountName > LDAP_MAILROOT /var/vmail > LDAP_MAILDIR sAMAccountName > / Remember when I suggested that you not set LDAP_MAILDIR? Don't set LDAP_MAILDIR. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
