maeru Newbie
Joined: 16 May 2013 Location: Switzerland
Online Status: Offline Posts: 5
|
Posted: 28 January 2014 at 12:54am | IP Logged
|
|
|
Dear all
I've a problem by sending messages, it like the smtp settings are sucess but there is an error on Sender address rejected: need fully-qualified address\r\n
Log:
[08:44:41.72] AJAX: Action: MessageSend
[08:44:41.73] DB(PDO/mysql) : start connect to xxxxxx
[08:44:41.77] DB : connected to xxxxxx
[08:44:41.77] DB[1] > SELECT `id_acct`, `id_user`, `id_domain`, `id_tenant`, `deleted`, `def_acct`, `mailing_list`, `quota`, `email`, `friendly_nm`, `mail_protocol`, `mail_inc_host`, `mail_inc_port`, `mail_inc_login`, `mail_inc_pass`, `mail_inc_ssl`, `mail_out_host`, `mail_out_port`, `mail_out_login`, `mail_out_pass`, `mail_out_auth`, `mail_out_ssl`, `hide_in_gab`, `signature`, `signature_type`, `signature_opt`, `custom_fields` FROM awm_accounts WHERE `id_acct` = 1
[08:44:41.80] DB[2] > SELECT `id_user`, `id_subscription`, `id_helpdesk_user`, `msgs_per_page`, `contacts_per_page`, `auto_checkmail_interval`, `created_time`, `last_login`, `last_login_now`, `logins_count`, `def_skin`, `def_lang`, `def_editor`, `save_mail`, `layout`, `incoming_charset`, `def_timezone`, `def_time_fmt`, `def_date_fmt`, `client_timezone`, `question_1`, `question_2`, `answer_1`, `answer_2`, `sip_impi`, `sip_password`, `use_threads`, `allow_helpdesk_notifications`, `capa`, `custom_fields` FROM awm_settings WHERE `id_user` = 1
[08:44:42.16] IMAP[NOTE]: Start connection to "114.xxxxxxx.eu:143"
[08:44:42.19] IMAP[DATA]: < * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2010 Double Precision, Inc. See COPYING for distribution information.\r\n
[08:44:42.19] IMAP[SECURE]: > TAG1 LOGIN "web582p1" "*******"\r\n
[08:44:42.30] IMAP[DATA]: < TAG1 OK LOGIN Ok.\r\n
[08:44:42.32] SMTP[NOTE]: Start connection to "114.xxxxxxx.eu:25"
[08:44:42.35] SMTP[DATA]: < 220 114.xxxxx.eu ESMTP Postfix (Debian/GNU)\r\n
[08:44:42.35] SMTP[DATA]: > EHLO 114.xxxxx.eu\r\n
[08:44:42.35] SMTP[DATA]: < 250-114.xxxxxx.eu\r\n
[08:44:42.35] SMTP[DATA]: < 250-PIPELINING\r\n
[08:44:42.35] SMTP[DATA]: < 250-SIZE\r\n
[08:44:42.35] SMTP[DATA]: < 250-ETRN\r\n
[08:44:42.35] SMTP[DATA]: < 250-STARTTLS\r\n
[08:44:42.35] SMTP[DATA]: < 250-AUTH LOGIN PLAIN\r\n
[08:44:42.35] SMTP[DATA]: < 250-AUTH=LOGIN PLAIN\r\n
[08:44:42.35] SMTP[DATA]: < 250-ENHANCEDSTATUSCODES\r\n
[08:44:42.35] SMTP[DATA]: < 250-8BITMIME\r\n
[08:44:42.35] SMTP[DATA]: < 250 DSN\r\n
[08:44:42.35] SMTP[DATA]: > AUTH PLAIN\r\n
[08:44:42.35] SMTP[DATA]: < 334 \r\n
[08:44:42.35] SMTP[SECURE]: > **********\r\n
[08:44:42.36] SMTP[DATA]: < 235 2.7.0 Authentication successful\r\n
[08:44:42.36] SMTP[DATA]: > MAIL FROM:<web582p1> SIZE=70389\r\n
[08:44:42.36] SMTP[DATA]: < 250 2.1.0 Ok\r\n
[08:44:42.36] SMTP[DATA]: > RCPT TO:<test@test.ch>\r\n Comment: "This is not the original Adress"
[08:44:42.37] SMTP[DATA]: < 504 5.5.2 <web582p1>: Sender address rejected: need fully-qualified address\r\n
[08:44:42.37] SMTP[ERROR]: exception 'MailSo\Smtp\Exceptions\NegativeResponseException' with message 'MailSo-Smtp-Exceptions-NegativeResponseException (SmtpClient.php ~ 664)' in /var/www/web582/html/mail/webmail/libraries/MailSo/Smtp/SmtpClient.php:664
Stack trace:
#0 /var/www/web582/html/mail/webmail/libraries/MailSo/Smtp/SmtpClient.php(545): MailSo\Smtp\SmtpClient->validateResponse(Array)
#1 /var/www/web582/html/mail/webmail/libraries/MailSo/Smtp/SmtpClient.php(292): MailSo\Smtp\SmtpClient->sendRequestWithCheck('RCPT', Array, 'TO:<Marino.Wehr...')
#2 /var/www/web582/html/mail/webmail/libraries/afterlogic/common/managers/mail/manager.php(997): MailSo\Smtp\SmtpClient->Rcpt('Marino.Wehrli@a...')
#3 /var/www/web582/html/mail/webmail/libraries/ProjectSeven/Actions.php(1181): CApiMailManager->MessageSend(Object(CAccount), Object(MailSo\Mime\Message), NULL, 'INBOX.Sent', '', '')
#4 [internal function]: ProjectSeven\Actions->AjaxMessageSend()
#5 /var/www/web582/html/mail/webmail/libraries/ProjectSeven/Service.php(231): call_user_func(Array)
#6 /var/www/web582/html/mail/webmail/libraries/ProjectSeven/Boot.php(5): ProjectSeven\Service->Handle()
#7 /var/www/web582/html/mail/webmail/index.php(71): include('/var/www/web582...')
#8 {main}
[08:44:42.37] Previous Exception: MailSo-Smtp-Exceptions-NegativeResponseException (SmtpClient.php ~ 664)
[08:44:42.37] SMTP[DATA]: > QUIT\r\n
[08:44:42.37] SMTP[DATA]: < 221 2.0.0 Bye\r\n
[08:44:42.37] SMTP[NOTE]: Disconnected from "114.xxxxxx.eu:25" (success)
[08:44:42.37] DB : disconnect from web582@localhost
[08:44:42.37] INFO[MEMORY]: Memory peak usage: 19.5MB
[08:44:42.37] IMAP[DATA]: > TAG2 LOGOUT\r\n
[08:44:42.37] IMAP[DATA]: < * BYE Courier-IMAP server shutting down\r\n
[08:44:42.37] IMAP[DATA]: < TAG2 OK LOGOUT completed\r\n
[08:44:42.37] IMAP[NOTE]: Disconnected from "114.xxxxxx.eu:143" (success)
|