I am trying to configure SMTPTLS for sending email via office365. I am getting errors:
Code: Select all
[Fri Mar 6 22:13:41 2015] -e: Version string '-1, set by base.pm' contains invalid data; ignoring: '-1, set by base.pm' at /opt/otrs//Kernel/System/Log.pm line 197.
ERROR: OTRS-CGI-20 Perl: 5.10.1 OS: linux Time: Fri Mar 6 22:13:41 2015
Message: SMTP authentication failed: 5355.7.3 Authentication unsuccessful
! Enable Net::SMTP debug for more info!
RemoteAddress: 10.248.3.54
RequestURI: /otrs/index.pl
Traceback (4493):
Module: Kernel::System::Email::SMTP::Send Line: 123
Module: Kernel::System::Email::Send Line: 725
Module: Kernel::System::Ticket::Article::ArticleSend Line: 2553
Module: Kernel::Modules::AgentTicketCompose::Run Line: 786
Module: Kernel::System::Web::InterfaceAgent::Run Line: 987
Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler Line: 41
Module: (eval) (v1.99) Line: 204
Module: ModPerl::RegistryCooker::run (v1.99) Line: 204
Module: ModPerl::RegistryCooker::default_handler (v1.99) Line: 170
Module: ModPerl::Registry::handler (v1.99) Line: 31
ERROR: OTRS-CGI-20 Perl: 5.10.1 OS: linux Time: Fri Mar 6 22:13:41 2015
Message: Impossible to send message to: jimmers.inbox@gmail.com .
RemoteAddress: 10.248.3.54
RequestURI: /otrs/index.pl
Traceback (4493):
Module: Kernel::System::Ticket::Article::ArticleSend Line: 2560
Module: Kernel::Modules::AgentTicketCompose::Run Line: 786
Module: Kernel::System::Web::InterfaceAgent::Run Line: 987
Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler Line: 41
Module: (eval) (v1.99) Line: 204
Module: ModPerl::RegistryCooker::run (v1.99) Line: 204
Module: ModPerl::RegistryCooker::default_handler (v1.99) Line: 170
Module: ModPerl::Registry::handler (v1.99) Line: 31
Code: Select all
$Self->{Debug} = $Param{Debug} || 0;
Code: Select all
$Self->{Debug} = $Param{Debug} || 1;
Thanks
Jim