What is the real meaning of realm and workstation used in test_smtp.php? I am going to use exchange server 2010 as SMTP mail server so obviously NTLM mechanism alone will supported by SMTP server. To use above SMTP server, i configured all variables like SMTP server, port, authentication details etc., but i am not sure what i have to give in the place of 'realm' and 'workstation'. Please help me ASAP.
Manuel Lemos - 2011-07-12 21:33:14 - In reply to message 1 from Thileepan
Realm in NTLM is the Windows domain of the NTLM authentication server. Workstation is the Windows name of the computer sending the message but usually this is not important.