Penguin
Diff: ActiveDirectoryMail
EditPageHistoryDiffInfoLikePages

Differences between version 3 and predecessor to the previous major change of ActiveDirectoryMail.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Monday, September 8, 2003 3:59:21 pm by JamesSpooner Revert
Older page: version 1 Last edited on Sunday, September 7, 2003 4:58:10 pm by JamesSpooner Revert
@@ -9,4 +9,21 @@
 * Cyrus 2.1.15 
 * Samba 3.0b2 
  
 to be continued... 
+  
+! Exim Configuration  
+  
+Put this in your directors section of the exim config file.  
+active_directory_user:  
+ driver = aliasfile  
+ search_type = ldapm  
+ query = "user=\"cn=james,ou=Admins,ou=Accounts,dc=clonedm,dc=regent,dc=ac,dc=nz\" pass=\"Secret12\" \  
+ ldap://achor.clonedm.regent.ac.nz:389/dc=clonedm,dc=regent,dc=ac,dc=nz?sAMAccountName?sub?sAMAccountName=$local_part)"  
+ expand  
+ transport = local_delivery_cyrus  
+  
+This will search the LDAP server (in this case, achor.clonedm.regent.ac.nz) for entries that match sAMAccountName=$local_part and return the sAMAccountName, the sub? is important and instructs ldap to do a recursive (sublevel) search.  
+  
+  
+-----  
+CategoryInteroperability