Operating System - Linux
1830136 Members
2950 Online
109999 Solutions
New Discussion

Re: For integrating sendmail with exchange

 
Sachin_48
Occasional Advisor

For integrating sendmail with exchange

Dear ALL,

I want to integrate my Sendmail setup with the Exchange setup so that I can get the replication of the Active Directory used by exchange server.

I think LDAP can help in this case but how to use this for integrating with exchange to replicate the contents of Active Directory

Pls provide your suggestions.

Thanks

Sachin Rajput
HCL
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: For integrating sendmail with exchange

Shalom,

You can write a perl script that will use ldapsearch and buil you a user list for use with sendmail /etc/mail/virtusertable functionality.

We have one, but it only runs on HP-UX

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sachin_48
Occasional Advisor

Re: For integrating sendmail with exchange

but the thing is how to use ldap in the scripts will someone give me some example
Bill Thorsteinson
Honored Contributor

Re: For integrating sendmail with exchange

Look at replacing Sendmail with Exim with
ldap support. It should be able to check
directly with the active directory for users.

Active Directory is a specialized LDAP
database.