we currently are having the following issues with OTRS: Until now we used an account from "1und1" to send e-mails from OTRS per SMTP. This account is being closed so we are required to switch to our own exchange server. After changing the settings in OTRS we are receiving the following error when sending a mail through OTRS / opening a new e-mail ticket:
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@somenet.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Code: Select all
SendmailModule SMTP
SendmailModule::CMD /usr/sbin/sendmail -i -f
SendmailModule::Host OurExchangeServer.OurDomain.local
SendmailModule::Port 25
SendmailModule::AuthUser ArbitratyUserWithMailAccount
SendmailModule::AuthPassword UserPassword
Code: Select all
"Fehlermeldung: Impossible to send message to: ExterneAdresse@Domain.de ."
Code: Select all
"Backend ERROR: OTRS-CGI-10 Perl: 5.12.3 OS: MSWin32 Time: Wed Apr 2 10:28:41 2014 Message: Impossible to send message to: p.iserhardt@gmx.de . RemoteAddress: 172.16.100.51 RequestURI: /otrs/index.pl Traceback (4792): Module: Kernel::System::Ticket::Article::ArticleSend (OTRS 3.2.12) Line: 2071 Module: Kernel::Modules::AgentTicketCompose::Run (OTRS 3.2.12) Line: 765 Module: Kernel::System::Web::InterfaceAgent::Run (OTRS 3.2.12) Line: 863 Module: C:/Program Files (x86)/OTRS/OTRS/bin/cgi-bin/index.pl (unknown version) Line: 41"
Code: Select all
[Wed Apr 2 10:28:41 2014][Error][Kernel::System::Email::SMTP::Send][140] Can't send to 'ExternalAddress@Domain.de': 5505.7.1 Unable to relay
! Enable Net::SMTP debug for more info!
[Wed Apr 2 10:28:41 2014][Info][Kernel::System::Email::Send] Error sending message
[Wed Apr 2 10:28:41 2014][Error][Kernel::System::Ticket::Article::ArticleSend][2071] Impossible to send message to: ExternalAddress@Domain.de .
Why can't I send mails to external e-mail addresses from OTRS? Why doesn't it work at all when I am using authentification? Any idea?
We are using:
OTRS 3.2.12
Exchange 2010
Thanks for any advice.