[gelöst] Wie aktiviere ich das SMTP Debug(ing)

Hilfe zu Znuny Problemen aller Art
Locked
btotherunner
Znuny newbie
Posts: 9
Joined: 09 May 2011, 12:03
Znuny Version: 3.0.7

[gelöst] Wie aktiviere ich das SMTP Debug(ing)

Post by btotherunner »

Ich bekomme derzeit folgende Fehlermeldung beim versenden der "New Ticket" eMails.

Empfangen & Senden aus den einzelnen Queue´s funktioniert einwandfrei.
TechniK:
Windows Server 2008 - Windows Installer von OTRS 3.0.7
Senden über STMP - externer HMail-Server.

Fehlermeldung:

[Mon May 9 11:45:57 2011][Error][Kernel::System::Email::SMTP::Send][145] Can't send to 'info@xxxxx.de': 550Delivery is not allowed to this address.
! Enable Net::SMTP debug for more info!
[Mon May 9 11:45:57 2011][Info][Kernel::System::Email::Send] Error sending message
[Mon May 9 11:45:57 2011][Notice][Kernel::System::Ticket::Article::SendAgentNotification] Sent agent 'FollowUp' notification to 'info@xxxxx.de'.
[Mon May 9 11:45:57 2011][Notice][Kernel::System::PostMaster::FollowUp::Run] FollowUp Article to Ticket [2011050910000122] created (TicketID=205, ArticleID=510). ,
[Mon May 9 11:45:57 2011][Notice][Kernel::System::MailAccount::IMAP::_Fetch] IMAP: Fetched 1 email(s) from it@xxxx.de/123.123.123.123.
Last edited by btotherunner on 12 May 2011, 09:19, edited 1 time in total.
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Wie aktiviere ich das SMTP Debug(ing)

Post by Wolfgangf »

Hallo,

hier ist eine/die Doku zu Net::SMTP
http://perldoc.perl.org/Net/SMTP.html

du musst dann das Debug => 1 im Code einbauen; ich würde mir aber vorher mal das maillog auf dem SMTP Server ansehen

LG
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
btotherunner
Znuny newbie
Posts: 9
Joined: 09 May 2011, 12:03
Znuny Version: 3.0.7

Re: Wie aktiviere ich das SMTP Debug(ing)

Post by btotherunner »

Hallo danke für die Info,

es ist jetzt folgendes:

Am HMail-Server wird das Senden verboten, da kein Absender genannt ist. Also echt nur Klammern auf Klammern zu.

Wo kann ich denn die absender Adresse definieren? für die Standard eMails.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Wie aktiviere ich das SMTP Debug(ing)

Post by jojo »

in Core::Sendmail

Allerdings ist <> technisch gesehen ein valider Absender (Bounce)
"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
btotherunner
Znuny newbie
Posts: 9
Joined: 09 May 2011, 12:03
Znuny Version: 3.0.7

Re: Wie aktiviere ich das SMTP Debug(ing)

Post by btotherunner »

Im Sendmail hatte ich vorher schon eingetragen:

SendmailModule : SMTP
SendmailModule::CMD : /usr/sbin/sendmail -i -f
SendmailModule::Host : 123.123.123.123 (hmail server)
SendmailModule::Port : 25
SendmailModule::AuthUser: it@xyz.de
SendmailModule::AuthPassword: supersicher
SendmailBcc: leer
SendmailNotificationEnvelopeFrom: leer
SendmailEncodingForce : leer


Folgendes habe ich jetzt angepasst:
Im Sendmail hatte ich vorher schon eingetragen:

SendmailModule : SMTP
SendmailModule::CMD : /usr/sbin/sendmail -i -f
SendmailModule::Host : 123.123.123.123 (hmail server)
SendmailModule::Port : 25
SendmailModule::AuthUser: it@xyz.de
SendmailModule::AuthPassword: supersicher
SendmailBcc: leer
>>>>>> SendmailNotificationEnvelopeFrom: it@xyz.de
SendmailEncodingForce : leer

mal gepsannt ob es funktioniert :) ich gebe bescheid!
btotherunner
Znuny newbie
Posts: 9
Joined: 09 May 2011, 12:03
Znuny Version: 3.0.7

Re: Wie aktiviere ich das SMTP Debug(ing)

Post by btotherunner »

Hi,

so hat also funktioniert.

Läuft jetzt einwandfrei!
Locked