SMTP Emailversand Problem

Hilfe zu Znuny Problemen aller Art
Locked
Schnednet
Znuny newbie
Posts: 6
Joined: 20 Oct 2009, 14:09
Znuny Version: 2.4.4

SMTP Emailversand Problem

Post by Schnednet »

Hallo,
habe jetzt noch ein Problem, beim versandt von Emails. Habe folgende Zeilen in die config.pm hinzugefügt.

$Self->{"SendmailModule"} = "Kernel::System::Email::SMTP";
$Self->{"SendmailModule::Host"} = "mail.example.com";
$Self->{"SendmailModule::AuthUser"} = "yxyyx";
$Self->{"SendmailModule::AuthPassword"} = "cxysdfv";

Wenn ich jetzt eine Email aus otrs versenden möchte, klicke ich auf "Übermitteln" er läd kurz und ich komme auf eine weiße Seite. Es wird aber nix versandt und es erscheint keine Fehlermeldung. Auch in der Log-Datei steht nix, weder erfolgreich versandt noch Fehler. Muß ich noch irgendwas machen außer dies 4 Zeilen hinzufügen? Vielen dank für eure Mühe.
OTRS: 2.4.4
OS: Microsoft Windows Server 2003 R2
Apache2.2.10/ MySQL5
innoinst
Znuny expert
Posts: 150
Joined: 10 Feb 2009, 17:05
Znuny Version: 3.1.10

SMTP Emailversand Problem

Post by innoinst »

Hallo,

hat das einen bestimmten Grund, warum Du die Mail-Konfiguration NICHT über das Admin-Interface machst, sondern versuchst, diese Daten in die Config.pm zu tun?

Ich vermute, dass die Konfigurationsdaten dort nicht vollständig sind und deshalb der Mail-Versand fehlschlägt.

Grüße,
Wolfgang
Ticketsysteme:
auf Virtual Linux System i686 - Ubuntu GNU/Linux Kernel 2.6.x , Apache2-HTTPS, MySQL5
produktiv
OTRS 3.1.18 slightly patched, ITSM 3.1.10; stuffed with some public valuable packages
ß-System
OTRS 3.1.21 slightly patched, ITSM 3.1.10; stuffed with some public valuable packages
garwen
Znuny expert
Posts: 260
Joined: 03 Feb 2009, 16:51
Znuny Version: 2.4.7

SMTP Emailversand Problem

Post by garwen »

In der SysConfig findet man es unter:
Config Einstellungen: Framework -> Core::Sendmail
MfG
~Fredy

Produktiv: OTRS 3.0.11/ openSUSE 11.4 / Apache2, MySQL5 / Exchange 2010
Schnednet
Znuny newbie
Posts: 6
Joined: 20 Oct 2009, 14:09
Znuny Version: 2.4.4

SMTP Emailversand Problem

Post by Schnednet »

ok dank euch, dann werde ich es morgen mal über den Agent probieren.
OTRS: 2.4.4
OS: Microsoft Windows Server 2003 R2
Apache2.2.10/ MySQL5
Schnednet
Znuny newbie
Posts: 6
Joined: 20 Oct 2009, 14:09
Znuny Version: 2.4.4

SMTP Emailversand Problem

Post by Schnednet »

Also habe es alles aus der config rausgelöscht und über sysconfig gemacht. Funktioniert jetzt auf Anhieb :D Vielen dank euch
OTRS: 2.4.4
OS: Microsoft Windows Server 2003 R2
Apache2.2.10/ MySQL5
Locked