Sometimes OTRS shows an error message on sending of emails.
Emails will be sent, but errors are frustrating, because users are never sure whether an email has been sent or not.
The problem occurs since upgrading of MS Exchange server from Exchange 2007 to 2010.
OTRS version 3.0.11
With Exchange server 2007 the same OTRS version worked properly.
The log contains the following (I replaced real email address with <valid_email_address>):
-e: Use of uninitialized value in concatenation (.) or string at C:/OTRS/OTRS//Kernel/System/Log.pm line 161.
ERROR: OTRS-CGI-311 Perl: 5.12.3 OS: MSWin32 Time: Thu Dec 29 10:57:27 2011
Message: Can't send message: 354Start mail input; end with <CRLF>.<CRLF>!
Enable Net::SMTP debug for more info!
Traceback (2764):
Module: Kernel::System::Email::SMTP::Send (v1.29) Line: 163
Module: Kernel::System::Email::Send (v1.72.2.2) Line: 704
Module: Kernel::System::Ticket::Article::ArticleSend (v1.274.2.3) Line: 2039
Module: Kernel::Modules::AgentTicketCompose::Run (v1.124.2.

Module: Kernel::System::Web::InterfaceAgent::Run (v1.58.2.1) Line: 853
Module: ModPerl::ROOT::ModPerl::Registry::C_3a_OTRS_OTRS_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 46
Module: (eval) (v1.89.2.1) Line: 204
Module: ModPerl::RegistryCooker::run (v1.89.2.1) Line: 204
Module: ModPerl::RegistryCooker::default_handler (v1.89.2.1) Line: 170
Module: ModPerl::Registry::handler (v1.99) Line: 31
-e: Use of uninitialized value in concatenation (.) or string at C:/OTRS/OTRS//Kernel/System/Log.pm line 161.
ERROR: OTRS-CGI-311 Perl: 5.12.3 OS: MSWin32 Time: Thu Dec 29 10:57:28 2011
Message: Impossible to send message to: <valid_email_address>.
Traceback (2764):
Module: Kernel::System::Ticket::Article::ArticleSend (v1.274.2.3) Line: 2046
Module: Kernel::Modules::AgentTicketCompose::Run (v1.124.2.

Module: Kernel::System::Web::InterfaceAgent::Run (v1.58.2.1) Line: 853
Module: ModPerl::ROOT::ModPerl::Registry::C_3a_OTRS_OTRS_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 46
Module: (eval) (v1.89.2.1) Line: 204
Module: ModPerl::RegistryCooker::run (v1.89.2.1) Line: 204
Module: ModPerl::RegistryCooker::default_handler (v1.89.2.1) Line: 170
Module: ModPerl::Registry::handler (v1.99) Line: 31
I could not find any solution neither in this forum nor in internet. I've already tried solution from this thread, but without success: http://forums.otrs.org/viewtopic.php?f=34&t=8884
Thank you in advance for a solution idea.