wir haben derzeit folgendes Problem mit OTRS: Bisher haben wir für den Versand von E-Mails aus dem System per SMTP ein Konto bei 1und1 verwendet. Da dieses Konto geschlossen wird, ist die Anforderung nun, unseren Exchange Server zu verwenden. Nach Umstellen der Einstellungen in OTRS erscheinen nun leider aber beim Erstellen von E-Mail Tickets verschiedene Fehlermeldung. Bei unten stehenden Einstellungen erscheint die Meldung:
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 UnserExchange.UnsereDomain.local
SendmailModule::Port 25
SendmailModule::AuthUser BeliebigerBenutzerMitPostfach
SendmailModule::AuthPassword PasswortDesBenutzers
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 'ExterneAdresse@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: ExterneAdresse@Domain.de .
Warum kann aus OTRS heraus keine Mail an extern geschickt werden? Warum klappt es gar nicht wenn wir es mit Authentifizierung versuchen? Hat jemand eine Idee?
Wir verwenden:
OTRS 3.2.12 (Windows)
Exchange 2010
Vielen Dank schon mal im voraus.