Page 1 of 1

Connect Exchange Server

Posted: 04 Jan 2017, 02:24
by trung751581
I installed Mantis 1.3 successfull . But when i connect it to my Exchange Server, it doesn't send email. I checked Event Viewer on Exchange Server and see below log:

Inbound authentication failed with error LogonDenied for Receive connector Default LABEX01. The authentication mechanism is Login. The source IP address of the client who tried to authenticate to Microsoft Exchange is [10.142.34.11].

Could you help me to check how to fix these problem

Thanks
Henry

Re: Connect Exchange Server

Posted: 30 May 2017, 17:11
by mantisNoob2
I'm having the same problem with the Exchange Server. Did you resolve this? Gmail worked fine, but not the internal exchange server.

Here's what I've tried:

$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = '192.168.0.XXX'; //Also tried remote outlook address
$g_smtp_username = 'username@gmail.com'; //Also tried this with no username/password
$g_smtp_password = 'yourpassword';
$g_smtp_connection_mode = ''; //Also tried tls and ssl
$g_smtp_port = 25;