Has anyone tried configuring Sendmail with LDAP ? I find that ldap_routing can be 
done. But is it possible to store the user details in the LDAP server ? If so what 
should be the LDAP entry and what all things have to be done in the LDAP server ?

-Prashanth 




:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : Using export for passing constants to bc       LOST #227

To pass parameters to bc for calculations, export can be used. 
[e.g. For volume of a cylinder with "pi" and "r" pre-defined]:
$export precision=4; pi=3.142; r=3.581; 
$echo "scale=$precision; $pi * $r^2 * 6.732" | bc
$echo "scale=$precision; $pi * $r^2 * 2.656" | bc

####<[EMAIL PROTECTED]>###############################
:


-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to