we've setup an otrs that is expected to send mail through SMTP-TLS using a MS exchange server (that is not our, we don't control it, unfortunately; I don't know yet which version it is).
I've setup IMAPTLS account in order to fetch all mails on the same server and it is working good. Outbound mail with SMTP-TLS on the contrary do not work, and log says:
Code: Select all
[Mon Feb 24 03:12:27 2014] [error] No SASL mechanism found\n at /opt/otrs/Kernel/cpan-lib/Authen/SASL.pm line 77\n at /usr/share/perl/5.14/Net/SMTP.pm line 143\n
Here's my otrs config:
Code: Select all
SendmailModule=SMTPLS
SendmailModule::CMD=/usr/sbin/sendmail -i -f
SendmailModule::Host=195.x.x.x
SendmailModule::Port=25
SendmailModule::AuthUser=domain\username
SendmailModule::AuthPassword=xxxxxx
I googled and searched on forum but I'm not able to find a common problem and a common solution. It seems to be a problem concerning SMTP with TLS and MS Exchange server but I don't understand completely what the error means and what possible exchange configuration I'm expecting to suggest to the server admin (we don't control it but our client does, maybe we can change some exchange configuration in order to help solving the problem).
The error is really not verbose and I really don't know where to start in order to solve it

Code: Select all
[Kernel/System/Email/SMTP.pm]> $Self->{SMTPDebug} = 0; # shown on STDERR [...]
Any idea?
Thanks,
Luca