Roland Pope wrote:
----- Original Message ----- From: "sam wun" <[EMAIL PROTECTED]>There is one problem, there is no windows domain controller.
Do you know how to configure imapd.conf to support NTLM authentication?You need to have the SASL NTLM plugin in your SASL plugins directory
(/usr/lib/sasl2/libntlm.so under RedHat Linux). If it's not there, you will
need to recompile SASL with --enable-ntlm set.
To enable IMAP use of NTLM you can use 'sasl_mech_list: NTLM' and
'sasl_ntlm_server: mywindowsdc' (where 'mywindowsdc' is the name of your
windows domain controller), in your imapd.conf file.
The email gateway is a FreeBSD system. All email clients are authenticated thru this gateway.
Should I assign the name of the e-mail gateway (eg. mail01.mydomain.com) to the following variable:
sasl_ntlm_server: mail01.mydomain.com
assuming mail01.mydomain.com is the hostname of the email gateway.
Thanks Sam
Roland
--- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html