Fehler bei Sendmail mit SMTP

Hilfe zu Znuny Problemen aller Art
Locked
IT-Abteilung
Znuny newbie
Posts: 12
Joined: 09 Aug 2010, 17:48
Znuny Version: 2.0.3

Fehler bei Sendmail mit SMTP

Post by IT-Abteilung »

Hallo zusammen,

ich habe m.E. alle Einstellungen für sendmail mit SMTP korrekt in der SysConfi vorgenommen, bekomme beim senden der E-Mail aber einen HTTP 500 Fehler. Der Apache-Log sagt

Code: Select all

Use of uninitialized value $_ in -d at C:/PROGRA~2/OTRS/StrawberryPerl/perl/lib/CGI.pm line 4083., referer: http://XXX/otrs/index.pl?Action=AgentTicketZoom&TicketID=22&ArticleID=36&QueueID=6
Use of uninitialized value $_ in -d at C:/PROGRA~2/OTRS/StrawberryPerl/perl/lib/CGI.pm line 4083., referer: http://XXX/otrs/index.pl?Action=AgentTicketZoom&TicketID=22&ArticleID=36&QueueID=6
Use of uninitialized value $_ in -d at C:/PROGRA~2/OTRS/StrawberryPerl/perl/lib/CGI.pm line 4083., referer: http://XXX/otrs/index.pl?Action=AgentTicketCompose&ResponseID=1&TicketID=22&ArticleID=36
Use of uninitialized value $_ in -d at C:/PROGRA~2/OTRS/StrawberryPerl/perl/lib/CGI.pm line 4083., referer: http://XXX/otrs/index.pl?Action=AgentTicketCompose&ResponseID=1&TicketID=22&ArticleID=36
[Mon Aug 16 14:55:27 2010] index.pl: No SASL mechanism found, referer: http://XXX/otrs/index.pl?Action=AgentTicketCompose&ResponseID=1&TicketID=22&ArticleID=36
[Mon Aug 16 14:55:27 2010] index.pl:  at C:/Program Files (x86)/OTRS/OTRS/bin/cgi-bin/../../Kernel/cpan-lib/Authen/SASL.pm line 74, referer: http://XXX/otrs/index.pl?Action=AgentTicketCompose&ResponseID=1&TicketID=22&ArticleID=36
Use of uninitialized value $_ in -d at C:/PROGRA~2/OTRS/StrawberryPerl/perl/lib/CGI.pm line 4083., referer: http://XXX/otrs/index.pl?Action=AgentTicketZoom&TicketID=22&ArticleID=36&QueueID=6
Use of uninitialized value $_ in -d at C:/PROGRA~2/OTRS/StrawberryPerl/perl/lib/CGI.pm line 4083., referer: http://XXX/otrs/index.pl?Action=AgentTicketZoom&TicketID=22&ArticleID=36&QueueID=6
was mache ich denn falsch?

Vielen Dank
Produktiv: OTRS::ITSM 2.0.3 (Basis OTRS 2.4.7)
OS: Windows Server 2008 R2
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Fehler bei Sendmail mit SMTP

Post by jojo »

Dein SMTP Server nutzt andere AUTH Methoden als die von OTRS unterstützen.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
IT-Abteilung
Znuny newbie
Posts: 12
Joined: 09 Aug 2010, 17:48
Znuny Version: 2.0.3

Re: Fehler bei Sendmail mit SMTP

Post by IT-Abteilung »

Und was kann ich da tun? Welche müsste er den nutzen? Kann ich das nachträglich einstellen oder gibt es einen workaround auf seite OTRS?
Produktiv: OTRS::ITSM 2.0.3 (Basis OTRS 2.4.7)
OS: Windows Server 2008 R2
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Fehler bei Sendmail mit SMTP

Post by jojo »

probiers mal mit Plain

or have a look on: http://bugs.otrs.org/show_bug.cgi?id=5447
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
IT-Abteilung
Znuny newbie
Posts: 12
Joined: 09 Aug 2010, 17:48
Znuny Version: 2.0.3

Re: Fehler bei Sendmail mit SMTP

Post by IT-Abteilung »

Hallo nochmal. Also erstmal danke. Ist mit Plain das Exchange gemeint oder OTRS?
Produktiv: OTRS::ITSM 2.0.3 (Basis OTRS 2.4.7)
OS: Windows Server 2008 R2
IT-Abteilung
Znuny newbie
Posts: 12
Joined: 09 Aug 2010, 17:48
Znuny Version: 2.0.3

Re: Fehler bei Sendmail mit SMTP

Post by IT-Abteilung »

Hallo zusammen,

Fehler ist gefunden. Eine Anmeldemethode "Plain" gibt es im Exchange nicht. Stattdessen kann ein anonymer Login verwendet werden, d.h. Username und PW bleiben leer.

Ich hoffe das hilft vielleicht auch anderen mit diesem Problem.

Viele Grüße
Produktiv: OTRS::ITSM 2.0.3 (Basis OTRS 2.4.7)
OS: Windows Server 2008 R2
Locked