Auto Response failed: Can't send message: 550

Moderator: crythias

Locked
catweazle
Znuny advanced
Posts: 121
Joined: 15 Feb 2012, 12:22
Znuny Version: 3.1

Auto Response failed: Can't send message: 550

Post by catweazle »

Preconfigured auto response mail works fine.

Created my own and got this error-message:

OTRS:
Can't send message: 550Enter message, ending with "." on a line by itself.
Maillog:
[Error][Kernel::System::Email::SMTP::Send][Line:163]: Can't send message: 550Enter message, ending with "." on a line by itself#012A valid header syntax is required#012! Enable Net::SMTP debug for more info!
rootmail:
ERROR: OTRS-otrs.PostMasterMailbox.pl-42 Perl: 5.10.1 OS: linux Time: notime

Message: Can't send message: 550Enter message, ending with "." on a line by itself
A valid header syntax is required
! Enable Net::SMTP debug for more info!

Traceback (18201):
Module: Kernel::System::Email::SMTP::Send (v1.29) Line: 163
Module: Kernel::System::Email::Send (v1.75) Line: 704
Module: Kernel::System::Ticket::Article::ArticleSend (v1.307) Line: 2173
Module: Kernel::System::Ticket::Article::SendAutoResponse (v1.307) Line: 2964
Module: Kernel::System::Ticket::Article::ArticleCreate (v1.307) Line: 373
Module: Kernel::System::PostMaster::NewTicket::Run (v1.85) Line: 321
Module: Kernel::System::PostMaster::Run (v1.87) Line: 358
Module: Kernel::System::MailAccount::IMAP::_Fetch (v1.12) Line: 209
Module: Kernel::System::MailAccount::IMAP::Fetch (v1.12) Line: 79
Module: Kernel::System::MailAccount::MailAccountFetch (v1.17) Line: 424
Module: main::Fetch (v1.4) Line: 180
Module: /opt/otrs//bin/otrs.PostMasterMailbox.pl (v1.4) Line: 93

ERROR: OTRS-otrs.PostMasterMailbox.pl-42 Perl: 5.10.1 OS: linux Time: Wed Mar 28 10:00:01 2012

Message: Impossible to send message to: amail@somesting.com .

Traceback (18201):
Module: Kernel::System::Ticket::Article::ArticleSend (v1.307) Line: 2180
Module: Kernel::System::Ticket::Article::SendAutoResponse (v1.307) Line: 2964
Module: Kernel::System::Ticket::Article::ArticleCreate (v1.307) Line: 373
Module: Kernel::System::PostMaster::NewTicket::Run (v1.85) Line: 321
Module: Kernel::System::PostMaster::Run (v1.87) Line: 358
Module: Kernel::System::MailAccount::IMAP::_Fetch (v1.12) Line: 209
Module: Kernel::System::MailAccount::IMAP::Fetch (v1.12) Line: 79
Module: Kernel::System::MailAccount::MailAccountFetch (v1.17) Line: 424
Module: main::Fetch (v1.4) Line: 180
Module: /opt/otrs//bin/otrs.PostMasterMailbox.pl (v1.4) Line: 93

Use of uninitialized value $ArticleID in concatenation (.) or string at /opt/otrs/Kernel/System/Ticket/Article.pm line 2983.
~
So checked the database table "auto_response" and the fields but could not find somesting special like unhealthy characters.

I made a new auto response mail via otrs admin webinterface and then just copied (update) all data (excluded the id field...) fields from the working preconfigured autoresponse over my manuel created one.

But it is still the same error...

##edit###

found this in messages:
aDate machine OTRS-CGI-42[9157]: [Notice][Kernel::System::Ticket::Article::SendAutoResponse] Sent auto response (SendAutoReply) for Ticket [421682292831] (TicketID=148, ArticleID=) to 'xxx@xxx.xx'.
So there is no ArticleID in every auto response mail, not even in the working once
1: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
2: Test: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
3: Test-2: OTRS 3.3.x + Support + MasterSlave @ CentOS 6.5 , MySQL (iphone, idoit-trash)
Locked